#include <ObjectResource.h>

Public Member Functions | |
| void * | obtainResource (const Args &args) const |
| void | releaseResource (const Args &args, void *pObject) const |
The FactoryObject is a trait object for use with the Resource template. It provides capability for getting and returning objects from the ObjectFactory.
Definition at line 61 of file ObjectResource.h.
| void* FactoryObject::obtainResource | ( | const Args & | args | ) | const |
Definition at line 64 of file ObjectResource.h.
| void FactoryObject::releaseResource | ( | const Args & | args, | |
| void * | pObject | |||
| ) | const |
Definition at line 68 of file ObjectResource.h.