Show
Ignore:
Timestamp:
03/31/07 14:58:51 (6 years ago)
Author:
balister
Message:

Pass some more test.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossie/branches/philip-work/framework/FileManager_impl.cpp

    r3260 r3269  
    2424#include <string> 
    2525 
     26#include <boost/filesystem/path.hpp> 
     27 
    2628#include "ossie/cf.h" 
    2729#include "ossie/FileManager_impl.h" 
     
    3032FileManager_impl::FileManager_impl ():FileSystem_impl () 
    3133{ 
    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 
    3339    numMounts = 0; 
    3440    mount_table = new CF::FileManager::MountSequence(5);