MeVisLabToolboxReference
MeVis/Foundation/Sources/OSXSupport/macBackup.h
Go to the documentation of this file.
00001 // **InsertLicense** code author="Felix Ritter" version="1.0"
00002 
00006 
00007 #ifndef __macBackup_H
00008 #define __macBackup_H
00009 #if defined(__APPLE__)
00010 
00011 #include <string>
00012 
00013 namespace macx {
00014 
00016   class Backup
00017   {
00018   public:
00019     
00021 
00026     static bool setItemExcluded(const std::string &item, bool exclude = true);
00027     
00029 
00034     static bool setPathExcluded(const std::string &path, bool exclude = true);
00035   };
00036 
00037 }
00038 
00039 #endif  // __APPLE__
00040 #endif  // __macBackup_H