summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/ChangeLog')
-rw-r--r--TAO/ChangeLog67
1 files changed, 66 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 85f62820288..1235c7091a3 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,68 @@
+Thu Apr 24 22:01:42 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * tao/CONV_FRAMEC.cpp:
+ * tao/CurrentC.cpp:
+ * tao/DomainC.cpp:
+ * tao/DynamicC.cpp:
+ * tao/Dynamic_Adapter.cpp:
+ * tao/Dynamic_Adapter.h:
+ * tao/GIOPC.cpp:
+ * tao/IIOPC.cpp:
+ * tao/IOP_CodecC.cpp:
+ * tao/Messaging_PolicyValueC.cpp:
+ * tao/ORB.cpp:
+ * tao/Object.cpp:
+ * tao/ObjectIdListC.cpp:
+ * tao/ObjectReferenceTemplateC.cpp:
+ * tao/Object_KeyC.cpp:
+ * tao/Objref_VarOut_T.cpp:
+ * tao/OctetSeqC.cpp:
+ * tao/PolicyC.cpp:
+ * tao/Policy_ForwardC.cpp:
+ * tao/PortableInterceptorC.cpp:
+ * tao/Pseudo_Value_VarOut_T.inl:
+ * tao/Pseudo_VarOut_T.inl:
+ * tao/ServicesC.cpp:
+ * tao/StringSeqC.cpp:
+ * tao/TAOC.cpp:
+ * tao/TimeBaseC.cpp:
+ * tao/ValueBase.cpp:
+ * tao/ValueBase.h:
+ * tao/ValueFactory.cpp:
+ * tao/ValueFactory.h:
+ * tao/VarOut_T.cpp:
+ * tao/DynamicAny/DynamicAnyC.cpp:
+ * tao/DynamicInterface/Request.cpp:
+ * tao/IFR_Client/IFR_BaseC.cpp:
+ * tao/IORManipulation/IORC.cpp:
+ * tao/Messaging/MessagingC.cpp:
+ * tao/Messaging/Messaging_No_ImplC.cpp:
+ * tao/Messaging/Messaging_RT_PolicyC.cpp:
+ * tao/Messaging/Messaging_SyncScope_PolicyC.cpp:
+ * tao/Messaging/TAO_ExtC.cpp:
+ * tao/PortableServer/Default_ORTC.cpp:
+ * tao/PortableServer/ImR_LocatorC.cpp:
+ * tao/PortableServer/ImplRepoC.cpp:
+ * tao/PortableServer/PortableServerC.cpp:
+ * tao/RTCORBA/RTCORBAC.cpp:
+ * tao/RTCORBA/RTCORBAC.h:
+ * tao/RTCORBA/RTCORBAC.i:
+ * tao/RTPortableServer/RTPortableServerC.cpp:
+ * tao/TypeCodeFactory/TypeCodeFactoryC.cpp: First set of fixes for
+ explicit template instantiation problems. The fixes are not
+ complete since the instantiations generated by the IDL compiler
+ for the generated code is busted. Fixes to the IDL compiler over
+ the past couple of days havent helped the situation. This set of
+ fixes addresses
+
+ - compilation issues arising in TAO and associated libraries
+ from the explicit template instantiations section.
+ - link errors while trying to link with TAO library.
+
+ Applications linking to libraries other than TAO would still
+ experience linking errors. They will be fixed along with the IDL
+ compiler in the next couple of days.
+
Thu Apr 24 19:39:36 2003 Irfan Pyarali <irfan@oomworks.com>
* tao\PortableServer\POA:
@@ -1506,7 +1571,7 @@ Wed Apr 16 13:44:47 2003 Irfan Pyarali <irfan@oomworks.com>
to the minimum priority supported by that scheduling policy.
This method make sense on those platform (e.g., Linux) where
- PTHREAD_SCOPE_SYSTEM is the only scheduling scope supported. On
+ PTHREAD_SCOPE_SYSTE* is the only scheduling scope supported. On
other platforms, this method is a no-op since the only way to
get the real-time threading behavior is to setup the
PTHREAD_SCOPE_SYSTEM scheduling scope when a thread is being