1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-08-08 13:49:47 +00:00

Change namespace in machinery to mchlib.

This commit is contained in:
King_DuckZ 2016-01-05 12:49:27 +00:00
parent 4e29200b47
commit f5356e0c29
18 changed files with 50 additions and 48 deletions

View file

@ -26,7 +26,7 @@
#include <boost/flyweight.hpp>
#include <boost/flyweight/no_locking.hpp>
namespace din {
namespace mchlib {
struct FileRecordData {
struct MimeStringTagStruct { };
typedef boost::flyweights::tag<MimeStringTagStruct> MimeStringTag;
@ -81,6 +81,6 @@ namespace din {
const boost::string_ref name;
const char type;
};
} //namespace din
} //namespace mchlib
#endif