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