- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/CommandAction/WarrantyAction.cpp
r7230be re4afb4 19 19 20 20 #include "Helpers/MemDebug.hpp" 21 22 #include "CommandLineParser.hpp"23 21 24 22 #include <iostream> … … 61 59 return false; 62 60 } 63 64 const string CommandWarrantyAction::getName() {65 return NAME;66 }67 61 /** =========== end of function ====================== */
Note:
See TracChangeset
for help on using the changeset viewer.