From ebd2cbe5cd85b6afea650e7941abb50f25168c25 Mon Sep 17 00:00:00 2001 From: Phil Mesnier Date: Wed, 5 Mar 2003 18:52:17 +0000 Subject: ChangeLog tag: Wed Mar 5 12:53:22 2003 Phil Mesnier --- TAO/ChangeLog | 10 ++++++++++ TAO/tao/TAO.dsp | 16 ++++++++++++++++ TAO/tao/TAO_Static.dsp | 16 ++++++++++++++++ TAO/tao/tao-dll.icc | 2 ++ TAO/tao/tao-lib.icc | 2 ++ 5 files changed, 46 insertions(+) diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 9daa5e6d372..7ba4fdc1f95 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,13 @@ +Wed Mar 5 12:53:22 2003 Phil Mesnier + + * tao/TAO.dsp: + * tao/TAO_Static.dsp: + * tao/tao-dll.icc: + * tao/tao-lib.icc: + + Added Codeset_manager and Codeset_Translator_Factory source to + makefiles. + Wed Mar 5 11:00:51 2003 Chad Elliott * tao/IIOP_Acceptor.cpp: diff --git a/TAO/tao/TAO.dsp b/TAO/tao/TAO.dsp index 0735cf51f82..105f1cc2a24 100644 --- a/TAO/tao/TAO.dsp +++ b/TAO/tao/TAO.dsp @@ -267,6 +267,14 @@ SOURCE=.\CodecFactory_ORBInitializer.cpp # End Source File # Begin Source File +SOURCE=.\Codeset_Manager.cpp +# End Source File +# Begin Source File + +SOURCE=.\Codeset_Translator_Factory.cpp +# End Source File +# Begin Source File + SOURCE=.\Collocation_Resolver.cpp # End Source File # Begin Source File @@ -1075,6 +1083,14 @@ SOURCE=.\CodecFactory_ORBInitializer.h # End Source File # Begin Source File +SOURCE=.\Codeset_Manager.h +# End Source File +# Begin Source File + +SOURCE=.\Codeset_Translator_Factory.h +# End Source File +# Begin Source File + SOURCE=.\Collocation_Resolver.h # End Source File # Begin Source File diff --git a/TAO/tao/TAO_Static.dsp b/TAO/tao/TAO_Static.dsp index 3aa53242247..a321b9d14f4 100644 --- a/TAO/tao/TAO_Static.dsp +++ b/TAO/tao/TAO_Static.dsp @@ -199,6 +199,14 @@ SOURCE=.\CodecFactory_ORBInitializer.cpp # End Source File # Begin Source File +SOURCE=.\Codeset_Manager.cpp +# End Source File +# Begin Source File + +SOURCE=.\Codeset_Translator_Factory.cpp +# End Source File +# Begin Source File + SOURCE=.\Collocation_Resolver.cpp # End Source File # Begin Source File @@ -1007,6 +1015,14 @@ SOURCE=.\CodecFactory.h # End Source File # Begin Source File +SOURCE=.\Codeset_Manager.h +# End Source File +# Begin Source File + +SOURCE=.\Codeset_Translator_Factory.h +# End Source File +# Begin Source File + SOURCE=.\CodecFactory_ORBInitializer.h # End Source File # Begin Source File diff --git a/TAO/tao/tao-dll.icc b/TAO/tao/tao-dll.icc index 9540d32b9c2..07a599b485d 100644 --- a/TAO/tao/tao-dll.icc +++ b/TAO/tao/tao-dll.icc @@ -36,6 +36,8 @@ option source type (cpp) "Active_Object_Map.cpp" source type (cpp) "Any.cpp" source type (cpp) "CDR.cpp" + source type (cpp) "Codeset_Manager.cpp" + source type (cpp> "Codeset_Translator_Factory.cpp" source type (cpp) "CORBA_String.cpp" source type (cpp) "Client_Strategy_Factory.cpp" source type (cpp) "Connect.cpp" diff --git a/TAO/tao/tao-lib.icc b/TAO/tao/tao-lib.icc index 646a11a1b16..6d9b76ca6c5 100644 --- a/TAO/tao/tao-lib.icc +++ b/TAO/tao/tao-lib.icc @@ -36,6 +36,8 @@ option source type (cpp) "Active_Object_Map.cpp" source type (cpp) "Any.cpp" source type (cpp) "CDR.cpp" + source type (cpp) "Codeset_Manager.cpp" + source type (cpp) "Codeset_Translator_Factory.cpp" source type (cpp) "CORBA_String.cpp" source type (cpp) "Client_Strategy_Factory.cpp" source type (cpp) "Connect.cpp" -- cgit v1.2.1