mirror of
https://github.com/vgough/encfs.git
synced 2025-06-24 22:12:10 +02:00
reformat files before major edits
git-svn-id: http://encfs.googlecode.com/svn/trunk@78 db9cf616-1c43-0410-9cb8-a902689de0d6
This commit is contained in:
parent
b28b97999e
commit
5d99db5376
@ -130,10 +130,12 @@ struct ConfigInfo
|
|||||||
#include "boost-versioning.h"
|
#include "boost-versioning.h"
|
||||||
|
|
||||||
// define serialization helpers
|
// define serialization helpers
|
||||||
|
// TODO(vgough): eliminate entirely
|
||||||
namespace boost
|
namespace boost
|
||||||
{
|
{
|
||||||
namespace serialization
|
namespace serialization
|
||||||
{
|
{
|
||||||
|
|
||||||
template<class Archive>
|
template<class Archive>
|
||||||
void save(Archive &ar, const EncFSConfig &cfg,
|
void save(Archive &ar, const EncFSConfig &cfg,
|
||||||
unsigned int version)
|
unsigned int version)
|
||||||
@ -254,8 +256,8 @@ namespace boost
|
|||||||
ar & make_nvp("major", i.current());
|
ar & make_nvp("major", i.current());
|
||||||
ar & make_nvp("minor", i.revision());
|
ar & make_nvp("minor", i.revision());
|
||||||
}
|
}
|
||||||
}
|
} // namespace serialization
|
||||||
}
|
} // namespace boost
|
||||||
|
|
||||||
EncFS_Root::EncFS_Root()
|
EncFS_Root::EncFS_Root()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user