|
GENERIC_SERVER
0.0.0.9
A light-weight, cross-platform, pluggable, extensible and secure framework for deploying C++ plug-ins.
|
This is a plug-in to demostrate usage of generic_server. This class is derived from GENERIC_PLUGIN, it implements a bunch of virtual functions. More...
#include "generic_plugin.h"Go to the source code of this file.
Classes | |
| class | sample2_plugin |
| Derived from GENERIC_PLUGIN. Implements virtual functions and all plug-in specific functionality. More... | |
Macros | |
| #define | PLUGIN_VERSION "1_0_0_0" |
| #define | SET_FILENAME 1 |
| #define | FILE_DATA 2 |
| #define | CLOSE_FILE 3 |
Typedefs | |
| typedef sample2_plugin | SAMPLE2 |
This is a plug-in to demostrate usage of generic_server. This class is derived from GENERIC_PLUGIN, it implements a bunch of virtual functions.
Contact: suraj@broadcom.com
Definition in file sample2.h.
1.8.6