summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Trader/Trader_Interfaces.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Trader/Trader_Interfaces.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/Trader_Interfaces.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Trader/Trader_Interfaces.h b/TAO/orbsvcs/orbsvcs/Trader/Trader_Interfaces.h
index f4841634760..fa06efa1c1a 100644
--- a/TAO/orbsvcs/orbsvcs/Trader/Trader_Interfaces.h
+++ b/TAO/orbsvcs/orbsvcs/Trader/Trader_Interfaces.h
@@ -267,7 +267,7 @@ class TAO_Register :
public:
TAO_Register (TAO_Trader<TRADER_LOCK_TYPE,MAP_LOCK_TYPE> &trader);
- virtual ~TAO_Register (void);
+ virtual ~TAO_Register ();
virtual CosTrading::OfferId _cxx_export (CORBA::Object_ptr reference,
const char *type,
@@ -511,7 +511,7 @@ class TAO_Admin :
public:
TAO_Admin (TAO_Trader<TRADER_LOCK_TYPE,MAP_LOCK_TYPE> &trader);
- ~TAO_Admin (void);
+ ~TAO_Admin ();
// = Importing Parameters (used by the Lookup Interface)
@@ -559,7 +559,7 @@ public:
set_type_repos (CosTrading::TypeRepository_ptr repository);
virtual CosTrading::Admin::OctetSeq*
- request_id_stem (void);
+ request_id_stem ();
virtual CosTrading::Admin::OctetSeq*
set_request_id_stem (const CosTrading::Admin::OctetSeq& stem);
@@ -619,7 +619,7 @@ class TAO_Link :
public:
TAO_Link (TAO_Trader<TRADER_LOCK_TYPE,MAP_LOCK_TYPE> &trader);
- ~TAO_Link (void);
+ ~TAO_Link ();
/**
* BEGIN SPEC
@@ -706,7 +706,7 @@ public:
// state.
// END SPEC
- virtual CosTrading::LinkNameSeq* list_links (void);
+ virtual CosTrading::LinkNameSeq* list_links ();
// BEGIN SPEC
// The list_links operation returns a list of the names of all
@@ -774,7 +774,7 @@ class TAO_Proxy :
public:
TAO_Proxy (TAO_Trader<TRADER_LOCK_TYPE,MAP_LOCK_TYPE> &trader);
- ~TAO_Proxy (void);
+ ~TAO_Proxy ();
virtual CosTrading::OfferId
export_proxy (CosTrading::Lookup_ptr,