MeVisLabToolboxReference
MeVis/Foundation/Sources/OSXSupport/macAppSelfUpdate.h
Go to the documentation of this file.
00001 // **InsertLicense** code author="Felix Ritter" version="1.0"
00002 
00006 
00007 #ifndef __macAppSelfUpdate_H
00008 #define __macAppSelfUpdate_H
00009 #if defined(__APPLE__)
00010 
00011 namespace macx {
00012   
00014   class AppSelfUpdate
00015   {
00016   public:
00017     
00019     static void initialize();
00020   };
00021   
00022 }
00023 
00024 #endif  // __APPLE__
00025 #endif  // __macAppSelfUpdate_H