BMA Server Framework
|
#include <BMAConsoleCommand.h>
Public Member Functions | |
BMAConsoleCommand (string commandName) | |
~BMAConsoleCommand () | |
virtual int | processCommand (BMAConsoleSession *session) |
Public Attributes | |
string | commandName |
BMAConsoleCommand::BMAConsoleCommand | ( | string | commandName | ) |
BMAConsoleCommand::~BMAConsoleCommand | ( | ) |
|
virtual |
Reimplemented in BMATCPServerSocket, and BMAEPoll.
string BMAConsoleCommand::commandName |