summaryrefslogtreecommitdiff
path: root/TAO/tao/Stub.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-04-12 10:53:16 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-04-12 10:53:16 +0000
commit129190398c715a16cf033156993d395204e4e5f4 (patch)
treec581b47e43d29c80aa30c461c033bb6c571c19fc /TAO/tao/Stub.h
parentc1db20ce6bb5d8b1e70ac5e1f38dabd9b7cdabdd (diff)
downloadATCD-129190398c715a16cf033156993d395204e4e5f4.tar.gz
Thu Apr 12 10:52:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Stub.h')
-rw-r--r--TAO/tao/Stub.h15
1 files changed, 5 insertions, 10 deletions
diff --git a/TAO/tao/Stub.h b/TAO/tao/Stub.h
index bc72329e84a..e58f006bd49 100644
--- a/TAO/tao/Stub.h
+++ b/TAO/tao/Stub.h
@@ -76,19 +76,15 @@ public:
* policy type. Returns the effective override for all other policy
* types.
*/
- virtual CORBA::Policy_ptr get_policy (CORBA::PolicyType type
- );
+ virtual CORBA::Policy_ptr get_policy (CORBA::PolicyType type);
- virtual CORBA::Policy_ptr get_cached_policy (TAO_Cached_Policy_Type type
- );
+ virtual CORBA::Policy_ptr get_cached_policy (TAO_Cached_Policy_Type type);
virtual TAO_Stub* set_policy_overrides (const CORBA::PolicyList & policies,
- CORBA::SetOverrideType set_add
- );
+ CORBA::SetOverrideType set_add);
virtual CORBA::PolicyList *get_policy_overrides (
- const CORBA::PolicyTypeSeq & types
- );
+ const CORBA::PolicyTypeSeq & types);
#endif /* TAO_HAS_CORBA_MESSAGING == 1 */
@@ -106,8 +102,7 @@ public:
* that refers/points to the same remote object (i.e. are
* equivalent).
*/
- CORBA::ULong hash (CORBA::ULong maximum
- );
+ CORBA::ULong hash (CORBA::ULong maximum);
/// Implement the is_equivalent() method for the CORBA::Object
CORBA::Boolean is_equivalent (CORBA::Object_ptr other_obj);