summaryrefslogtreecommitdiff
path: root/tao/ORB_Core.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-06-21 14:39:35 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-06-21 14:39:35 +0000
commitd0301acb799b1d5696713ab42034305f45c4e93e (patch)
tree0b8f08656d6028906c0e09a18adefbaf4165625e /tao/ORB_Core.h
parent69f9bf8d9b860780108161e5209a5d9b1ad3d321 (diff)
downloadATCD-d0301acb799b1d5696713ab42034305f45c4e93e.tar.gz
ChangeLogTag: Mon Jun 13 18:00:05 UTC 2011 Jeff Parsons <j.parsons@vanderbilt.edu>
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