26 #ifndef __TERRALIB_COMMON_INTERNAL_MODULE_H 
   27 #define __TERRALIB_COMMON_INTERNAL_MODULE_H 
  104 #endif  // __TERRALIB_COMMON_INTERNAL_MODULE_H 
Module()
The singleton constructor will make some initializations. 
 
This singleton defines an entry in the Platform for the TerraLib Common Runtime module. 
 
static void finalize()
This is the cleanup function for the TerraLib Common Runtime module. 
 
Template support for singleton pattern. 
 
static const Module & sm_module
let's force C++ to make an static initialization. 
 
static void initialize()
This is the startup function for the TerraLib Common Runtime module. 
 
Template support for singleton pattern.