summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Trader/Offer_Database.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Trader/Offer_Database.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/Offer_Database.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Trader/Offer_Database.h b/TAO/orbsvcs/orbsvcs/Trader/Offer_Database.h
index f2aff058875..f0f7ff6c27d 100644
--- a/TAO/orbsvcs/orbsvcs/Trader/Offer_Database.h
+++ b/TAO/orbsvcs/orbsvcs/Trader/Offer_Database.h
@@ -79,7 +79,7 @@ public:
/// Return an iterator that will traverse and return all the offer
/// ids in the service type map.
- TAO_Offer_Id_Iterator* retrieve_all_offer_ids (void);
+ TAO_Offer_Id_Iterator* retrieve_all_offer_ids ();
struct Offer_Map_Entry
{
@@ -155,19 +155,19 @@ public:
TAO_Offer_Database<LOCK_TYPE>& offer_database);
/// Release all the locks acquired.
- ~TAO_Service_Offer_Iterator (void);
+ ~TAO_Service_Offer_Iterator ();
/// Returns 1 if there are more offers, 0 otherwise.
- int has_more_offers (void);
+ int has_more_offers ();
/// Get the id for the current offer.
- CosTrading::OfferId get_id (void);
+ CosTrading::OfferId get_id ();
/// Returns the next offer in the series.
- CosTrading::Offer* get_offer (void);
+ CosTrading::Offer* get_offer ();
/// Advances the iterator 1.
- void next_offer (void);
+ void next_offer ();
private:
/// Lock the top_level map.