summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation_Adapter.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-10-28 19:11:47 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-10-28 19:11:47 +0000
commit4b85c9e5ecdb495d571f210c2d8ccd59382a25c7 (patch)
treed90057814426ac142e80af64a06b1e72d7413761 /TAO/tao/Invocation_Adapter.h
parent6a531b8012a4458f71ffb21bfc8e1749a62ed303 (diff)
downloadATCD-4b85c9e5ecdb495d571f210c2d8ccd59382a25c7.tar.gz
ChangeLogTag:Tue Oct 28 13:11:03 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Invocation_Adapter.h')
-rw-r--r--TAO/tao/Invocation_Adapter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Invocation_Adapter.h b/TAO/tao/Invocation_Adapter.h
index 130b40ab805..6ac4d551091 100644
--- a/TAO/tao/Invocation_Adapter.h
+++ b/TAO/tao/Invocation_Adapter.h
@@ -11,8 +11,8 @@
//=============================================================================
#ifndef TAO_INVOCATION_ADAPTER_H
#define TAO_INVOCATION_ADAPTER_H
-
#include /**/ "ace/pre.h"
+
#include "ace/Global_Macros.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -53,7 +53,7 @@ namespace TAO
*
* The main objective of this class is to adapt the type and
* invocation specific information declared in the IDL by the
- * application and convert them as CORBA invocations to the remote
+ * application and convert them as CORBA invocations to the target
* object.
*
* @@ More info..