summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-08-27 21:52:37 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-08-27 21:52:37 +0000
commitdafbfcc42281974f217ee7df611d5e6197737b88 (patch)
treefd9855fae9b7f8752d25d223f018dbc0719e76fd
parenta5080743f2d576d5f48def42b0ae3b5f05f26fc5 (diff)
downloadATCD-dafbfcc42281974f217ee7df611d5e6197737b88.tar.gz
ChangeLogTag:Wed Aug 27 14:48:17 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 49840cf7df3..746f8fe352a 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,37 @@
+Wed Aug 27 14:48:17 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * tao/ClientRequestInfo_i.h:
+
+ No need to included "tao/StringSeqC.h".
+
+ * tao/DLL_ORB.h:
+
+ Updated documentation to explicitly mark the TAO_DLL_ORB class
+ as deprecated in the Doxygen generated documentation.
+
+ * tao/ORBInitInfo.h:
+
+ No need to include "tao/StringSeqC.h". A forward declaration is
+ enough.
+
+ (TAO_ORBInitInfo):
+ * tao/ORBInitInfo.cpp (TAO_ORBInitInfo):
+
+ Updated to use TAO_Objref_{var,out} templates instead of
+ defining custom _var and _out types.
+
+ * tao/corba.h:
+
+ No need to include "tao/varbase.h".
+
+ * tao/Objref_VarOut.h:
+
+ Corrected documentation.
+
+ * orbsvcs/orbsvcs/AV/UDP.cpp (connect):
+
+ Fixed warning about potential use of an uninitialized variable.
+
Wed Aug 27 14:11:35 2003 Venkita Subramonian <venkita@cs.wustl.edu>
* orbsvcs/orbsvcs/RTSched.dsp: