diff options
author | vishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-04 03:23:45 +0000 |
---|---|---|
committer | vishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-04 03:23:45 +0000 |
commit | bf3b65d6a89a41f1a050c2d76421515aa08b5f7f (patch) | |
tree | 4ad8794c4fddeaf61436bb35e4725577d843c4ca /TAO/ChangeLog-98c | |
parent | 186234b511b2e5ec33687d184e0920aaa2149447 (diff) | |
download | ATCD-bf3b65d6a89a41f1a050c2d76421515aa08b5f7f.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/ChangeLog-98c')
-rw-r--r-- | TAO/ChangeLog-98c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c index 3731da19fef..79e2dc0481f 100644 --- a/TAO/ChangeLog-98c +++ b/TAO/ChangeLog-98c @@ -1,3 +1,20 @@ +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. + 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. + + * orbsvcs/Time_Service/Server_i.cpp: + * orbsvcs/Time_Service/Server_i.h: + * orbsvcs/Time_Service/Clerk_i.cpp: + * orbsvcs/Time_Service/Clerk_i.h: + Sun Jan 3 20:30:00 1999 Chris Gill <cdgill@cs.wustl.edu> * docs/releasenotes/index.html: added TAO Scheduling Service section |