summaryrefslogtreecommitdiff
path: root/TAO/tao/Stub.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-02-20 17:50:09 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-02-20 17:50:09 +0000
commit6960ce41e6d742387dd64136d09eb822304ef50d (patch)
treee525bff1d716f4a9b884898cb87db5ef7d1200cb /TAO/tao/Stub.h
parent7910287d755f04a87eeae6e9e9614cf313da35cd (diff)
downloadATCD-6960ce41e6d742387dd64136d09eb822304ef50d.tar.gz
ChangeLogTag:Thu Feb 20 09:07:56 2003 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/Stub.h')
-rw-r--r--TAO/tao/Stub.h20
1 files changed, 9 insertions, 11 deletions
diff --git a/TAO/tao/Stub.h b/TAO/tao/Stub.h
index da39e78a217..1301d011970 100644
--- a/TAO/tao/Stub.h
+++ b/TAO/tao/Stub.h
@@ -11,7 +11,6 @@
*/
//=============================================================================
-
#ifndef TAO_STUB_H
#define TAO_STUB_H
@@ -26,9 +25,10 @@
#include "tao/MProfile.h"
#include "tao/ORB.h"
#include "tao/ORB_Core.h"
+#include "tao/ORB_Core_Auto_Ptr.h"
-// Forward declarations.
+// Forward declarations.
class TAO_RelativeRoundtripTimeoutPolicy;
class TAO_Client_Priority_Policy;
class TAO_Sync_Scope_Policy;
@@ -38,9 +38,6 @@ class TAO_Sync_Strategy;
class TAO_GIOP_Invocation;
class TAO_Policy_Set;
-
-// Descriptions of parameters.
-
class TAO_Profile;
// Function pointer returning a pointer to CORBA::Exception. This is used to
@@ -79,8 +76,7 @@ struct TAO_Exception_Data
* The type ID (the data specified by CORBA 2.0 that gets exposed
* "on the wire", and in stringified objrefs) is held by this
* module.
- * The stub APIs are member functions of this
- * type.
+ * The stub APIs are member functions of this type.
*/
class TAO_Export TAO_Stub
{
@@ -103,11 +99,13 @@ public:
CORBA::SetOverrideType set_add
ACE_ENV_ARG_DECL_WITH_DEFAULTS);
- virtual CORBA::PolicyList * get_policy_overrides (const CORBA::PolicyTypeSeq & types
- ACE_ENV_ARG_DECL_WITH_DEFAULTS);
+ virtual CORBA::PolicyList * get_policy_overrides (
+ const CORBA::PolicyTypeSeq & types
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
- CORBA::Boolean validate_connection (CORBA::PolicyList_out inconsistent_policies
- ACE_ENV_ARG_DECL_WITH_DEFAULTS);
+ CORBA::Boolean validate_connection (
+ CORBA::PolicyList_out inconsistent_policies
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
#endif /* TAO_HAS_CORBA_MESSAGING == 1 */