#include <zeusbase/System/ZObject.h>
#include <zeusbase/System/PropertyFile.h>
#include <zeusbase/System/Directory.h>
#include <zeusbase/System/Interfaces/IXObject.hpp>
Go to the source code of this file.
Define Documentation
| #define MStartZeusFramework |
( |
|
loggerclass, |
|
|
|
frameclass, |
|
|
|
retval |
|
) |
| |
Starts the framework and initializes the logging. This macro can be used in the main function to start up every thing.
- Parameters:
-
| loggerclass | : Class of the logging |
| frameclass | : Class of the specialized framework |
| retval | : int value for return values of the application |