summaryrefslogtreecommitdiff
path: root/tao/ORB_Core.h
diff options
context:
space:
mode:
Diffstat (limited to 'tao/ORB_Core.h')
-rw-r--r--tao/ORB_Core.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tao/ORB_Core.h b/tao/ORB_Core.h
index 40003665f32..753a2c995b5 100644
--- a/tao/ORB_Core.h
+++ b/tao/ORB_Core.h
@@ -161,7 +161,7 @@ namespace PortableInterceptor
class TAO_Export TAO_ORB_Core
{
friend class TAO_ORB_Core_Auto_Ptr;
- friend CORBA::ORB_ptr CORBA::ORB_init (int &,
+ friend TAO_Export CORBA::ORB_ptr CORBA::ORB_init (int &,
ACE_TCHAR *argv[],
const char *);
public:
@@ -822,7 +822,7 @@ public:
TAO_Valuetype_Adapter *valuetype_adapter (void);
#if !defined(CORBA_E_MICRO)
- // Value factory operations (CORBA 2.3 ptc/98-10-05 Ch. 4.2 p.4-7)
+ /// Value factory operations (CORBA 2.3 ptc/98-10-05 Ch. 4.2 p.4-7)
CORBA::ValueFactory register_value_factory (
const char *repository_id,
CORBA::ValueFactory factory);
@@ -863,7 +863,7 @@ public:
/// gets called at initialization.
void request_dispatcher (TAO_Request_Dispatcher *rd);
- /// Call the libraries to handover the validators if they havent
+ /// Call the libraries to handover the validators if they haven't
/// registered yet with the list of validators.
void load_policy_validators (TAO_Policy_Validator &validator);
@@ -920,7 +920,7 @@ protected:
~TAO_ORB_Core (void);
/// Initialize the guts of the ORB Core. It is intended that this be
- /// called by <CORBA::ORB_init>.
+ /// called by CORBA::ORB_init().
int init (int &argc, char *argv[]);
/// Final termination hook, typically called by CORBA::ORB's