summaryrefslogtreecommitdiff
path: root/TAO/tests/Quoter
diff options
context:
space:
mode:
authorcdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-19 17:05:23 +0000
committercdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-19 17:05:23 +0000
commit25ef5c51784fce3bf56a42153fee445732cce878 (patch)
tree1b67a257984cefeed92a0b0af7bd427c298557cb /TAO/tests/Quoter
parent2b6621772f2d6156f564802c27ed88323c3b3515 (diff)
downloadATCD-25ef5c51784fce3bf56a42153fee445732cce878.tar.gz
fixed passed object reference parameter (added .in())
Diffstat (limited to 'TAO/tests/Quoter')
-rw-r--r--TAO/tests/Quoter/Generic_Factory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Quoter/Generic_Factory.cpp b/TAO/tests/Quoter/Generic_Factory.cpp
index b077ab2a57b..c1c09625974 100644
--- a/TAO/tests/Quoter/Generic_Factory.cpp
+++ b/TAO/tests/Quoter/Generic_Factory.cpp
@@ -179,7 +179,7 @@ Quoter_Generic_Factory_Server::init (int argc,
life_Cycle_Service_var->register_factory ("Quoter_Generic_Factory", // name
"Bryan 503", // location
"Generic Factory", // description
- object_var,
+ object_var.in (),
TAO_TRY_ENV);
TAO_CHECK_ENV;
ACE_DEBUG ((LM_DEBUG,