summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>1999-01-16 22:33:46 +0000
committerbala <balanatarajan@users.noreply.github.com>1999-01-16 22:33:46 +0000
commitb0be299d1300d2bfaf2bf9b72592c05976d39668 (patch)
tree451990548236312016c3dd054db6cad8fc082abc
parente2101d2516eee3f20bc29a0ce2ddada63ec8f6d1 (diff)
downloadATCD-b0be299d1300d2bfaf2bf9b72592c05976d39668.tar.gz
Implemented suggestions of Dr.SSchmidt
-rw-r--r--TAO/examples/Simple/time/Time_Client_i.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/TAO/examples/Simple/time/Time_Client_i.h b/TAO/examples/Simple/time/Time_Client_i.h
index fa39c97b659..a0ae737d0bf 100644
--- a/TAO/examples/Simple/time/Time_Client_i.h
+++ b/TAO/examples/Simple/time/Time_Client_i.h
@@ -13,9 +13,9 @@
// This class implements the interface calls for RMI.
//
// = AUTHOR
-// @@ Bala, please update the author!
-// Darrell Brunsch <brunsch@cs.wustl.edu>
-//
+//
+// Balachandran Natarajan <bala@cs.wustl.edu>
+//
// ============================================================================
#ifndef TIME_CLIENT_I_H
@@ -43,6 +43,11 @@ public:
virtual int run (int, char** );
// Execute the methods
+
+private:
+
+ Client<Time,Time_var> client;
+ // Instantiate the client object
};
#endif /* TIME_CLIENT_I_H */