summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/airplane_server_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/airplane_server_i.h')
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/airplane_server_i.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/airplane_server_i.h b/TAO/orbsvcs/tests/ImplRepo/airplane_server_i.h
index c3ffc51f973..1be339107b6 100644
--- a/TAO/orbsvcs/tests/ImplRepo/airplane_server_i.h
+++ b/TAO/orbsvcs/tests/ImplRepo/airplane_server_i.h
@@ -70,6 +70,9 @@ private:
/// File where the IOR of the server object is stored.
FILE *ior_output_file_;
+
+ /// the server name
+ ACE_CString server_name_;
};
#endif /* AIRPLANE_SERVER_I_H */