summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-04-27 11:57:29 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-04-27 11:57:29 +0000
commitf94f499d4bbe078163d6b3ceca80ea60386575e3 (patch)
tree4f695841a599f351285b3ae6d6a1bc9e34ea11b7
parent547a5be9a62f51a64d0c7b5818d0d23123cf0c20 (diff)
downloadATCD-f94f499d4bbe078163d6b3ceca80ea60386575e3.tar.gz
ChangeLogTag: Tue Apr 27 06:55:46 2004 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--TAO/ChangeLog63
-rw-r--r--TAO/examples/mfc/client.cpp2
-rw-r--r--TAO/examples/mfc/client.mpc2
-rw-r--r--TAO/tests/Param_Test/Param_Test.mpc1
4 files changed, 41 insertions, 27 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 9b0339cdda0..8a701f54c16 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,34 +1,47 @@
+Tue Apr 27 06:55:46 2004 Chad Elliott <elliott_c@ociweb.com>
+
+ * examples/mfc/client.mpc:
+ * examples/mfc/client.cpp:
+
+ Added #include of ace/streams.h and set the Resource_Files to
+ empty.
+
+ * tests/Param_Test/Param_Test.mpc:
+
+ I missed one of the A.cpp files in my change from Mon Apr 26
+ 06:22:03 2004.
+
Mon Apr 26 13:52:49 2004 Carlos O'Ryan <coryan@atdesk.com>
- * Fixes for:
- http://deuce.doc.wustl.edu/bugzilla/show_bug.cgi?id=1779
-
- * tao/params.i:
- The sock_{snd,rcv}buf_size were silently truncated to
- ACE_DEFAULT_MAX_SOCKET_BUFSIZ. Silent truncation is generally
- evil, but in this case it is worse: the compile-time value
- stored in ACE_DEFAULT_MAX_SOCKET_BUFSIZ may have no relationship
- with the run-time maximum in the socket. In some platforms (I
- am thinking Linux) you can also change the maximum socket buffer
- sizes while the kernel is running, so even an startup-time value
- would be wrong. Better to move that policy decision to the
- application.
- Removed code in #if 0/#endif blocks, that's what CVS is for.
-
- * tao/Connection_Handler.cpp:
- Do not change the socket buffer size(s) if the application sets
- them to 0. In some platforms, notably Linux, the kernel
- adaptively grows the size of the buffer according to the demands
- of the application, but *only* if the application does not set
- the buffer size explicitly.
+ * Fixes for:
+ http://deuce.doc.wustl.edu/bugzilla/show_bug.cgi?id=1779
+
+ * tao/params.i:
+ The sock_{snd,rcv}buf_size were silently truncated to
+ ACE_DEFAULT_MAX_SOCKET_BUFSIZ. Silent truncation is generally
+ evil, but in this case it is worse: the compile-time value
+ stored in ACE_DEFAULT_MAX_SOCKET_BUFSIZ may have no relationship
+ with the run-time maximum in the socket. In some platforms (I
+ am thinking Linux) you can also change the maximum socket buffer
+ sizes while the kernel is running, so even an startup-time value
+ would be wrong. Better to move that policy decision to the
+ application.
+ Removed code in #if 0/#endif blocks, that's what CVS is for.
+
+ * tao/Connection_Handler.cpp:
+ Do not change the socket buffer size(s) if the application sets
+ them to 0. In some platforms, notably Linux, the kernel
+ adaptively grows the size of the buffer according to the demands
+ of the application, but *only* if the application does not set
+ the buffer size explicitly.
Mon Apr 26 09:08:09 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
- * tao/Strategies/SHMIOP_Connector.cpp (TAO_SHMIOP_Connector):
+ * tao/Strategies/SHMIOP_Connector.cpp (TAO_SHMIOP_Connector):
- Corrected constructor argument type from CORBA::Octet to
- CORBA::Boolean to match the one in the header. These two types
- are now distinct.
+ Corrected constructor argument type from CORBA::Octet to
+ CORBA::Boolean to match the one in the header. These two types
+ are now distinct.
Mon Apr 26 10:06:12 2004 Chad Elliott <elliott_c@ociweb.com>
diff --git a/TAO/examples/mfc/client.cpp b/TAO/examples/mfc/client.cpp
index cdea199eaf2..8301dc6518d 100644
--- a/TAO/examples/mfc/client.cpp
+++ b/TAO/examples/mfc/client.cpp
@@ -3,6 +3,7 @@
#include "tao/corba.h"
#include "w32_testC.h"
#include "tao/PortableServer/POA.h"
+#include "ace/streams.h"
int
main (int argc, char *argv[])
@@ -60,7 +61,6 @@ main (int argc, char *argv[])
return 1;
}
ACE_ENDTRY;
- ACE_CHECK_RETURN (-1);
return 0;
}
diff --git a/TAO/examples/mfc/client.mpc b/TAO/examples/mfc/client.mpc
index 868edbf9386..30cfbfb36e7 100644
--- a/TAO/examples/mfc/client.mpc
+++ b/TAO/examples/mfc/client.mpc
@@ -6,4 +6,6 @@ project(MFC client): namingexe {
w32_testC.cpp
client.cpp
}
+ Resource_Files {
+ }
}
diff --git a/TAO/tests/Param_Test/Param_Test.mpc b/TAO/tests/Param_Test/Param_Test.mpc
index 72cf50c8cb0..923a101fe19 100644
--- a/TAO/tests/Param_Test/Param_Test.mpc
+++ b/TAO/tests/Param_Test/Param_Test.mpc
@@ -39,7 +39,6 @@ project(*Client): messaging, taoexe, portableserver, minimum_corba, dynamicinter
objref_struct.cpp
options.cpp
param_test_i.cpp
- param_testA.cpp
recursive_struct.cpp
recursive_union.cpp
results.cpp