mirror of
https://github.com/vgough/encfs.git
synced 2025-08-14 07:58:31 +02:00
move code into encfs namespace, split protobufs
git-svn-id: http://encfs.googlecode.com/svn/trunk@93 db9cf616-1c43-0410-9cb8-a902689de0d6
This commit is contained in:
@ -23,6 +23,8 @@
|
||||
|
||||
#include "base/shared_ptr.h"
|
||||
|
||||
namespace encfs {
|
||||
|
||||
class AbstractCipherKey
|
||||
{
|
||||
public:
|
||||
@ -32,5 +34,7 @@ public:
|
||||
|
||||
typedef shared_ptr<AbstractCipherKey> CipherKey;
|
||||
|
||||
} // namespace encfs
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user