diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-11-15 07:34:43 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-11-15 07:34:43 +0000 |
commit | 16f158dc812414aa62f1e1e12cf3b92bb60343d1 (patch) | |
tree | c375ff9a53379ae5330f59792c42d35ae0c2bf12 /TAO/tao/PortableInterceptorC.h | |
parent | 8fcdedc6c34ca36b6b596b853ffdff8f5ef84034 (diff) | |
download | ATCD-16f158dc812414aa62f1e1e12cf3b92bb60343d1.tar.gz |
Comment update.
Diffstat (limited to 'TAO/tao/PortableInterceptorC.h')
-rw-r--r-- | TAO/tao/PortableInterceptorC.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PortableInterceptorC.h b/TAO/tao/PortableInterceptorC.h index 2b5fbb0c961..a6db12b1ff6 100644 --- a/TAO/tao/PortableInterceptorC.h +++ b/TAO/tao/PortableInterceptorC.h @@ -2113,11 +2113,11 @@ class TAO_Export ORBInitializer : public virtual CORBA_Object #endif /* end #if !defined */ + /// Register an ORBInitializer with the global ORBInitializer + /// table. TAO_NAMESPACE_STORAGE_CLASS void register_orb_initializer ( ORBInitializer_ptr init, CORBA::Environment & = TAO_default_environment ()); - ///< Register an ORBInitializer with the global ORBInitializer - ///< table. } TAO_NAMESPACE_CLOSE // module PortableInterceptor |