- Timestamp:
- 03/31/07 14:58:51 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ossie/branches/philip-work/framework/FileManager_impl.cpp
r3260 r3269 24 24 #include <string> 25 25 26 #include <boost/filesystem/path.hpp> 27 26 28 #include "ossie/cf.h" 27 29 #include "ossie/FileManager_impl.h" … … 30 32 FileManager_impl::FileManager_impl ():FileSystem_impl () 31 33 { 32 DEBUG(4, FileManager, "Entering constructor.") 34 DEBUG(4, FileManager, "Entering constructor."); 35 36 if (boost::filesystem::path::default_name_check_writable()) 37 boost::filesystem::path::default_name_check(boost::filesystem::portable_posix_name); 38 33 39 numMounts = 0; 34 40 mount_table = new CF::FileManager::MountSequence(5);