26 #ifndef __TERRALIB_PLUGIN_INTERNAL_ABSTRACTPLUGIN_H 
   27 #define __TERRALIB_PLUGIN_INTERNAL_ABSTRACTPLUGIN_H 
   33 #include <boost/noncopyable.hpp> 
   87         virtual bool isStarted() 
const = 0;
 
   94         virtual void startup() = 0;
 
  101         virtual void shutdown() = 0;
 
  116 #endif  // __TERRALIB_PLUGIN_INTERNAL_ABSTRACTPLUGIN_H 
An abstract class for TerraLib Plugins. 
 
Configuration flags for the TerraLib Plugin module. 
 
te::da::Expression * operator<(const te::da::Expression &e1, const te::da::Expression &e2)
 
#define TEPLUGINEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
The basic information about a plugin.