summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/driver.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-05 21:23:18 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-05 21:23:18 +0000
commit934b879e81e105be3690f10acd47248a6566d8b0 (patch)
treec5bf3a290902c5982921d2fcb11246d6991805bb /TAO/tests/Param_Test/driver.h
parentccae921cc866ece42d0e2db7c7eca9198cdcb70d (diff)
downloadATCD-934b879e81e105be3690f10acd47248a6566d8b0.tar.gz
ChangeLogTag:Fri Jun 5 16:02:54 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/Param_Test/driver.h')
-rw-r--r--TAO/tests/Param_Test/driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Param_Test/driver.h b/TAO/tests/Param_Test/driver.h
index 797a0ad7066..11456c125ab 100644
--- a/TAO/tests/Param_Test/driver.h
+++ b/TAO/tests/Param_Test/driver.h
@@ -41,7 +41,7 @@ public:
// Execute client example code.
private:
- CORBA::ORB_ptr orb_ptr_;
+ CORBA::ORB_var orb_;
// underlying ORB (we do not own it)
Param_Test_var objref_;