registry.h
Overview
Related Modules:
Description:
Provides basic APIs for remote service registration and discovery.
APIs provided by this file include the factory registration function of the client code. This file is used when there are customized client objects.
Since:
1.0
Version:
1.0
Summary
Typedefs
Creator) (const char service, const char feature, uint32 size) |
|
Destroyer) (const char service, const char feature, void iproxy) |
Functions
SAMGR_RegisterFactory (const char service, const char feature, Creator creator, Destroyer destroyer) |
Registers the factory method of the client proxy object with the Samgr. |