summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Property/client.h
diff options
context:
space:
mode:
authormjb2 <mjb2@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-19 20:39:17 +0000
committermjb2 <mjb2@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-19 20:39:17 +0000
commitbb20acf227bf816e6b5f892991de091a56e3cfb3 (patch)
treec45060940fe36440d30b1c11b983cd842962b301 /TAO/orbsvcs/tests/Property/client.h
parent73b89296423669abcc585907d51b0143469fa7f6 (diff)
downloadATCD-bb20acf227bf816e6b5f892991de091a56e3cfb3.tar.gz
See Wed Aug 19 15:18:36 1998 Matthew J Braun <mjb2@cec.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/Property/client.h')
-rw-r--r--TAO/orbsvcs/tests/Property/client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Property/client.h b/TAO/orbsvcs/tests/Property/client.h
index fac248d6fd3..f602d5cf7d6 100644
--- a/TAO/orbsvcs/tests/Property/client.h
+++ b/TAO/orbsvcs/tests/Property/client.h
@@ -98,6 +98,9 @@ protected:
TAO_ORB_Manager manager_;
// The ORB manager, handles ORB initialization etc.
+ TAO_Naming_Client my_name_client_;
+ // The Name Client, simplifies NameService interaction
+
CosPropertyService::PropertySetDef_var propsetdef_;
// To test propertySetDef interface.
};