|
solarpowerlog trunk
|
#include <ICommandTarget.h>

Public Member Functions | |
| ICommandTarget () | |
| virtual | ~ICommandTarget () |
| virtual void | ExecuteCommand (const ICommand *Command)=0 |
| ICommandTarget::ICommandTarget | ( | ) |
Definition at line 39 of file ICommandTarget.cpp.
| ICommandTarget::~ICommandTarget | ( | ) | [virtual] |
Definition at line 44 of file ICommandTarget.cpp.
| virtual void ICommandTarget::ExecuteCommand | ( | const ICommand * | Command | ) | [pure virtual] |
Implemented in IDataFilter.