3.7.1.2.7.6 Example
Tobj_Servant simple_per_request_server::create_servant_with_id(
const char * intf_repos_id, const char * stroid)
{
TP::userlog("create_servant_with_id called in thread %ld",
(unsigned long) SIMPTHR_GETCURRENTTHREADID);
// Perform any necessary initialization based on
// this object ID
return create_servant(intf_repos_id);
}
Parent topic: ServerBase::create_servant_with_id()