summaryrefslogtreecommitdiff
path: root/TAO/tao/ORBInitializer_Registry_Adapter.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-08-19 08:02:52 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-08-19 08:02:52 +0000
commit7f61ed4f18c496890fbdf75300b1135d6911d9aa (patch)
tree384c03f0891bbd738983cd5477ac803253f7aaee /TAO/tao/ORBInitializer_Registry_Adapter.h
parenta2e27000b6545e6b410ca3960af80605df18fd7a (diff)
downloadATCD-7f61ed4f18c496890fbdf75300b1135d6911d9aa.tar.gz
ChangeLogTag Fri Aug 19 07:56:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/ORBInitializer_Registry_Adapter.h')
-rw-r--r--TAO/tao/ORBInitializer_Registry_Adapter.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/ORBInitializer_Registry_Adapter.h b/TAO/tao/ORBInitializer_Registry_Adapter.h
index 3ce462fea29..ffd9b863d58 100644
--- a/TAO/tao/ORBInitializer_Registry_Adapter.h
+++ b/TAO/tao/ORBInitializer_Registry_Adapter.h
@@ -82,13 +82,15 @@ namespace TAO
* @param argc Number of arguments
* @param argv Argv array
* @param slotid The slot id
+ * @param picurrent PI Current, if this is not null, the concrete
+ * implementation will update the slot id
*/
virtual void post_init (
size_t pre_init_count,
TAO_ORB_Core *orb_core,
int argc,
char *argv[],
- PortableInterceptor::SlotId &slotid
+ PortableInterceptor::SlotId slotid
ACE_ENV_ARG_DECL) = 0;
};
}