File.h
Go to the documentation of this file.
00001 // -*- C++ -*-
00019 #ifndef COIL_FILE_H
00020 #define COIL_FILE_H
00021 
00022 #include <coil/config_coil.h>
00023 #include <ace/ACE.h>
00024 
00025 namespace coil
00026 {
00027 
00028   inline const char* dirname(const char* path)
00029   {
00030     return ACE::dirname(path);
00031   }
00032 
00033   inline const char* basename(const char* path)
00034   {
00035     return ACE::basename(path);
00036   }
00037 };
00038 
00039 #endif // COIL_FILE_H


openrtm_aist
Author(s): Noriaki Ando
autogenerated on Sat Jun 8 2019 18:49:04