#include <utilities/mvc/mvc_interfaces.h>
Public Member Functions | |
virtual StringCollection * | ExecuteCommand (const char *Command, const void *Param1=NULL, const void *Param2=NULL) |
virtual | ~ModelInterface () |
Interface for the model.
Definition at line 271 of file mvc_interfaces.h.
virtual nitro::ModelInterface::~ModelInterface | ( | ) | [inline, virtual] |
StringCollection * nitro::ModelInterface::ExecuteCommand | ( | const char * | Command, | |
const void * | Param1 = NULL , |
|||
const void * | Param2 = NULL | |||
) | [virtual] |
Using this function a command to the class can be sent.
Command | - Command's name. | |
Param1 | - First parameter. | |
Param2 | - Second parameter. |
nitro::exception | An exception of this type is thrown if the error occured. |
Definition at line 74 of file mvc_interfaces.cpp.
{
return( NULL );
}