summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h
diff options
context:
space:
mode:
authorsbw1 <sbw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-20 22:52:28 +0000
committersbw1 <sbw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-20 22:52:28 +0000
commitba36fa6381e6ff237d92bbf44013754b87aaa9de (patch)
treeae20855d11f31e8f88279558bc5f8d40d4ef67a1 /TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h
parent1eb9f3ebcff5bfaa2380508c1b04649bab858092 (diff)
downloadATCD-ba36fa6381e6ff237d92bbf44013754b87aaa9de.tar.gz
Fixed another g++ linker error.
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h b/TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h
index 085d0324de6..3c5da49c438 100644
--- a/TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h
+++ b/TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h
@@ -742,6 +742,9 @@ class TAO_Property_Filter
public:
typedef CosTrading::Lookup::SpecifiedProps SPECIFIED_PROPS;
+
+ TAO_Property_Filter (void) : policy_ (CosTrading::Lookup::all) {}
+ // An accomplice to g++'s insane lust for copy constructors.
TAO_Property_Filter (const SPECIFIED_PROPS& desired_props,
CORBA::Environment& env)
@@ -753,7 +756,7 @@ public:
TAO_Property_Filter& operator= (const TAO_Property_Filter& prop_filter);
void filter_offer (CosTrading::Offer* source,
- CosTrading::Offer& destination);
+ CosTrading::Offer& destination);
// Copy the desired properties from the source offer to the
// destination offer.