summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog-98c
diff options
context:
space:
mode:
authorvishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-04 04:12:56 +0000
committervishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-04 04:12:56 +0000
commit1921ca95ea68d83b615e6695b59f9556430827c0 (patch)
treefe7d1c638b869f521fd76c0d8d4c03972b3b35f0 /TAO/ChangeLog-98c
parent8cf4241ec77915258be80cbd3a1da6bbf69e512d (diff)
downloadATCD-1921ca95ea68d83b615e6695b59f9556430827c0.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/ChangeLog-98c')
-rw-r--r--TAO/ChangeLog-98c25
1 files changed, 20 insertions, 5 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index b8a75c70cbd..22f52bf2692 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,19 @@
+Sun Jan 3 22:01:37 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
+
+ * orbsvcs/Time_Service/Server_i.cpp:
+ Used rebind () instead of bind (). Because servers dont handle ^C,
+ once bound contexts stay bound till the Naming Service is up.
+ This was already being done for clerks. Commented out the IR part.
+ Fixed warnings in init() and run() methods.
+
+ * orbsvcs/Time_Service/Server_i.h:
+ Added some comments. Also commented out the IR part, so I could
+ fix the warnings pointed out by David and check the files in.
+
+ * orbsvcs/Time_Service/Clerk_i.cpp:
+ Added some comments. Commented out the IR part. Removed warnings
+ for unreferenced variables
+
Sun Jan 03 21:39:49 1999 Irfan Pyarali <irfan@cs.wustl.edu>
* tao/POA.cpp (encode_sequence_to_string): Removed extra call to
@@ -7,15 +23,14 @@ Sun Jan 03 21:39:49 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Sun Jan 3 21:10:42 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
- Addded a function to check if it is the first server or clerk.
+ Addded a new function to check if it is the first server or clerk.
If it is then get a new context and bind it to the Name Server.
The subsequent servers and clerks will bind to this context. The
way this was being done previously is by clearing the exception
and checking the return value of NamingContext::resolve (). Was
- working fine on Solaris (probably because I am compiling my orbsvcs
- with flag -noex ) but threw an exception on NT. I am now handling
- the exception appropriately. Also corrected a memory problem
- using CORBA::string_dup.
+ working fine on Solaris but threw an exception on NT. I am now
+ handling the exception appropriately. Also corrected a memory
+ problem using CORBA::string_dup.
* orbsvcs/Time_Service/Server_i.cpp:
* orbsvcs/Time_Service/Server_i.h: