26 #ifndef __TERRALIB_GML_INTERNAL_MODULE_H 
   27 #define __TERRALIB_GML_INTERNAL_MODULE_H 
   30 #include "../common/Singleton.h" 
   77 #endif  // __TERRALIB_GML_INTERNAL_MODULE_H 
This singleton defines the TerraLib GML module entry. 
 
static void finalize()
This is the cleanup function for the TerraLib GML module. 
 
Module()
The singleton constructor is not callable outside the class. 
 
static void initialize()
This is the startup function for the TerraLib GML module. 
 
static const Module & sm_module
Just to make a static initialization. 
 
Template support for singleton pattern.