diff options
author | Phil Mesnier <mesnier_p@ociweb.com> | 2003-03-05 18:52:17 +0000 |
---|---|---|
committer | Phil Mesnier <mesnier_p@ociweb.com> | 2003-03-05 18:52:17 +0000 |
commit | ebd2cbe5cd85b6afea650e7941abb50f25168c25 (patch) | |
tree | 7e10643f5276cc407f26c2a080506b10c4cb59a7 /TAO | |
parent | 5acb4d37c044cf18c90092eacd923a48afbe87a9 (diff) | |
download | ATCD-ebd2cbe5cd85b6afea650e7941abb50f25168c25.tar.gz |
ChangeLog tag: Wed Mar 5 12:53:22 2003 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLog | 10 | ||||
-rw-r--r-- | TAO/tao/TAO.dsp | 16 | ||||
-rw-r--r-- | TAO/tao/TAO_Static.dsp | 16 | ||||
-rw-r--r-- | TAO/tao/tao-dll.icc | 2 | ||||
-rw-r--r-- | TAO/tao/tao-lib.icc | 2 |
5 files changed, 46 insertions, 0 deletions
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 <mesnier_p@ociweb.com> + + * 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 <elliott_c@ociweb.com> * 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" |