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 A class for managing application settings. 
 
Template support for singleton pattern. 
 
A singleton for managing application settings applied to the whole system (all users). 
 
#define TECOMMONEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A class for managing application settings. 
 
Template support for singleton pattern.