COOPY » Guide  version 0.6.5
/home/paulfitz/cvs/coopy_scm/coopy/src/libcoopy_core/include/coopy/OS.h
Go to the documentation of this file.
00001 #ifndef COOPY_OS_INC
00002 #define COOPY_OS_INC
00003 
00004 namespace coopy {
00005   namespace os {
00006     class OS;
00007   }
00008 }
00009 
00010 #include <string>
00011 
00012 class coopy::os::OS {
00013 public:
00014   static std::string getTemporaryFilename();
00015   static bool deleteFile(const std::string& name);
00016 };
00017 
00018 #endif
00019 
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines