diff options
author | gokhale <asgokhale@users.noreply.github.com> | 1999-01-04 12:46:49 +0000 |
---|---|---|
committer | gokhale <asgokhale@users.noreply.github.com> | 1999-01-04 12:46:49 +0000 |
commit | aeb105f3711ffb9f567a1df6e65ff30010dfa992 (patch) | |
tree | c2006d609636d2898d7d9bc585bee83476d53841 /TAO/ChangeLog-98c | |
parent | 71c9372be67ed0df222f5c9863b98ebb819fd9d2 (diff) | |
download | ATCD-aeb105f3711ffb9f567a1df6e65ff30010dfa992.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/ChangeLog-98c')
-rw-r--r-- | TAO/ChangeLog-98c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c index e8e630a5034..83ad3450113 100644 --- a/TAO/ChangeLog-98c +++ b/TAO/ChangeLog-98c @@ -1,3 +1,22 @@ +Mon Jan 4 07:39:27 EST 1999 Aniruddha Gokhale <gokhale@sahyadri.research.bell-labs.com> + + * orbsvcs/orbsvcs/Trader/Trader_Utils.cpp: + + The code was written with the assumption that a string member of + a struct gets mapped to CORBA::String_var. However, due to the + recent changes made to the IDL compiler where a string member + gets mapped to a TAO_String_Manager caused several problems in + the Trader code. This happened when the string member was + assigned directly to a CORBA::String_var class. The right way to + do this is to use the "in ()" method on the TAO_String_Manager + class to retrieve the underlying string. + + * tao/Managed_Types.h: + + I had forgotten to include the Managed_Types.i file when the + ACE_INLINE macro is defined. This was causing all kinds of + undefined symbol errors at link time. + Mon Jan 04 00:15:13 1999 Darrell Brunsch <brunsch@cs.wustl.edu> * orbsvcs/ImplRepo_Service/ImplRepo_i.cpp: |