Rudiments
|
#include <mvc.h>
Inherits mvctier.
Public Member Functions | |
mvcservice () | |
virtual | ~mvcservice () |
![]() | |
mvctier () | |
virtual | ~mvctier () |
virtual const char * | getType () |
void | setProperties (mvcproperties *prop) |
mvcproperties * | getProperties () |
void | setSecurity (mvcsecurity *sec) |
mvcsecurity * | getSecurity () |
![]() | |
virtual | ~object () |
The mvcservice class provides a base class for MVC (Model View Controller) services.
This class is not intended to be used directly, rather you should create children of this class that implements specific service tier functionality for your application, and use them directly.
|
inline |
Creates an instance of the mvcservice class.
|
inlinevirtual |
Deletes this instance of the mvcservice class.