Changeset 301 in pacpusframework for trunk/src/FileLib/test/TestFileLib.cpp
- Timestamp:
- Apr 8, 2014, 10:03:01 AM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 1 build 2 CMakeLists.txt.user*
-
- Property svn:ignore
-
trunk/src/FileLib/test/TestFileLib.cpp
r89 r301 17 17 #endif // _MSC_VER 18 18 19 #include <Pacpus/kernel/DbiteException.h> 20 #include <Pacpus/kernel/DbiteFile.h> 21 #include <Pacpus/kernel/Log.h> 22 19 23 #include <boost/noncopyable.hpp> 20 24 #include <cstdio> 21 25 22 #include "kernel/DbiteException.h" 23 #include "kernel/DbiteFile.h" 24 #include "kernel/Log.h" 25 26 DECLARE_STATIC_LOGGER("pacpus.core.TestFileLib"); 26 DECLARE_STATIC_LOGGER("pacpus.framework.test.FileLib"); 27 27 28 28 using namespace boost;
Note:
See TracChangeset
for help on using the changeset viewer.