Public Member Functions

nitro::ModelInterface Class Reference

#include <utilities/mvc/mvc_interfaces.h>

List of all members.

Public Member Functions

virtual StringCollectionExecuteCommand (const char *Command, const void *Param1=NULL, const void *Param2=NULL)
virtual ~ModelInterface ()

Detailed Description

Interface for the model.

Author:
Dodonov A.A.

Definition at line 271 of file mvc_interfaces.h.


Constructor & Destructor Documentation

virtual nitro::ModelInterface::~ModelInterface (  )  [inline, virtual]

Destructor.

Note:
Virtual destructor.
Author:
Dodonov A.A.

Definition at line 321 of file mvc_interfaces.h.

{}


Member Function Documentation

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.

Parameters:
Command - Command's name.
Param1 - First parameter.
Param2 - Second parameter.
Returns:
Pointer to string collection.
Exceptions:
nitro::exception An exception of this type is thrown if the error occured.
Author:
Dodonov A.A.

Definition at line 74 of file mvc_interfaces.cpp.

        {
                return( NULL );
        }


The documentation for this class was generated from the following files:

Generated by  doxygen 1.6.1