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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/airplane_server_i.h b/TAO/orbsvcs/tests/ImplRepo/airplane_server_i.h
index 12fcbb0b98d..5a51f08604b 100644
--- a/TAO/orbsvcs/tests/ImplRepo/airplane_server_i.h
+++ b/TAO/orbsvcs/tests/ImplRepo/airplane_server_i.h
@@ -11,7 +11,6 @@
*/
//=============================================================================
-
#if !defined (AIRPLANE_SERVER_I_H)
#define AIRPLANE_SERVER_I_H
@@ -68,7 +67,10 @@ private:
/// File where the IOR of the server object is stored.
FILE *ior_output_file_;
- /// the server name
+ /// File where the pid of the server is stored.
+ FILE *pid_output_file_;
+
+ /// The server name
ACE_CString server_name_;
};