summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-19 18:51:19 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-19 18:51:19 +0000
commitc79dbcba1c3188ed4fc1f10dff96518668a13fa7 (patch)
tree95f8a0b9f3a9fd6caf9aa9f6bda8beaeaba21a3b /TAO
parent42d4e44071c054d317337164e2b4d3fca3ebdaa1 (diff)
downloadATCD-c79dbcba1c3188ed4fc1f10dff96518668a13fa7.tar.gz
ChangeLogTag:Tue Aug 19 18:49:10 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog39
-rw-r--r--TAO/examples/Callback_Quoter/Notifier_i.h1
-rw-r--r--TAO/examples/PluggableUDP/tests/Performance/UDP_i.h1
-rw-r--r--TAO/examples/RTCORBA/Activity/Activity.h1
-rw-r--r--TAO/examples/RTCORBA/Activity/Thread_Task.cpp1
-rw-r--r--TAO/examples/Simple/bank/AccountManager_i.h1
-rw-r--r--TAO/orbsvcs/IFR_Service/ifr_visitor.cpp3
-rw-r--r--TAO/orbsvcs/orbsvcs/RTEvent.mpc1
-rw-r--r--TAO/orbsvcs/performance-tests/RTEvent/lib/Send_Task.cpp1
-rw-r--r--TAO/orbsvcs/performance-tests/RTEvent/lib/Send_Task.h3
-rw-r--r--TAO/orbsvcs/tests/Event/Mcast/Two_Way/application.cpp1
-rw-r--r--TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/GroupRef_Manipulation.mpc1
-rw-r--r--TAO/orbsvcs/tests/IOR_MCast/ior_mcast_client_i.h1
-rw-r--r--TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/client.cpp1
-rw-r--r--TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/client.cpp1
-rw-r--r--TAO/performance-tests/RTCorba/Thread_Pool/client.cpp1
-rw-r--r--TAO/tests/ICMG_Any_Bug/Hello.mpc2
17 files changed, 58 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index ab4c498cffe..d3ed61910cb 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,42 @@
+Tue Aug 19 18:49:10 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * examples/Callback_Quoter/Notifier_i.h:
+ * examples/PluggableUDP/tests/Performance/UDP_i.h:
+ * examples/RTCORBA/Activity/Activity.h:
+ * examples/Simple/bank/AccountManager_i.h:
+ Added #include Null_Mutex.h
+
+ * examples/RTCORBA/Activity/Thread_Task.cpp:
+ * orbsvcs/performance-tests/RTEvent/lib/Send_Task.cpp:
+ * performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/client.cpp:
+ * performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/client.cpp:
+ Added #include Barrier.h.
+
+ * orbsvcs/IFR_Service/ifr_visitor.cpp:
+ Added #include Lock_Adapter_T.h, Synch_Traits.h, and Null_Mutex.h.
+
+ * orbsvcs/performance-tests/RTEvent/lib/Send_Task.h:
+ Added #include Synch_Traits.h and forward declaration of ACE_Barrier.
+
+ * orbsvcs/tests/Event/Mcast/Two_Way/application.cpp:
+ Added #include Reactor.h.
+
+ * orbsvcs/tests/IOR_MCast/ior_mcast_client_i.h:
+ Added #include SString.h:
+
+ * performance-tests/RTCorba/Thread_Pool/client.cpp:
+ Added #include Event.h.
+
+ * orbsvcs/orbsvcs/RTEvent.mpc:
+ Removed CRC.cpp.
+
+ * orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/GroupRef_Manipulation.mpc:
+ Added testC.cpp to server project.
+
+ * tests/ICMG_Any_Bug/Hello.mpc:
+ Changed the client project to inherit from both ifr_client and
+ dynamicinterface to pick up the correct link libraries.
+
Tue Aug 19 13:44:23 2003 Chad Elliott <elliott_c@ociweb.com>
* TAO_IDL/fe/idl.ll:
diff --git a/TAO/examples/Callback_Quoter/Notifier_i.h b/TAO/examples/Callback_Quoter/Notifier_i.h
index 9c99934879e..26652a5b7d4 100644
--- a/TAO/examples/Callback_Quoter/Notifier_i.h
+++ b/TAO/examples/Callback_Quoter/Notifier_i.h
@@ -31,6 +31,7 @@
#include "ace/Hash_Map_Manager.h"
#include "ace/Containers.h"
#include "ace/SString.h"
+#include "ace/Null_Mutex.h"
class Notifier_i : public POA_Notifier
{
diff --git a/TAO/examples/PluggableUDP/tests/Performance/UDP_i.h b/TAO/examples/PluggableUDP/tests/Performance/UDP_i.h
index 5d5d773ee25..92110a910b9 100644
--- a/TAO/examples/PluggableUDP/tests/Performance/UDP_i.h
+++ b/TAO/examples/PluggableUDP/tests/Performance/UDP_i.h
@@ -22,6 +22,7 @@
#include "UDPS.h"
#include "ace/Hash_Map_Manager_T.h"
+#include "ace/Null_Mutex.h"
class UDP_i: public POA_UDP
{
diff --git a/TAO/examples/RTCORBA/Activity/Activity.h b/TAO/examples/RTCORBA/Activity/Activity.h
index b708cd70d77..ea5cef35093 100644
--- a/TAO/examples/RTCORBA/Activity/Activity.h
+++ b/TAO/examples/RTCORBA/Activity/Activity.h
@@ -22,6 +22,7 @@
#include "tao/RTPortableServer/RTPortableServer.h"
#include "tao/RTCORBA/Priority_Mapping_Manager.h"
#include "activity_export.h"
+#include "ace/Null_Mutex.h"
class ACE_Barrier;
class Job_i;
diff --git a/TAO/examples/RTCORBA/Activity/Thread_Task.cpp b/TAO/examples/RTCORBA/Activity/Thread_Task.cpp
index f08a8209a5d..2c8a27e8894 100644
--- a/TAO/examples/RTCORBA/Activity/Thread_Task.cpp
+++ b/TAO/examples/RTCORBA/Activity/Thread_Task.cpp
@@ -7,6 +7,7 @@
#include "Activity.h"
#include "Task_Stats.h"
+#include "ace/Barrier.h"
Thread_Task::Thread_Task (void)
{
diff --git a/TAO/examples/Simple/bank/AccountManager_i.h b/TAO/examples/Simple/bank/AccountManager_i.h
index 7524e426ff2..55e39733d18 100644
--- a/TAO/examples/Simple/bank/AccountManager_i.h
+++ b/TAO/examples/Simple/bank/AccountManager_i.h
@@ -33,6 +33,7 @@
#include "ace/OS.h"
#include "ace/ACE.h"
#include "ace/SString.h"
+#include "ace/Null_Mutex.h"
class AccountManager_i : public POA_Bank::AccountManager
{
diff --git a/TAO/orbsvcs/IFR_Service/ifr_visitor.cpp b/TAO/orbsvcs/IFR_Service/ifr_visitor.cpp
index 926e0ab7587..3fca9f01e12 100644
--- a/TAO/orbsvcs/IFR_Service/ifr_visitor.cpp
+++ b/TAO/orbsvcs/IFR_Service/ifr_visitor.cpp
@@ -2,6 +2,9 @@
// $Id$
#include "ifr_visitor.h"
+#include "ace/Lock_Adapter_T.h"
+#include "ace/Synch_Traits.h"
+#include "ace/Null_Mutex.h"
ACE_RCSID (IFR_Service,
ifr_visitor,
diff --git a/TAO/orbsvcs/orbsvcs/RTEvent.mpc b/TAO/orbsvcs/orbsvcs/RTEvent.mpc
index fe11c08f28a..f402767f541 100644
--- a/TAO/orbsvcs/orbsvcs/RTEvent.mpc
+++ b/TAO/orbsvcs/orbsvcs/RTEvent.mpc
@@ -26,7 +26,6 @@ project(RTEvent) : orbsvcslib, core, svc_utils, messaging, portableserver {
RtecUDPAdminC.cpp
RtecUDPAdminS.cpp
Event_Utilities.cpp
- Event/CRC.cpp
Event/ECG_Adapters.cpp
Event/ECG_Address_Server_Base.cpp
Event/ECG_CDR_Message_Receiver.cpp
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/lib/Send_Task.cpp b/TAO/orbsvcs/performance-tests/RTEvent/lib/Send_Task.cpp
index 004628e3e83..d359381cc43 100644
--- a/TAO/orbsvcs/performance-tests/RTEvent/lib/Send_Task.cpp
+++ b/TAO/orbsvcs/performance-tests/RTEvent/lib/Send_Task.cpp
@@ -8,6 +8,7 @@
#include "Send_Task.h"
#include "orbsvcs/Time_Utilities.h"
+#include "ace/Barrier.h"
ACE_RCSID(TAO_PERF_RTEC, Send_Task, "$Id$")
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/lib/Send_Task.h b/TAO/orbsvcs/performance-tests/RTEvent/lib/Send_Task.h
index 73298085478..0c05e9dd24d 100644
--- a/TAO/orbsvcs/performance-tests/RTEvent/lib/Send_Task.h
+++ b/TAO/orbsvcs/performance-tests/RTEvent/lib/Send_Task.h
@@ -12,11 +12,14 @@
#include "Servant_var.h"
#include "Supplier.h"
#include "ace/Task.h"
+#include "ace/Synch_Traits.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+class ACE_Barrier;
+
/**
* @class Send_Task
*
diff --git a/TAO/orbsvcs/tests/Event/Mcast/Two_Way/application.cpp b/TAO/orbsvcs/tests/Event/Mcast/Two_Way/application.cpp
index 7e5b3ab6760..96ace67d3e6 100644
--- a/TAO/orbsvcs/tests/Event/Mcast/Two_Way/application.cpp
+++ b/TAO/orbsvcs/tests/Event/Mcast/Two_Way/application.cpp
@@ -14,6 +14,7 @@
#include "ace/Array_Base.h"
#include "ace/Get_Opt.h"
+#include "ace/Reactor.h"
// Indicates whether this application is responsible for destroying
// the Event Channel it's using upon exit.
diff --git a/TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/GroupRef_Manipulation.mpc b/TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/GroupRef_Manipulation.mpc
index 7f0d7f88bc7..2ec4d716749 100644
--- a/TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/GroupRef_Manipulation.mpc
+++ b/TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/GroupRef_Manipulation.mpc
@@ -4,6 +4,7 @@ project(*Server): taoserver, orbsvcsexe, iormanip, ftorb {
Source_Files {
test_i.cpp
+ testC.cpp
testS.cpp
Server_ORBInitializer.cpp
Server_Request_Interceptor.cpp
diff --git a/TAO/orbsvcs/tests/IOR_MCast/ior_mcast_client_i.h b/TAO/orbsvcs/tests/IOR_MCast/ior_mcast_client_i.h
index b001a1b6e55..6602be6a96e 100644
--- a/TAO/orbsvcs/tests/IOR_MCast/ior_mcast_client_i.h
+++ b/TAO/orbsvcs/tests/IOR_MCast/ior_mcast_client_i.h
@@ -5,6 +5,7 @@
#define IOR_MCAST_CLIENT_I_H
#include "MCastC.h"
+#include "ace/SString.h"
class ior_mcast_Client_i
{
diff --git a/TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/client.cpp b/TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/client.cpp
index 971444dd810..665fb6380db 100644
--- a/TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/client.cpp
+++ b/TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/client.cpp
@@ -9,6 +9,7 @@
#include "ace/Stats.h"
#include "ace/High_Res_Timer.h"
#include "ace/Sched_Params.h"
+#include "ace/Barrier.h"
ACE_RCSID(Latency, client, "$Id$")
diff --git a/TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/client.cpp b/TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/client.cpp
index d128bcd1ae9..d342dca0f1a 100644
--- a/TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/client.cpp
+++ b/TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/client.cpp
@@ -8,6 +8,7 @@
#include "ace/High_Res_Timer.h"
#include "ace/Sched_Params.h"
#include "tao/RTCORBA/Priority_Mapping_Manager.h"
+#include "ace/Barrier.h"
ACE_RCSID(Latency, client, "$Id$")
diff --git a/TAO/performance-tests/RTCorba/Thread_Pool/client.cpp b/TAO/performance-tests/RTCorba/Thread_Pool/client.cpp
index 3054d4bb804..835757b59fa 100644
--- a/TAO/performance-tests/RTCorba/Thread_Pool/client.cpp
+++ b/TAO/performance-tests/RTCorba/Thread_Pool/client.cpp
@@ -13,6 +13,7 @@
#include "testC.h"
#include "tests/RTCORBA/common_args.cpp"
#include "tests/RTCORBA/check_supported_priorities.cpp"
+#include "ace/Event.h"
ACE_RCSID(Thread_Pool, client, "$Id$")
diff --git a/TAO/tests/ICMG_Any_Bug/Hello.mpc b/TAO/tests/ICMG_Any_Bug/Hello.mpc
index c5496b22eea..48de179a863 100644
--- a/TAO/tests/ICMG_Any_Bug/Hello.mpc
+++ b/TAO/tests/ICMG_Any_Bug/Hello.mpc
@@ -6,7 +6,7 @@ project(*Server): taoserver {
}
}
-project(*Client): taoclient {
+project(*Client): ifr_client, dynamicinterface {
Source_Files {
TestC.cpp
client.cpp