26 #ifndef __TERRALIB_COMMON_INTERNAL_SYSTEMAPPLICATIONSETTINGS_H 
   27 #define __TERRALIB_COMMON_INTERNAL_SYSTEMAPPLICATIONSETTINGS_H 
   54                                                      public Singleton<SystemApplicationSettings>
 
   68         void load(
const std::string& fileName);
 
   82 #endif  // __TERRALIB_COMMON_INTERNAL_SYSTEMAPPLICATIONSETTINGS_H 
Template support for singleton pattern. 
 
#define TECOMMONEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A class for managing application settings. 
 
A class for managing application settings. 
 
A singleton for managing application settings applied to the whole system (all users). 
 
Template support for singleton pattern.