26 #ifndef __TERRALIB_PLUGINS_EXCHANGER_INTERNAL_SHP2POSTGISDIALOG_H    27 #define __TERRALIB_PLUGINS_EXCHANGER_INTERNAL_SHP2POSTGISDIALOG_H    31 #include "../../../maptools/AbstractLayer.h"    33 #include "../Config.h"    41 namespace Ui { 
class SHP2PostGisDialogForm; }
    66           void setLayers(std::list<te::map::AbstractLayerPtr> layers);
    71           void setDataSources();
    75           void onHelpPushButtonClicked();
    77           void onOkPushButtonClicked();
    81           std::unique_ptr<Ui::SHP2PostGisDialogForm> 
m_ui;
    87 #endif  // __TERRALIB_PLUGINS_EXCHANGER_INTERNAL_SHP2POSTGISDIALOG_H 
std::unique_ptr< Ui::SHP2PostGisDialogForm > m_ui