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:
Valient Gough
2013-03-05 06:29:58 +00:00
parent fb9a8ff879
commit 7799c88df6
73 changed files with 449 additions and 192 deletions

View File

@ -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