summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h b/TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h
index 5d59d850685..099fadafa46 100644
--- a/TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h
+++ b/TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h
@@ -175,9 +175,9 @@ class TAO_Trading_Serv_Export TAO_Dynamic_Property
{
public:
TAO_Dynamic_Property (void) {}
- virtual ~TAO_Dynamic_Property (void);
+ virtual ~TAO_Dynamic_Property ();
- void destroy (void);
+ void destroy ();
/// Dynamic property evaluation call-back method.
virtual CORBA::Any* evalDP(const char* name,
@@ -261,7 +261,7 @@ public:
// DuplicatePolicyName exception is raised.
// END SPEC
- ~TAO_Policies (void);
+ ~TAO_Policies ();
CORBA::ULong search_card () const;
@@ -625,11 +625,11 @@ public:
/// It's ok to consider more offers when lookup hasn't exceeded the
/// cardinality values for searching and matching offers.
- CORBA::Boolean ok_to_consider_more (void);
+ CORBA::Boolean ok_to_consider_more ();
/// Signal that the Lookup method has matched an offer; decrement the
/// match_card.
- void matched_offer (void);
+ void matched_offer ();
// = Return the limits applied.
/**
@@ -643,7 +643,7 @@ public:
* returned.
* END SPEC
*/
- CosTrading::PolicyNameSeq* limits_applied (void);
+ CosTrading::PolicyNameSeq* limits_applied ();
/// Accessors to retrieve the adjusted cardinalities.
CORBA::ULong search_card_remaining () const;