26 #ifndef __TERRALIB_TOOLS_DSCOPY_DSCOPYDIALOGCONTROLLER_H 
   27 #define __TERRALIB_TOOLS_DSCOPY_DSCOPYDIALOGCONTROLLER_H 
   55             std::string dsname, std::string user, std::string pw, std::string& errorMessage);
 
   59             std::string dsname, std::string user, std::string pw, std::string& errorMessage);
 
   65           bool copy(std::string& errorMessage);
 
   78 #endif // __TERRALIB_TOOLS_DSCOPY_DSCOPYDIALOGCONTROLLER_H 
An abstract class for data providers like a DBMS, Web Services or a regular file. ...