CPPSERV


Home Projects Jobs Clientele Contact
CPPSERV Documentation Download TODO Mailing lists Bug tracker News RSS Feed Browse source

header.h

Go to the documentation of this file.
00001 
00009 #define EXPORT_SERVLET(name) \
00010     extern "C" { \
00011         extern int INeedServEngineVersion; \
00012         servlet::Servlet* name##_createServlet() \
00013         { \
00014             int i=0; \
00015             i = INeedServEngineVersion; \
00016             return new name(); \
00017         } \
00018     }
00019 

SourceForge.net Logo