#include <oscl_registry_client.h>
Inheritance diagram for OsclRegistryClient:
Public Methods | |
OSCL_IMPORT_REF | OsclRegistryClient () |
OSCL_IMPORT_REF | ~OsclRegistryClient () |
OSCL_IMPORT_REF int32 | Connect (bool aPerThread=false) |
OSCL_IMPORT_REF int32 | Register (OSCL_String &aComponentID, OsclComponentFactory aFactory) |
OSCL_IMPORT_REF int32 | UnRegister (OSCL_String &aComponentID) |
OSCL_IMPORT_REF void | Close () |
|
|
|
|
|
Close and cleanup. All components registered in this session are are automatically unregistered. |
|
Create a session.
|
|
Register a component factory by registry ID and component ID.
|
|
Unregister a previously registered component.
|