26 #ifndef __TERRALIB_QT_WIDGETS_RP_INTERNAL_UTILS_H 
   27 #define __TERRALIB_QT_WIDGETS_RP_INTERNAL_UTILS_H 
   30 #include "../Config.h" 
   31 #include "../../../maptools/AbstractLayer.h" 
   43                                                               const std::map<std::string, std::string>& connInfo);
 
   49 #endif  // __TERRALIB_QT_WIDGETS_RP_INTERNAL_UTILS_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
TEQTWIDGETSEXPORT te::map::AbstractLayerPtr createLayer(const std::string &driverName, const std::map< std::string, std::string > &connInfo)
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr