- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/CmdAction/ElementDbAction.hpp
r97ebf8 r047878 11 11 #include "Actions/Action.hpp" 12 12 13 void CommandElementDb(std::string &databasepath); 14 13 15 class CommandLineElementDbAction : public Action { 16 friend void CommandElementDb(std::string &databasepath); 17 14 18 public: 15 19 CommandLineElementDbAction(); … … 20 24 21 25 virtual const std::string getName(); 26 protected: 27 virtual Dialog * fillDialog(Dialog *dialog); 22 28 private: 23 29 virtual Action::state_ptr performCall();
Note:
See TracChangeset
for help on using the changeset viewer.