summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>1999-05-23 18:37:00 +0000
committerbala <balanatarajan@users.noreply.github.com>1999-05-23 18:37:00 +0000
commit105fb40b305e3addab7b3fda613b26472a5dcf6f (patch)
tree9047a0fa6233ca649937437c2dba60db7379e7d6
parent74205f4d54deada413395d34b3dfa99d51c6f7cb (diff)
downloadATCD-105fb40b305e3addab7b3fda613b26472a5dcf6f.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c10
-rw-r--r--TAO/examples/Simple/time/Time_Client_i.h2
2 files changed, 1 insertions, 11 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index e7ec4551847..47f072ad24f 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,13 +1,3 @@
-Sun May 23 12:14:59 1999 Balachandran Natarajan <bala@cs.wustl.edu>
-
- * examples/Simple/time/Time.idl (Time):
-
- * examples/Simple/time/Time_Client_i.cpp (run):
- * examples/Simple/time/Time_i.cpp
- * examples/Simple/time/Time_i.h
- Factored out common code to the template server and client. The
- template code will be checked in next.
-
Sun May 23 10:06:36 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
* orbsvcs/tests/Event/lib/README:
diff --git a/TAO/examples/Simple/time/Time_Client_i.h b/TAO/examples/Simple/time/Time_Client_i.h
index 9e57dce0259..2d75b7dfafb 100644
--- a/TAO/examples/Simple/time/Time_Client_i.h
+++ b/TAO/examples/Simple/time/Time_Client_i.h
@@ -40,7 +40,7 @@ public:
virtual ~Time_Client_i (void);
// Destructor
- virtual int run (int, char** );
+ virtual int run (char *,int, char** );
// Execute the methods
private: