Main Page | Namespace List | Class Hierarchy | Compound List | File List | Namespace Members | Compound Members | File Members | Related Pages

LinuxSpecifics.hpp

Go to the documentation of this file.
00001 #ifndef LinuxSpecifics_HPP
00002 #define LinuxSpecifics_HPP
00003 
00004 using std::string;
00005 
00006   class LinuxSpecifics{
00007 
00008     public:
00009 
00010       //TODO: COMMENT ME
00011       static bool isAppRunning(const string & appPath);
00012       
00013         //TODO: COMMENT ME
00014       static void removeDirectory(const string & path);
00015       
00016       static void killProcess(int pid);
00017 
00018   };
00019 
00020 
00021 
00022 #endif//LinuxSpecifics_HPP
00023 

Generated on Mon Sep 6 16:12:47 2004 by doxygen 1.3.3