#include <defaultCmds.h>
Public Member Functions | |
| IC_Command_ECHO () | |
| virtual | ~IC_Command_ECHO () |
| bool | invoke (const array< WideString > &args, IC_Dispatcher *pDispatcher, IC_MessageSink *pOutput) |
Definition at line 11 of file defaultCmds.h.
| IC_Command_ECHO::IC_Command_ECHO | ( | ) |
Definition at line 4 of file defaultCmds.cpp.
| IC_Command_ECHO::~IC_Command_ECHO | ( | ) | [virtual] |
Definition at line 9 of file defaultCmds.cpp.
| bool IC_Command_ECHO::invoke | ( | const array< WideString > & | args, | |
| IC_Dispatcher * | pDispatcher, | |||
| IC_MessageSink * | pOutput | |||
| ) |
Definition at line 12 of file defaultCmds.cpp.
1.5.9