Commands
- Modified command object design.
This commit is contained in:
@@ -68,6 +68,12 @@ Command& Command::operator= (const Command& other)
|
||||
return *this;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
bool Command::read_only () const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
bool Command::operator== (const Command& other) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user