summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Trader/Offer_Iterators.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Trader/Offer_Iterators.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/Offer_Iterators.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Trader/Offer_Iterators.h b/TAO/orbsvcs/orbsvcs/Trader/Offer_Iterators.h
index 4ed2f171cb5..9ae6c26fd71 100644
--- a/TAO/orbsvcs/orbsvcs/Trader/Offer_Iterators.h
+++ b/TAO/orbsvcs/orbsvcs/Trader/Offer_Iterators.h
@@ -62,8 +62,7 @@ public:
virtual void add_offer (CosTrading::OfferId offer_id,
const CosTrading::Offer* offer) = 0;
- virtual CORBA::ULong max_left (void)
- = 0;
+ virtual CORBA::ULong max_left (void) = 0;
// BEGIN SPEC
// The max_left operation returns the number of service offers
@@ -88,10 +87,8 @@ public:
* END SPEC
*/
virtual CORBA::Boolean next_n (CORBA::ULong n,
- CosTrading::OfferSeq_out offers)
- = 0;
+ CosTrading::OfferSeq_out offers) = 0;
protected:
-
TAO_Offer_Iterator& operator=(const TAO_Offer_Iterator&);
/// The filter through which each returned offer must pass. Used to