include/crbn/objectset/osmod.h

00001 
00002 #ifndef __objectset_module_h__
00003 #define __objectset_module_h__
00004 
00005 #include <crbn/objectset/objectset.hpp>
00006 #include <crbn/basic/paramlist.hpp>
00007 
00021 typedef ObjectSet* (*OSMOD_CREATE_FUNC)( paramlist& pl );
00022 
00026 #define OSMOD_CREATE_FUNC_NAME "osmod_create"
00027 
00030 #define OSMOD_FUNCTION_PROTOTYPE() extern "C" ObjectSet* osmod_create( paramlist& pl )
00031 
00032 #endif // __objectset_module_h__

Generated on Tue Nov 14 15:40:08 2006 for libcrbn by  doxygen 1.5.0