summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2004-10-02 01:34:34 +0000
committerbala <balanatarajan@users.noreply.github.com>2004-10-02 01:34:34 +0000
commit2665ae1a57a84a69f211818f135e1b31ab635f31 (patch)
tree4b73e8880d9bb948095a36616362b5726843936d /TAO
parentf1225fc898cc29099589df86640c22d56b28a93d (diff)
downloadATCD-2665ae1a57a84a69f211818f135e1b31ab635f31.tar.gz
ChangeLogTag:Sat Oct 2 01:33:45 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/performance-tests/Protocols/sender.cpp2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index f836d76f40c..68e47dc2f1a 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Sat Oct 2 01:33:45 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * performance-tests/Protocols/sender.cpp:
+
+ Fixed a compile error in our daily builds.
+
Fri Oct 1 23:06:06 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* tao/BiDir_GIOP/BiDirPolicy_Validator.cpp:
diff --git a/TAO/performance-tests/Protocols/sender.cpp b/TAO/performance-tests/Protocols/sender.cpp
index 9f4d187123f..6e592282735 100644
--- a/TAO/performance-tests/Protocols/sender.cpp
+++ b/TAO/performance-tests/Protocols/sender.cpp
@@ -12,9 +12,9 @@
#include "tao/RTCORBA/RT_Policy_i.h"
#include "tao/RTCORBA/Network_Priority_Mapping_Manager.h"
#include "tao/RTCORBA/Network_Priority_Mapping.h"
+#include "tao/ORB_Constants.h"
#include "Custom_Network_Priority_Mapping.h"
#include "Custom_Network_Priority_Mapping.cpp"
-#include "tao/ORB_Constants.h"
#include "tao/debug.h"
#include "testC.h"