#include <ObjMgr/mlObjMgrConnection.h>

Public Types | |
| enum | ConnectionFlags { CF_NONE = 0x0000, CF_PERMIT_RECURSION_IN_CLIENT = 0x0001 } |
| Macro for declaring methods for the runtime system. More... | |
Public Member Functions | |
| omObjMgrConnection () | |
Public Attributes | |
| omObjectContainer * | _objectContainer |
| ObjMgrBase * | _sourceModule |
| MLuint16 | _cFlags |
Definition at line 29 of file mlObjMgrConnection.h.
Macro for declaring methods for the runtime system.
connection flags
| CF_NONE | |
| CF_PERMIT_RECURSION_IN_CLIENT | Allow recursive reentries in handleNotification(). |
Definition at line 39 of file mlObjMgrConnection.h.
| ml::omObjMgrConnection::omObjMgrConnection | ( | ) |
Definition at line 46 of file mlObjMgrConnection.h.
Definition at line 44 of file mlObjMgrConnection.h.
Definition at line 45 of file mlObjMgrConnection.h.
1.5.8