21 #ifndef CO_OBJECTFACTORY_H 
   22 #define CO_OBJECTFACTORY_H 
   24 #include <co/object.h>        
   50             { LBUNIMPLEMENTED; 
return 0; }
 
   57 #endif // CO_OBJECTFACTORY_H 
virtual co::Object * createObject(const uint32_t)
 
Object-oriented network library. 
 
The interface to create objects, used by ObjectMap. 
 
virtual void destroyObject(co::Object *object, const uint32_t)
Delete the given object of the given type. 
 
Application-defined objects.