Build System
- Added new src/commands and src/columns intermediate libs. - Began implementation of the first Command object. - Began implementation of the first Column object. - TDB2, Variant updates.
This commit is contained in:
@@ -38,6 +38,8 @@ public:
|
||||
bool operator== (const Command&) const; // TODO Is this necessary?
|
||||
~Command ();
|
||||
|
||||
static Command* factory (const std::string&);
|
||||
|
||||
bool implements (const std::string&) const;
|
||||
std::string execute (const std::string&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user