summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspark <spark@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-15 07:05:38 +0000
committerspark <spark@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-15 07:05:38 +0000
commitac972ca5270e68cbf190928f15793aa6d589683f (patch)
tree31bdc1ca40880a2f497e781a644391e2e641cca9
parent228c7f8d7362f461711b0e8ec3471b8f6d499171 (diff)
downloadATCD-ac972ca5270e68cbf190928f15793aa6d589683f.tar.gz
ChangeLogTag: Fri Mar 15 00:46:00 2002 Si Mong Park <spark@ociweb.com>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a64
-rw-r--r--TAO/TAOACE_WinCE.vcw89
-rw-r--r--TAO/tao/BiDir_GIOP/BiDirGIOP.cpp2
-rw-r--r--TAO/tao/BiDir_GIOP/BiDirGIOP.h2
-rw-r--r--TAO/tao/BiDir_GIOP/TAO_BiDir_GIOP.vcp10507
-rw-r--r--TAO/tao/Domain/TAO_Domain.vcp2753
-rw-r--r--TAO/tao/DynamicAny/DynamicAny.cpp2
-rw-r--r--TAO/tao/DynamicAny/DynamicAny.h2
-rw-r--r--TAO/tao/DynamicAny/TAO_DynamicAny.vcp7675
-rw-r--r--TAO/tao/DynamicInterface/TAO_DynamicInterface.vcp10076
-rw-r--r--TAO/tao/IFR_Client/TAO_IFR_Client.vcp6221
-rw-r--r--TAO/tao/IORManipulation/IORManip_Loader.cpp2
-rw-r--r--TAO/tao/IORManipulation/IORManip_Loader.h2
-rw-r--r--TAO/tao/IORManipulation/TAO_IORManip.vcp4420
-rw-r--r--TAO/tao/IORTable/TAO_IORTable.vcp4190
-rw-r--r--TAO/tao/ORB.cpp3
-rw-r--r--TAO/tao/ORB_Core.cpp9
-rw-r--r--TAO/tao/ORB_Core.h2
-rw-r--r--TAO/tao/PortableServer/TAO_PortableServer.vcp59718
-rw-r--r--TAO/tao/RTCORBA/RT_ORB_Loader.cpp49
-rw-r--r--TAO/tao/RTCORBA/RT_ORB_Loader.h2
-rw-r--r--TAO/tao/RTCORBA/TAO_RTCORBA.vcp31758
-rw-r--r--TAO/tao/RTPortableServer/TAO_RTPortableServer.vcp12127
-rw-r--r--TAO/tao/Resource_Factory.cpp4
-rw-r--r--TAO/tao/Resource_Factory.h6
-rw-r--r--TAO/tao/SmartProxies/SmartProxies.vcp2129
-rw-r--r--TAO/tao/Strategies/DIOP_Factory.cpp2
-rw-r--r--TAO/tao/Strategies/DIOP_Factory.h2
-rw-r--r--TAO/tao/Strategies/SHMIOP_Acceptor.cpp52
-rw-r--r--TAO/tao/Strategies/SHMIOP_Acceptor.h2
-rw-r--r--TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp22
-rw-r--r--TAO/tao/Strategies/SHMIOP_Factory.cpp14
-rw-r--r--TAO/tao/Strategies/SHMIOP_Factory.h2
-rw-r--r--TAO/tao/Strategies/TAO_Strategies.vcp37404
-rw-r--r--TAO/tao/Strategies/UIOP_Factory.cpp2
-rw-r--r--TAO/tao/Strategies/UIOP_Factory.h2
-rw-r--r--TAO/tao/Strategies/UIOP_Lite_Factory.cpp2
-rw-r--r--TAO/tao/Strategies/UIOP_Lite_Factory.h2
-rw-r--r--TAO/tao/Strategies/advanced_resource.cpp180
-rw-r--r--TAO/tao/Strategies/advanced_resource.h8
-rw-r--r--TAO/tao/TAO_Internal.cpp6
-rw-r--r--TAO/tao/TypeCodeFactory/TypeCodeFactory.vcp4071
-rw-r--r--TAO/tao/TypeCodeFactory/TypeCodeFactory_Loader.cpp2
-rw-r--r--TAO/tao/TypeCodeFactory/TypeCodeFactory_Loader.h2
-rw-r--r--TAO/tao/default_resource.cpp10
45 files changed, 193372 insertions, 229 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 14c3ff087c0..d4de0b81cc9 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,67 @@
+Fri Mar 15 00:46:00 2002 Si Mong Park <spark@ociweb.com>
+
+ * TAO/tao/ORB_Core.cpp:
+ * TAO/tao/ORB_Core.h:
+ * TAO/tao/ORB_Core.i:
+ Changed TAO_ORB_Core::init() to accept char type to match the type used
+ in CORBA::ORB_init() to prevent confusion.
+
+ * TAO/tao/TAO_Internal.cpp:
+ Fixed an error that caused an access violation upon deleting string
+ sesquence that is not under proper owner ship.
+
+ * TAO/tao/default_resource.cpp:
+ * TAO/tao/Resource_Factory.cpp:
+ * TAO/tao/Resource_Factory.h:
+ Changed back to use ACE_CString due to the unexpected additional
+ awkward type conversion.
+
+ * TAO/tao/BiDir_GIOP/BiDirGIOP.cpp:
+ * TAO/tao/BiDir_GIOP/BiDirGIOP.h:
+ * TAO/tao/DynamicAny/DynamicAny.cpp:
+ * TAO/tao/DynamicAny/DynamicAny.h:
+ * TAO/tao/IORManipulation/IORManip_Loader.cpp:
+ * TAO/tao/IORManipulation/IORManip_Loader.h:
+ * TAO/tao/RTCORBA/RT_ORB_Loader.cpp:
+ * TAO/tao/RTCORBA/RT_ORB_Loader.h:
+ * TAO/tao/Strategies/advanced_resource.cpp:
+ * TAO/tao/Strategies/advanced_resource.h:
+ * TAO/tao/Strategies/DIOP_Factory.cpp:
+ * TAO/tao/Strategies/DIOP_Factory.h:
+ * TAO/tao/Strategies/SHMIOP_Acceptor.cpp:
+ * TAO/tao/Strategies/SHMIOP_Acceptor.h:
+ * TAO/tao/Strategies/SHMIOP_Factory.cpp:
+ * TAO/tao/Strategies/SHMIOP_Factory.h:
+ * TAO/tao/Strategies/UIOP_Factory.cpp:
+ * TAO/tao/Strategies/UIOP_Factory.h:
+ * TAO/tao/Strategies/UIOP_Lite_Factory.cpp:
+ * TAO/tao/Strategies/UIOP_Lite_Factory.h:
+ * TAO/tao/TypeCodeFactory/TypeCodeFactory_Loader.cpp:
+ * TAO/tao/TypeCodeFactory/TypeCodeFactory_Loader.h:
+ Changed the matching char parameter type to ACE_TCHAR as defined in
+ the base class' virtual interface.
+
+ * TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp:
+ Changed ACE_TEXT to ACE_LIB_TEXT.
+
+ * TAO/TAOACE_WinCE.vcw:
+ Minor change in project dependency.
+
+ * TAO/tao/BiDir_GIOP/TAO_BiDir_GIOP.vcp:
+ * TAO/tao/Domain/TAO_Domain.vcp:
+ * TAO/tao/DynamicAny/TAO_DynamicAny.vcp:
+ * TAO/tao/DynamicInterface/TAO_DynamicInterface.vcp:
+ * TAO/tao/IFR_Client/TAO_IFR_Client.vcp:
+ * TAO/tao/IORManipulation/TAO_IORManip.vcp:
+ * TAO/tao/IORTable/TAO_IORTable.vcp:
+ * TAO/tao/PortableServer/TAO_PortableServer.vcp:
+ * TAO/tao/RTCORBA/TAO_RTCORBA.vcp:
+ * TAO/tao/RTPortableServer/TAO_RTPortableServer.vcp:
+ * TAO/tao/SmartProxies/SmartProxies.vcp:
+ * TAO/tao/Strategies/TAO_Strategies.vcp:
+ * TAO/tao/TypeCodeFactory/TypeCodeFactory.vcp:
+ eMbedded Visual C++ 3.0 project file for main TAO.dll for WinCE build.
+
Thu Feb 28 09:55:21 2002 Chad Elliott <elliott_c@ociweb.com>
* examples/Simple/time/Time_Client_i.cpp:
diff --git a/TAO/TAOACE_WinCE.vcw b/TAO/TAOACE_WinCE.vcw
index 09bcd53031b..a270658c75e 100644
--- a/TAO/TAOACE_WinCE.vcw
+++ b/TAO/TAOACE_WinCE.vcw
@@ -3,7 +3,7 @@ Microsoft eMbedded Visual Tools Workspace File, Format Version 3.00
###############################################################################
-Project: "Concurrency_Service"=.\orbsvcs\Concurrency_Service\Concurrency_Service.vcp - Package Owner=<4>
+Project: "Concurrency_Service"=".\orbsvcs\Concurrency_Service\Concurrency_Service.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -15,7 +15,7 @@ Package=<4>
###############################################################################
-Project: "CosConcurrency"=.\orbsvcs\orbsvcs\CosConcurrency.vcp - Package Owner=<4>
+Project: "CosConcurrency"=".\orbsvcs\orbsvcs\CosConcurrency.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -33,7 +33,7 @@ Package=<4>
###############################################################################
-Project: "CosEvent"=.\orbsvcs\orbsvcs\CosEvent.vcp - Package Owner=<4>
+Project: "CosEvent"=".\orbsvcs\orbsvcs\CosEvent.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -54,7 +54,7 @@ Package=<4>
###############################################################################
-Project: "CosEvent_Service"=.\ORBSVCS\COSEVENT_SERVICE\CosEvent_Service.vcp - Package Owner=<4>
+Project: "CosEvent_Service"=".\ORBSVCS\COSEVENT_SERVICE\CosEvent_Service.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -78,7 +78,7 @@ Package=<4>
###############################################################################
-Project: "CosLifeCycle"=.\orbsvcs\orbsvcs\CosLifeCycle.vcp - Package Owner=<4>
+Project: "CosLifeCycle"=".\orbsvcs\orbsvcs\CosLifeCycle.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -99,7 +99,7 @@ Package=<4>
###############################################################################
-Project: "CosNaming"=.\orbsvcs\orbsvcs\CosNaming.vcp - Package Owner=<4>
+Project: "CosNaming"=".\orbsvcs\orbsvcs\CosNaming.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -123,7 +123,7 @@ Package=<4>
###############################################################################
-Project: "CosNotification"=.\orbsvcs\orbsvcs\CosNotification.vcp - Package Owner=<4>
+Project: "CosNotification"=".\orbsvcs\orbsvcs\CosNotification.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -147,7 +147,7 @@ Package=<4>
###############################################################################
-Project: "CosProperty"=.\orbsvcs\orbsvcs\CosProperty.vcp - Package Owner=<4>
+Project: "CosProperty"=".\orbsvcs\orbsvcs\CosProperty.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -165,7 +165,7 @@ Package=<4>
###############################################################################
-Project: "CosTime"=.\orbsvcs\orbsvcs\CosTime.vcp - Package Owner=<4>
+Project: "CosTime"=".\orbsvcs\orbsvcs\CosTime.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -186,7 +186,7 @@ Package=<4>
###############################################################################
-Project: "CosTrading"=.\orbsvcs\orbsvcs\CosTrading.vcp - Package Owner=<4>
+Project: "CosTrading"=".\orbsvcs\orbsvcs\CosTrading.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -207,7 +207,7 @@ Package=<4>
###############################################################################
-Project: "DsLogAdmin"=.\orbsvcs\orbsvcs\DsLogAdmin.vcp - Package Owner=<4>
+Project: "DsLogAdmin"=".\orbsvcs\orbsvcs\DsLogAdmin.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -219,7 +219,7 @@ Package=<4>
###############################################################################
-Project: "Dump_Schedule"=.\ORBSVCS\DUMP_SCHEDULE\Dump_Schedule.vcp - Package Owner=<4>
+Project: "Dump_Schedule"=".\ORBSVCS\DUMP_SCHEDULE\Dump_Schedule.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -243,7 +243,7 @@ Package=<4>
###############################################################################
-Project: "Event_Service"=.\ORBSVCS\EVENT_SERVICE\Event_Service.vcp - Package Owner=<4>
+Project: "Event_Service"=".\ORBSVCS\EVENT_SERVICE\Event_Service.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -273,7 +273,7 @@ Package=<4>
###############################################################################
-Project: "Fault_Tolerance"=.\orbsvcs\orbsvcs\Fault_Tolerance.vcp - Package Owner=<4>
+Project: "Fault_Tolerance"=".\orbsvcs\orbsvcs\Fault_Tolerance.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -306,7 +306,7 @@ Package=<4>
###############################################################################
-Project: "LifeCycle_Service"=.\ORBSVCS\LIFECYCLE_SERVICE\LifeCycle_Service.vcp - Package Owner=<4>
+Project: "LifeCycle_Service"=".\ORBSVCS\LIFECYCLE_SERVICE\LifeCycle_Service.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -333,7 +333,7 @@ Package=<4>
###############################################################################
-Project: "Naming_Service"=.\ORBSVCS\NAMING_SERVICE\Naming_Service.vcp - Package Owner=<4>
+Project: "Naming_Service"=".\ORBSVCS\NAMING_SERVICE\Naming_Service.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -357,7 +357,7 @@ Package=<4>
###############################################################################
-Project: "Notify_Service"=.\ORBSVCS\NOTIFY_SERVICE\Notify_Service.vcp - Package Owner=<4>
+Project: "Notify_Service"=".\ORBSVCS\NOTIFY_SERVICE\Notify_Service.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -384,7 +384,7 @@ Package=<4>
###############################################################################
-Project: "RTEvent"=.\orbsvcs\orbsvcs\RTEvent.vcp - Package Owner=<4>
+Project: "RTEvent"=".\orbsvcs\orbsvcs\RTEvent.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -408,7 +408,7 @@ Package=<4>
###############################################################################
-Project: "RTOLDEvent"=.\ORBSVCS\ORBSVCS\RTOLDEvent.vcp - Package Owner=<4>
+Project: "RTOLDEvent"=".\ORBSVCS\ORBSVCS\RTOLDEvent.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -438,7 +438,7 @@ Package=<4>
###############################################################################
-Project: "RTSched"=.\orbsvcs\orbsvcs\RTSched.vcp - Package Owner=<4>
+Project: "RTSched"=".\orbsvcs\orbsvcs\RTSched.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -462,7 +462,7 @@ Package=<4>
###############################################################################
-Project: "RTSchedEvent"=.\orbsvcs\orbsvcs\RTSchedEvent.vcp - Package Owner=<4>
+Project: "RTSchedEvent"=".\orbsvcs\orbsvcs\RTSchedEvent.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -474,7 +474,7 @@ Package=<4>
###############################################################################
-Project: "Scheduling_Service"=.\ORBSVCS\SCHEDULING_SERVICE\Scheduling_Service.vcp - Package Owner=<4>
+Project: "Scheduling_Service"=".\ORBSVCS\SCHEDULING_SERVICE\Scheduling_Service.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -498,7 +498,7 @@ Package=<4>
###############################################################################
-Project: "Security"=.\orbsvcs\orbsvcs\Security.vcp - Package Owner=<4>
+Project: "Security"=".\orbsvcs\orbsvcs\Security.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -516,7 +516,7 @@ Package=<4>
###############################################################################
-Project: "SmartProxies"=.\tao\SmartProxies\SmartProxies.vcp - Package Owner=<4>
+Project: "SmartProxies"=".\tao\SmartProxies\SmartProxies.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -531,7 +531,7 @@ Package=<4>
###############################################################################
-Project: "Svc_Utils"=.\orbsvcs\orbsvcs\Svc_Utils.vcp - Package Owner=<4>
+Project: "Svc_Utils"=".\orbsvcs\orbsvcs\Svc_Utils.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -549,7 +549,7 @@ Package=<4>
###############################################################################
-Project: "TAO"=.\tao\TAO.vcp - Package Owner=<4>
+Project: "TAO"=".\tao\TAO.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -567,7 +567,7 @@ Package=<4>
###############################################################################
-Project: "TAO_BiDir_GIOP"=.\tao\BiDir_GIOP\TAO_BiDir_GIOP.vcp - Package Owner=<4>
+Project: "TAO_BiDir_GIOP"=".\tao\BiDir_GIOP\TAO_BiDir_GIOP.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -588,7 +588,7 @@ Package=<4>
###############################################################################
-Project: "TAO_Domain"=.\tao\Domain\TAO_Domain.vcp - Package Owner=<4>
+Project: "TAO_Domain"=".\tao\Domain\TAO_Domain.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -609,7 +609,7 @@ Package=<4>
###############################################################################
-Project: "TAO_DynamicAny"=.\tao\DynamicAny\TAO_DynamicAny.vcp - Package Owner=<4>
+Project: "TAO_DynamicAny"=".\tao\DynamicAny\TAO_DynamicAny.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -624,7 +624,7 @@ Package=<4>
###############################################################################
-Project: "TAO_DynamicInterface"=.\tao\DynamicInterface\TAO_DynamicInterface.vcp - Package Owner=<4>
+Project: "TAO_DynamicInterface"=".\tao\DynamicInterface\TAO_DynamicInterface.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -642,7 +642,7 @@ Package=<4>
###############################################################################
-Project: "TAO_IFR_Client"=.\tao\IFR_Client\TAO_IFR_Client.vcp - Package Owner=<4>
+Project: "TAO_IFR_Client"=".\tao\IFR_Client\TAO_IFR_Client.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -657,7 +657,7 @@ Package=<4>
###############################################################################
-Project: "TAO_IORManip"=.\tao\IORManipulation\TAO_IORManip.vcp - Package Owner=<4>
+Project: "TAO_IORManip"=".\tao\IORManipulation\TAO_IORManip.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -672,7 +672,7 @@ Package=<4>
###############################################################################
-Project: "TAO_IORTable"=.\tao\IORTable\TAO_IORTable.vcp - Package Owner=<4>
+Project: "TAO_IORTable"=".\tao\IORTable\TAO_IORTable.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -687,7 +687,7 @@ Package=<4>
###############################################################################
-Project: "TAO_PortableServer"=.\tao\PortableServer\TAO_PortableServer.vcp - Package Owner=<4>
+Project: "TAO_PortableServer"=".\tao\PortableServer\TAO_PortableServer.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -702,7 +702,7 @@ Package=<4>
###############################################################################
-Project: "TAO_RTCORBA"=.\tao\RTCORBA\TAO_RTCORBA.vcp - Package Owner=<4>
+Project: "TAO_RTCORBA"=".\tao\RTCORBA\TAO_RTCORBA.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -717,7 +717,7 @@ Package=<4>
###############################################################################
-Project: "TAO_RTPortableServer"=.\tao\RTPortableServer\TAO_RTPortableServer.vcp - Package Owner=<4>
+Project: "TAO_RTPortableServer"=".\tao\RTPortableServer\TAO_RTPortableServer.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -738,7 +738,7 @@ Package=<4>
###############################################################################
-Project: "TAO_Strategies"=.\tao\Strategies\TAO_Strategies.vcp - Package Owner=<4>
+Project: "TAO_Strategies"=".\tao\Strategies\TAO_Strategies.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -746,11 +746,14 @@ Package=<5>
Package=<4>
{{{
+ Begin Project Dependency
+ Project_Dep_Name TAO
+ End Project Dependency
}}}
###############################################################################
-Project: "Time_Service_Clerk"=.\ORBSVCS\TIME_SERVICE\Time_Service_Clerk.vcp - Package Owner=<4>
+Project: "Time_Service_Clerk"=".\ORBSVCS\TIME_SERVICE\Time_Service_Clerk.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -762,7 +765,7 @@ Package=<4>
###############################################################################
-Project: "Time_Service_Server"=.\ORBSVCS\TIME_SERVICE\Time_Service_Server.vcp - Package Owner=<4>
+Project: "Time_Service_Server"=".\ORBSVCS\TIME_SERVICE\Time_Service_Server.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -774,7 +777,7 @@ Package=<4>
###############################################################################
-Project: "Trading_Service"=.\orbsvcs\Trading_Service\Trading_Service.vcp - Package Owner=<4>
+Project: "Trading_Service"=".\orbsvcs\Trading_Service\Trading_Service.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -804,7 +807,7 @@ Package=<4>
###############################################################################
-Project: "TypeCodeFactory"=.\tao\TypeCodeFactory\TypeCodeFactory.vcp - Package Owner=<4>
+Project: "TypeCodeFactory"=".\tao\TypeCodeFactory\TypeCodeFactory.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -822,7 +825,7 @@ Package=<4>
###############################################################################
-Project: "ace"=..\ace\ace_dll.vcp - Package Owner=<4>
+Project: "ace"="..\ace\ace_dll.vcp" - Package Owner=<4>
Package=<5>
{{{
@@ -837,7 +840,7 @@ Package=<4>
###############################################################################
-Project: "ace_os"=..\ace\ace_os_dll.vcp - Package Owner=<4>
+Project: "ace_os"="..\ace\ace_os_dll.vcp" - Package Owner=<4>
Package=<5>
{{{
diff --git a/TAO/tao/BiDir_GIOP/BiDirGIOP.cpp b/TAO/tao/BiDir_GIOP/BiDirGIOP.cpp
index 66639efcef2..da1ed5b6b9d 100644
--- a/TAO/tao/BiDir_GIOP/BiDirGIOP.cpp
+++ b/TAO/tao/BiDir_GIOP/BiDirGIOP.cpp
@@ -22,7 +22,7 @@ TAO_BiDirGIOP_Loader::~TAO_BiDirGIOP_Loader (void)
int
TAO_BiDirGIOP_Loader::activate (CORBA::ORB_ptr orb,
int,
- char *[]
+ ACE_TCHAR *[]
ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
diff --git a/TAO/tao/BiDir_GIOP/BiDirGIOP.h b/TAO/tao/BiDir_GIOP/BiDirGIOP.h
index 9b0400d70a8..c7044e1a315 100644
--- a/TAO/tao/BiDir_GIOP/BiDirGIOP.h
+++ b/TAO/tao/BiDir_GIOP/BiDirGIOP.h
@@ -46,7 +46,7 @@ public:
/// Creates a factory and returns it.
virtual int activate (CORBA::ORB_ptr,
int argc,
- char *argv []
+ ACE_TCHAR *argv []
ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
diff --git a/TAO/tao/BiDir_GIOP/TAO_BiDir_GIOP.vcp b/TAO/tao/BiDir_GIOP/TAO_BiDir_GIOP.vcp
new file mode 100644
index 00000000000..7c99b308ed5
--- /dev/null
+++ b/TAO/tao/BiDir_GIOP/TAO_BiDir_GIOP.vcp
@@ -0,0 +1,10507 @@
+# Microsoft eMbedded Visual Tools Project File - Name="TAO_BiDir_GIOP" - Package Owner=<4>
+# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (WCE x86em) Dynamic-Link Library" 0x7f02
+# TARGTYPE "Win32 (WCE SH3) Dynamic-Link Library" 0x8102
+# TARGTYPE "Win32 (WCE x86) Dynamic-Link Library" 0x8302
+# TARGTYPE "Win32 (WCE ARM) Dynamic-Link Library" 0x8502
+# TARGTYPE "Win32 (WCE SH4) Dynamic-Link Library" 0x8602
+# TARGTYPE "Win32 (WCE MIPS) Dynamic-Link Library" 0x8202
+
+CFG=TAO_BiDir_GIOP - Win32 (WCE MIPS) Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "TAO_BiDir_GIOP.vcn".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "TAO_BiDir_GIOP.vcn" CFG="TAO_BiDir_GIOP - Win32 (WCE MIPS) Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "TAO_BiDir_GIOP - Win32 (WCE MIPS) Release" (based on "Win32 (WCE MIPS) Dynamic-Link Library")
+!MESSAGE "TAO_BiDir_GIOP - Win32 (WCE MIPS) Debug" (based on "Win32 (WCE MIPS) Dynamic-Link Library")
+!MESSAGE "TAO_BiDir_GIOP - Win32 (WCE SH4) Release" (based on "Win32 (WCE SH4) Dynamic-Link Library")
+!MESSAGE "TAO_BiDir_GIOP - Win32 (WCE SH4) Debug" (based on "Win32 (WCE SH4) Dynamic-Link Library")
+!MESSAGE "TAO_BiDir_GIOP - Win32 (WCE SH3) Release" (based on "Win32 (WCE SH3) Dynamic-Link Library")
+!MESSAGE "TAO_BiDir_GIOP - Win32 (WCE SH3) Debug" (based on "Win32 (WCE SH3) Dynamic-Link Library")
+!MESSAGE "TAO_BiDir_GIOP - Win32 (WCE ARM) Release" (based on "Win32 (WCE ARM) Dynamic-Link Library")
+!MESSAGE "TAO_BiDir_GIOP - Win32 (WCE ARM) Debug" (based on "Win32 (WCE ARM) Dynamic-Link Library")
+!MESSAGE "TAO_BiDir_GIOP - Win32 (WCE x86em) Release" (based on "Win32 (WCE x86em) Dynamic-Link Library")
+!MESSAGE "TAO_BiDir_GIOP - Win32 (WCE x86em) Debug" (based on "Win32 (WCE x86em) Dynamic-Link Library")
+!MESSAGE "TAO_BiDir_GIOP - Win32 (WCE x86) Debug" (based on "Win32 (WCE x86) Dynamic-Link Library")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+# PROP ATL_Project 2
+
+!IF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE MIPS) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "MIPSRel"
+# PROP BASE Intermediate_Dir "MIPSRel"
+# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "MIPSRel"
+# PROP Intermediate_Dir "MIPSRel"
+# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_BiDir_GIOP_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "MIPS" /D "_MIPS_" /D "NDEBUG" /D "_USRDLL" /D "TAO_BiDir_GIOP_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_BIDIRGIOP_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE MIPS) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "MIPSDbg"
+# PROP BASE Intermediate_Dir "MIPSDbg"
+# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "MIPSDbg"
+# PROP Intermediate_Dir "MIPSDbg"
+# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_BiDir_GIOP_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "MIPS" /D "_MIPS_" /D "_USRDLL" /D "TAO_BiDir_GIOP_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_BIDIRGIOP_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE SH4) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "SH4Rel"
+# PROP BASE Intermediate_Dir "SH4Rel"
+# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "SH4Rel"
+# PROP Intermediate_Dir "SH4Rel"
+# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_BiDir_GIOP_EXPORTS" /YX /Qsh4 /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "SHx" /D "SH4" /D "_SH4_" /D "NDEBUG" /D "_USRDLL" /D "TAO_BiDir_GIOP_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_BIDIRGIOP_BUILD_DLL" /YX /Qsh4 /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE SH4) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "SH4Dbg"
+# PROP BASE Intermediate_Dir "SH4Dbg"
+# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "SH4Dbg"
+# PROP Intermediate_Dir "SH4Dbg"
+# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_BiDir_GIOP_EXPORTS" /YX /Qsh4 /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "SHx" /D "SH4" /D "_SH4_" /D "_USRDLL" /D "TAO_BiDir_GIOP_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_BIDIRGIOP_BUILD_DLL" /YX /Qsh4 /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE SH3) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "SH3Rel"
+# PROP BASE Intermediate_Dir "SH3Rel"
+# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "SH3Rel"
+# PROP Intermediate_Dir "SH3Rel"
+# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+PFILE=pfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_BiDir_GIOP_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "SHx" /D "SH3" /D "_SH3_" /D "NDEBUG" /D "_USRDLL" /D "TAO_BiDir_GIOP_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_BIDIRGIOP_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE SH3) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "SH3Dbg"
+# PROP BASE Intermediate_Dir "SH3Dbg"
+# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "SH3Dbg"
+# PROP Intermediate_Dir "SH3Dbg"
+# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+PFILE=pfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_BiDir_GIOP_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "SHx" /D "SH3" /D "_SH3_" /D "_USRDLL" /D "TAO_BiDir_GIOP_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_BIDIRGIOP_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE ARM) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "ARMRel"
+# PROP BASE Intermediate_Dir "ARMRel"
+# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "../../LIB/Release/ARM"
+# PROP Intermediate_Dir "Release/ARM"
+# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_BiDir_GIOP_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "ARM" /D "_ARM_" /D "NDEBUG" /D "_USRDLL" /D "TAO_BiDir_GIOP_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_BIDIRGIOP_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 commctrl.lib coredll.lib TAO.lib ace.lib ace_os.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /out:"../../../bin/Release/ARM/TAO_BiDirGIOP.dll" /libpath:"../../LIB/Release/ARM" /libpath:"../../../LIB/Release/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE ARM) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "ARMDbg"
+# PROP BASE Intermediate_Dir "ARMDbg"
+# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/ARM"
+# PROP Intermediate_Dir "Debug/ARM"
+# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_BiDir_GIOP_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "ARM" /D "_ARM_" /D "_USRDLL" /D "TAO_BiDir_GIOP_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_BIDIRGIOP_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 commctrl.lib coredll.lib TAOd.lib aced.lib ace_osd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"../../../bin/Debug/ARM/TAO_BiDirGIOPd.dll" /libpath:"../../LIB/Debug/ARM" /libpath:"../../../LIB/Debug/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE x86em) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "X86EMRel"
+# PROP BASE Intermediate_Dir "X86EMRel"
+# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "../../LIB/Release/X86EM"
+# PROP Intermediate_Dir "Release/X86EM"
+# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+EMPFILE=empfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_USRDLL" /D "TAO_BiDir_GIOP_EXPORTS" /YX /Gz /Oxs /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "i486" /D "_X86_" /D "x86" /D "NDEBUG" /D "_USRDLL" /D "TAO_BiDir_GIOP_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_BIDIRGIOP_BUILD_DLL" /YX /Gz /Oxs /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /o "NUL" /win32
+# SUBTRACT MTL /mktyplib203
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) TAO.lib ace.lib ace_os.lib /nologo /stack:0x10000,0x1000 /dll /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /libpath:"$(TAO_ROOT)/LIB/Release/X86EM" /libpath:"($ACE_ROOT)/LIB/Release/X86EM" /windowsce:emulation /MACHINE:IX86
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE x86em) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "X86EMDbg"
+# PROP BASE Intermediate_Dir "X86EMDbg"
+# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/X86EM"
+# PROP Intermediate_Dir "Debug/X86EM"
+# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+EMPFILE=empfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_USRDLL" /D "TAO_BiDir_GIOP_EXPORTS" /YX /Gz /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "i486" /D "_X86_" /D "x86" /D "_USRDLL" /D "TAO_BiDir_GIOP_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_BIDIRGIOP_BUILD_DLL" /YX /Gz /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /o "NUL" /win32
+# SUBTRACT MTL /mktyplib203
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) TAOd.lib aced.lib ace_osd.lib /nologo /stack:0x10000,0x1000 /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /libpath:"$(TAO_ROOT)/LIB/Debug/X86EM" /libpath:"($ACE_ROOT)/LIB/Debug/X86EM" /windowsce:emulation /MACHINE:IX86
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE x86) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "X86Dbg"
+# PROP BASE Intermediate_Dir "X86Dbg"
+# PROP BASE CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/X86EM"
+# PROP Intermediate_Dir "Debug/X86EM"
+# PROP CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /YX /Gs8192 /GF /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "_i386_" /D "_X86_" /D "x86" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_BIDIRGIOP_BUILD_DLL" /YX /Gs8192 /GF /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /subsystem:$(CESubsystem) /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) TAOd.lib aced.lib ace_osd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /out:"../../../bin/Debug/X86EM/TAO_BiDirGIOPd.dll" /libpath:"../../LIB/Debug/X86EM" /libpath:"../../../LIB/Debug/X86EM" /subsystem:$(CESubsystem) /MACHINE:IX86
+
+!ENDIF
+
+# Begin Target
+
+# Name "TAO_BiDir_GIOP - Win32 (WCE MIPS) Release"
+# Name "TAO_BiDir_GIOP - Win32 (WCE MIPS) Debug"
+# Name "TAO_BiDir_GIOP - Win32 (WCE SH4) Release"
+# Name "TAO_BiDir_GIOP - Win32 (WCE SH4) Debug"
+# Name "TAO_BiDir_GIOP - Win32 (WCE SH3) Release"
+# Name "TAO_BiDir_GIOP - Win32 (WCE SH3) Debug"
+# Name "TAO_BiDir_GIOP - Win32 (WCE ARM) Release"
+# Name "TAO_BiDir_GIOP - Win32 (WCE ARM) Debug"
+# Name "TAO_BiDir_GIOP - Win32 (WCE x86em) Release"
+# Name "TAO_BiDir_GIOP - Win32 (WCE x86em) Debug"
+# Name "TAO_BiDir_GIOP - Win32 (WCE x86) Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=.\BiDir_ORBInitializer.cpp
+
+!IF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE MIPS) Release"
+
+DEP_CPP_BIDIR=\
+ ".\BiDir_ORBInitializer.h"\
+ ".\BiDir_PolicyFactory.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIR=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\BiDir_Adapter.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_BIDIR=\
+ ".\BiDir_ORBInitializer.h"\
+ ".\BiDir_PolicyFactory.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIR=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\BiDir_Adapter.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE SH4) Release"
+
+DEP_CPP_BIDIR=\
+ ".\BiDir_ORBInitializer.h"\
+ ".\BiDir_PolicyFactory.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIR=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\BiDir_Adapter.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE SH4) Debug"
+
+DEP_CPP_BIDIR=\
+ ".\BiDir_ORBInitializer.h"\
+ ".\BiDir_PolicyFactory.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIR=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\BiDir_Adapter.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE SH3) Release"
+
+DEP_CPP_BIDIR=\
+ ".\BiDir_ORBInitializer.h"\
+ ".\BiDir_PolicyFactory.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIR=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\BiDir_Adapter.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE SH3) Debug"
+
+DEP_CPP_BIDIR=\
+ ".\BiDir_ORBInitializer.h"\
+ ".\BiDir_PolicyFactory.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIR=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\BiDir_Adapter.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE ARM) Release"
+
+DEP_CPP_BIDIR=\
+ ".\BiDir_ORBInitializer.h"\
+ ".\BiDir_PolicyFactory.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIR=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BiDir_Adapter.h"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE ARM) Debug"
+
+DEP_CPP_BIDIR=\
+ ".\BiDir_ORBInitializer.h"\
+ ".\BiDir_PolicyFactory.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIR=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BiDir_Adapter.h"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE x86em) Release"
+
+DEP_CPP_BIDIR=\
+ ".\BiDir_ORBInitializer.h"\
+ ".\BiDir_PolicyFactory.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIR=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BiDir_Adapter.h"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE x86em) Debug"
+
+DEP_CPP_BIDIR=\
+ ".\BiDir_ORBInitializer.h"\
+ ".\BiDir_PolicyFactory.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIR=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BiDir_Adapter.h"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE x86) Debug"
+
+DEP_CPP_BIDIR=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\BiDir_Adapter.h"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\BiDir_ORBInitializer.h"\
+ ".\BiDir_PolicyFactory.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\BiDir_Policy_i.cpp
+
+!IF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE MIPS) Release"
+
+DEP_CPP_BIDIR_=\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIR_=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\BiDir_Adapter.h"\
+ ".\tao\debug.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_BIDIR_=\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIR_=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\BiDir_Adapter.h"\
+ ".\tao\debug.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE SH4) Release"
+
+DEP_CPP_BIDIR_=\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIR_=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\BiDir_Adapter.h"\
+ ".\tao\debug.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE SH4) Debug"
+
+DEP_CPP_BIDIR_=\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIR_=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\BiDir_Adapter.h"\
+ ".\tao\debug.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE SH3) Release"
+
+DEP_CPP_BIDIR_=\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIR_=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\BiDir_Adapter.h"\
+ ".\tao\debug.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE SH3) Debug"
+
+DEP_CPP_BIDIR_=\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIR_=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\BiDir_Adapter.h"\
+ ".\tao\debug.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE ARM) Release"
+
+DEP_CPP_BIDIR_=\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIR_=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BiDir_Adapter.h"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE ARM) Debug"
+
+DEP_CPP_BIDIR_=\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIR_=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BiDir_Adapter.h"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE x86em) Release"
+
+DEP_CPP_BIDIR_=\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIR_=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BiDir_Adapter.h"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE x86em) Debug"
+
+DEP_CPP_BIDIR_=\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIR_=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BiDir_Adapter.h"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE x86) Debug"
+
+DEP_CPP_BIDIR_=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\BiDir_Adapter.h"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\BiDir_PolicyFactory.cpp
+
+!IF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE MIPS) Release"
+
+DEP_CPP_BIDIR_P=\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDir_PolicyFactory.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIR_P=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\BiDir_Adapter.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_BIDIR_P=\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDir_PolicyFactory.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIR_P=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\BiDir_Adapter.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE SH4) Release"
+
+DEP_CPP_BIDIR_P=\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDir_PolicyFactory.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIR_P=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\BiDir_Adapter.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE SH4) Debug"
+
+DEP_CPP_BIDIR_P=\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDir_PolicyFactory.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIR_P=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\BiDir_Adapter.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE SH3) Release"
+
+DEP_CPP_BIDIR_P=\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDir_PolicyFactory.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIR_P=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\BiDir_Adapter.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE SH3) Debug"
+
+DEP_CPP_BIDIR_P=\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDir_PolicyFactory.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIR_P=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\BiDir_Adapter.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE ARM) Release"
+
+DEP_CPP_BIDIR_P=\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDir_PolicyFactory.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIR_P=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BiDir_Adapter.h"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE ARM) Debug"
+
+DEP_CPP_BIDIR_P=\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDir_PolicyFactory.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIR_P=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BiDir_Adapter.h"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE x86em) Release"
+
+DEP_CPP_BIDIR_P=\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDir_PolicyFactory.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIR_P=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BiDir_Adapter.h"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE x86em) Debug"
+
+DEP_CPP_BIDIR_P=\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDir_PolicyFactory.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIR_P=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BiDir_Adapter.h"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE x86) Debug"
+
+DEP_CPP_BIDIR_P=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\BiDir_Adapter.h"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDir_PolicyFactory.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\BiDirGIOP.cpp
+
+!IF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE MIPS) Release"
+
+DEP_CPP_BIDIRG=\
+ ".\BiDir_ORBInitializer.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIRG=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\BiDir_Adapter.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_BIDIRG=\
+ ".\BiDir_ORBInitializer.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIRG=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\BiDir_Adapter.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE SH4) Release"
+
+DEP_CPP_BIDIRG=\
+ ".\BiDir_ORBInitializer.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIRG=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\BiDir_Adapter.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE SH4) Debug"
+
+DEP_CPP_BIDIRG=\
+ ".\BiDir_ORBInitializer.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIRG=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\BiDir_Adapter.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE SH3) Release"
+
+DEP_CPP_BIDIRG=\
+ ".\BiDir_ORBInitializer.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIRG=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\BiDir_Adapter.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE SH3) Debug"
+
+DEP_CPP_BIDIRG=\
+ ".\BiDir_ORBInitializer.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIRG=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\BiDir_Adapter.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE ARM) Release"
+
+DEP_CPP_BIDIRG=\
+ ".\BiDir_ORBInitializer.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIRG=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BiDir_Adapter.h"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE ARM) Debug"
+
+DEP_CPP_BIDIRG=\
+ ".\BiDir_ORBInitializer.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIRG=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BiDir_Adapter.h"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE x86em) Release"
+
+DEP_CPP_BIDIRG=\
+ ".\BiDir_ORBInitializer.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIRG=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BiDir_Adapter.h"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE x86em) Debug"
+
+DEP_CPP_BIDIRG=\
+ ".\BiDir_ORBInitializer.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIRG=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BiDir_Adapter.h"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE x86) Debug"
+
+DEP_CPP_BIDIRG=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\BiDir_Adapter.h"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\BiDir_ORBInitializer.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicy_Validator.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\BiDirPolicy_Validator.cpp
+
+!IF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE MIPS) Release"
+
+DEP_CPP_BIDIRP=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\BiDir_Adapter.h"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicy_Validator.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_BIDIRP=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\BiDir_Adapter.h"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicy_Validator.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE SH4) Release"
+
+DEP_CPP_BIDIRP=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\BiDir_Adapter.h"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicy_Validator.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE SH4) Debug"
+
+DEP_CPP_BIDIRP=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\BiDir_Adapter.h"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicy_Validator.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE SH3) Release"
+
+DEP_CPP_BIDIRP=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\BiDir_Adapter.h"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicy_Validator.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE SH3) Debug"
+
+DEP_CPP_BIDIRP=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\BiDir_Adapter.h"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicy_Validator.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE ARM) Release"
+
+DEP_CPP_BIDIRP=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\BiDir_Adapter.h"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicy_Validator.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE ARM) Debug"
+
+DEP_CPP_BIDIRP=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\BiDir_Adapter.h"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicy_Validator.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE x86em) Release"
+
+DEP_CPP_BIDIRP=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\BiDir_Adapter.h"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicy_Validator.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE x86em) Debug"
+
+DEP_CPP_BIDIRP=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\BiDir_Adapter.h"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicy_Validator.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE x86) Debug"
+
+DEP_CPP_BIDIRP=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\BiDir_Adapter.h"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\BiDir_Policy_i.h"\
+ ".\BiDir_Policy_i.inl"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicy_Validator.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\BiDirPolicyC.cpp
+
+!IF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE MIPS) Release"
+
+DEP_CPP_BIDIRPO=\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIRPO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\BiDir_Adapter.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_BIDIRPO=\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIRPO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\BiDir_Adapter.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE SH4) Release"
+
+DEP_CPP_BIDIRPO=\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIRPO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\BiDir_Adapter.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE SH4) Debug"
+
+DEP_CPP_BIDIRPO=\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIRPO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\BiDir_Adapter.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE SH3) Release"
+
+DEP_CPP_BIDIRPO=\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIRPO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\BiDir_Adapter.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE SH3) Debug"
+
+DEP_CPP_BIDIRPO=\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIRPO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\BiDir_Adapter.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE ARM) Release"
+
+DEP_CPP_BIDIRPO=\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIRPO=\
+ ".\BiDir_Adapter.h"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE ARM) Debug"
+
+DEP_CPP_BIDIRPO=\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIRPO=\
+ ".\BiDir_Adapter.h"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE x86em) Release"
+
+DEP_CPP_BIDIRPO=\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIRPO=\
+ ".\BiDir_Adapter.h"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE x86em) Debug"
+
+DEP_CPP_BIDIRPO=\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+NODEP_CPP_BIDIRPO=\
+ ".\BiDir_Adapter.h"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_BiDir_GIOP - Win32 (WCE x86) Debug"
+
+DEP_CPP_BIDIRPO=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\BiDir_Adapter.h"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\TAO_Export.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\varbase.h"\
+ ".\BiDirGIOP.h"\
+ ".\bidirgiop_export.h"\
+ ".\BiDirPolicyC.h"\
+ ".\BiDirPolicyC.i"\
+
+
+!ENDIF
+
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=.\BiDir_ORBInitializer.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\BiDir_Policy_i.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\BiDir_PolicyFactory.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\BiDirGIOP.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\bidirgiop_export.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\BiDirPolicy_Validator.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\BiDirPolicyC.h
+# End Source File
+# End Group
+# Begin Group "Resource Files"
+
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+# End Group
+# Begin Group "Inline Files"
+
+# PROP Default_Filter "i;inl"
+# Begin Source File
+
+SOURCE=.\BiDir_Policy_i.inl
+# End Source File
+# Begin Source File
+
+SOURCE=.\BiDirPolicyC.i
+# End Source File
+# End Group
+# End Target
+# End Project
diff --git a/TAO/tao/Domain/TAO_Domain.vcp b/TAO/tao/Domain/TAO_Domain.vcp
new file mode 100644
index 00000000000..d7c9d6a17c0
--- /dev/null
+++ b/TAO/tao/Domain/TAO_Domain.vcp
@@ -0,0 +1,2753 @@
+# Microsoft eMbedded Visual Tools Project File - Name="TAO_Domain" - Package Owner=<4>
+# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (WCE x86em) Dynamic-Link Library" 0x7f02
+# TARGTYPE "Win32 (WCE SH3) Dynamic-Link Library" 0x8102
+# TARGTYPE "Win32 (WCE x86) Dynamic-Link Library" 0x8302
+# TARGTYPE "Win32 (WCE ARM) Dynamic-Link Library" 0x8502
+# TARGTYPE "Win32 (WCE SH4) Dynamic-Link Library" 0x8602
+# TARGTYPE "Win32 (WCE MIPS) Dynamic-Link Library" 0x8202
+
+CFG=TAO_Domain - Win32 (WCE MIPS) Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "TAO_Domain.vcn".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "TAO_Domain.vcn" CFG="TAO_Domain - Win32 (WCE MIPS) Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "TAO_Domain - Win32 (WCE MIPS) Release" (based on "Win32 (WCE MIPS) Dynamic-Link Library")
+!MESSAGE "TAO_Domain - Win32 (WCE MIPS) Debug" (based on "Win32 (WCE MIPS) Dynamic-Link Library")
+!MESSAGE "TAO_Domain - Win32 (WCE SH4) Release" (based on "Win32 (WCE SH4) Dynamic-Link Library")
+!MESSAGE "TAO_Domain - Win32 (WCE SH4) Debug" (based on "Win32 (WCE SH4) Dynamic-Link Library")
+!MESSAGE "TAO_Domain - Win32 (WCE SH3) Release" (based on "Win32 (WCE SH3) Dynamic-Link Library")
+!MESSAGE "TAO_Domain - Win32 (WCE SH3) Debug" (based on "Win32 (WCE SH3) Dynamic-Link Library")
+!MESSAGE "TAO_Domain - Win32 (WCE ARM) Release" (based on "Win32 (WCE ARM) Dynamic-Link Library")
+!MESSAGE "TAO_Domain - Win32 (WCE ARM) Debug" (based on "Win32 (WCE ARM) Dynamic-Link Library")
+!MESSAGE "TAO_Domain - Win32 (WCE x86em) Release" (based on "Win32 (WCE x86em) Dynamic-Link Library")
+!MESSAGE "TAO_Domain - Win32 (WCE x86em) Debug" (based on "Win32 (WCE x86em) Dynamic-Link Library")
+!MESSAGE "TAO_Domain - Win32 (WCE x86) Debug" (based on "Win32 (WCE x86) Dynamic-Link Library")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+# PROP ATL_Project 2
+
+!IF "$(CFG)" == "TAO_Domain - Win32 (WCE MIPS) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "MIPSRel"
+# PROP BASE Intermediate_Dir "MIPSRel"
+# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "MIPSRel"
+# PROP Intermediate_Dir "MIPSRel"
+# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_Domain_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "MIPS" /D "_MIPS_" /D "NDEBUG" /D "_USRDLL" /D "TAO_Domain_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DOMAIN_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+
+!ELSEIF "$(CFG)" == "TAO_Domain - Win32 (WCE MIPS) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "MIPSDbg"
+# PROP BASE Intermediate_Dir "MIPSDbg"
+# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "MIPSDbg"
+# PROP Intermediate_Dir "MIPSDbg"
+# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_Domain_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "MIPS" /D "_MIPS_" /D "_USRDLL" /D "TAO_Domain_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DOMAIN_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+
+!ELSEIF "$(CFG)" == "TAO_Domain - Win32 (WCE SH4) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "SH4Rel"
+# PROP BASE Intermediate_Dir "SH4Rel"
+# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "SH4Rel"
+# PROP Intermediate_Dir "SH4Rel"
+# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_Domain_EXPORTS" /YX /Qsh4 /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "SHx" /D "SH4" /D "_SH4_" /D "NDEBUG" /D "_USRDLL" /D "TAO_Domain_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DOMAIN_BUILD_DLL" /YX /Qsh4 /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+
+!ELSEIF "$(CFG)" == "TAO_Domain - Win32 (WCE SH4) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "SH4Dbg"
+# PROP BASE Intermediate_Dir "SH4Dbg"
+# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "SH4Dbg"
+# PROP Intermediate_Dir "SH4Dbg"
+# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_Domain_EXPORTS" /YX /Qsh4 /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "SHx" /D "SH4" /D "_SH4_" /D "_USRDLL" /D "TAO_Domain_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DOMAIN_BUILD_DLL" /YX /Qsh4 /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+
+!ELSEIF "$(CFG)" == "TAO_Domain - Win32 (WCE SH3) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "SH3Rel"
+# PROP BASE Intermediate_Dir "SH3Rel"
+# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "SH3Rel"
+# PROP Intermediate_Dir "SH3Rel"
+# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+PFILE=pfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_Domain_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "SHx" /D "SH3" /D "_SH3_" /D "NDEBUG" /D "_USRDLL" /D "TAO_Domain_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DOMAIN_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+
+!ELSEIF "$(CFG)" == "TAO_Domain - Win32 (WCE SH3) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "SH3Dbg"
+# PROP BASE Intermediate_Dir "SH3Dbg"
+# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "SH3Dbg"
+# PROP Intermediate_Dir "SH3Dbg"
+# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+PFILE=pfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_Domain_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "SHx" /D "SH3" /D "_SH3_" /D "_USRDLL" /D "TAO_Domain_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DOMAIN_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+
+!ELSEIF "$(CFG)" == "TAO_Domain - Win32 (WCE ARM) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "ARMRel"
+# PROP BASE Intermediate_Dir "ARMRel"
+# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "../../LIB/Release/ARM"
+# PROP Intermediate_Dir "Release/ARM"
+# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_Domain_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "ARM" /D "_ARM_" /D "NDEBUG" /D "_USRDLL" /D "TAO_Domain_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DOMAIN_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 commctrl.lib coredll.lib TAO_IFR_Client.lib TAO_PortableServer.lib TAO.lib ace.lib ace_os.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /out:"../../../bin/Release/ARM/TAO_Domain.dll" /libpath:"../../LIB/Release/ARM" /libpath:"../../../LIB/Release/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+
+!ELSEIF "$(CFG)" == "TAO_Domain - Win32 (WCE ARM) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "ARMDbg"
+# PROP BASE Intermediate_Dir "ARMDbg"
+# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/ARM"
+# PROP Intermediate_Dir "Debug/ARM"
+# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_Domain_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "ARM" /D "_ARM_" /D "_USRDLL" /D "TAO_Domain_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DOMAIN_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 commctrl.lib coredll.lib TAO_IFR_Clientd.lib TAO_PortableServerd.lib TAOd.lib aced.lib ace_osd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"../../../bin/Debug/ARM/TAO_Domaind.dll" /libpath:"../../LIB/Debug/ARM" /libpath:"../../../LIB/Debug/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+
+!ELSEIF "$(CFG)" == "TAO_Domain - Win32 (WCE x86em) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "X86EMRel"
+# PROP BASE Intermediate_Dir "X86EMRel"
+# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "../../LIB/Release/X86EM"
+# PROP Intermediate_Dir "Release/X86EM"
+# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+EMPFILE=empfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_USRDLL" /D "TAO_Domain_EXPORTS" /YX /Gz /Oxs /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "i486" /D "_X86_" /D "x86" /D "NDEBUG" /D "_USRDLL" /D "TAO_Domain_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DOMAIN_BUILD_DLL" /YX /Gz /Oxs /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /o "NUL" /win32
+# SUBTRACT MTL /mktyplib203
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) TAO.lib ace.lib ace_os.lib /nologo /stack:0x10000,0x1000 /dll /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /libpath:"$(TAO_ROOT)/LIB/Release/X86EM" /libpath:"($ACE_ROOT)/LIB/Release/X86EM" /windowsce:emulation /MACHINE:IX86
+
+!ELSEIF "$(CFG)" == "TAO_Domain - Win32 (WCE x86em) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "X86EMDbg"
+# PROP BASE Intermediate_Dir "X86EMDbg"
+# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/X86EM"
+# PROP Intermediate_Dir "Debug/X86EM"
+# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+EMPFILE=empfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_USRDLL" /D "TAO_Domain_EXPORTS" /YX /Gz /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "i486" /D "_X86_" /D "x86" /D "_USRDLL" /D "TAO_Domain_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DOMAIN_BUILD_DLL" /YX /Gz /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /o "NUL" /win32
+# SUBTRACT MTL /mktyplib203
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) TAOd.lib aced.lib ace_osd.lib /nologo /stack:0x10000,0x1000 /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /libpath:"$(TAO_ROOT)/LIB/Debug/X86EM" /libpath:"($ACE_ROOT)/LIB/Debug/X86EM" /windowsce:emulation /MACHINE:IX86
+
+!ELSEIF "$(CFG)" == "TAO_Domain - Win32 (WCE x86) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "X86Dbg"
+# PROP BASE Intermediate_Dir "X86Dbg"
+# PROP BASE CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/X86EM"
+# PROP Intermediate_Dir "Debug/X86EM"
+# PROP CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /YX /Gs8192 /GF /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "_i386_" /D "_X86_" /D "x86" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DOMAIN_BUILD_DLL" /YX /Gs8192 /GF /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /subsystem:$(CESubsystem) /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) TAO_IFR_Clientd.lib TAO_PortableServerd.lib TAOd.lib aced.lib ace_osd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /out:"../../../bin/Debug/X86EM/TAO_Domaind.dll" /libpath:"../../LIB/Debug/X86EM" /libpath:"../../../LIB/Debug/X86EM" /subsystem:$(CESubsystem) /MACHINE:IX86
+
+!ENDIF
+
+# Begin Target
+
+# Name "TAO_Domain - Win32 (WCE MIPS) Release"
+# Name "TAO_Domain - Win32 (WCE MIPS) Debug"
+# Name "TAO_Domain - Win32 (WCE SH4) Release"
+# Name "TAO_Domain - Win32 (WCE SH4) Debug"
+# Name "TAO_Domain - Win32 (WCE SH3) Release"
+# Name "TAO_Domain - Win32 (WCE SH3) Debug"
+# Name "TAO_Domain - Win32 (WCE ARM) Release"
+# Name "TAO_Domain - Win32 (WCE ARM) Debug"
+# Name "TAO_Domain - Win32 (WCE x86em) Release"
+# Name "TAO_Domain - Win32 (WCE x86em) Debug"
+# Name "TAO_Domain - Win32 (WCE x86) Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=.\DomainS.cpp
+
+!IF "$(CFG)" == "TAO_Domain - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DOMAI=\
+ ".\domain_export.h"\
+ ".\DomainS.h"\
+ ".\DomainS.i"\
+ ".\DomainS_T.cpp"\
+ ".\DomainS_T.h"\
+ ".\DomainS_T.i"\
+
+NODEP_CPP_DOMAI=\
+ ".\ace\config-all.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\DomainC.h"\
+ ".\tao\IFR_Client\IFR_ExtendedC.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\PortableServer\Collocated_Object.h"\
+ ".\tao\PortableServer\Direct_Object_Proxy_Impl.h"\
+ ".\tao\PortableServer\Object_Adapter.h"\
+ ".\tao\PortableServer\Operation_Table.h"\
+ ".\tao\PortableServer\PolicyS.h"\
+ ".\tao\PortableServer\PortableServer.h"\
+ ".\tao\PortableServer\Servant_Base.h"\
+ ".\tao\PortableServer\ServerInterceptorAdapter.h"\
+ ".\tao\PortableServer\ServerRequestInfo.h"\
+ ".\tao\PortableServer\ThruPOA_Object_Proxy_Impl.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Domain - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DOMAI=\
+ ".\domain_export.h"\
+ ".\DomainS.h"\
+ ".\DomainS.i"\
+ ".\DomainS_T.cpp"\
+ ".\DomainS_T.h"\
+ ".\DomainS_T.i"\
+
+NODEP_CPP_DOMAI=\
+ ".\ace\config-all.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\DomainC.h"\
+ ".\tao\IFR_Client\IFR_ExtendedC.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\PortableServer\Collocated_Object.h"\
+ ".\tao\PortableServer\Direct_Object_Proxy_Impl.h"\
+ ".\tao\PortableServer\Object_Adapter.h"\
+ ".\tao\PortableServer\Operation_Table.h"\
+ ".\tao\PortableServer\PolicyS.h"\
+ ".\tao\PortableServer\PortableServer.h"\
+ ".\tao\PortableServer\Servant_Base.h"\
+ ".\tao\PortableServer\ServerInterceptorAdapter.h"\
+ ".\tao\PortableServer\ServerRequestInfo.h"\
+ ".\tao\PortableServer\ThruPOA_Object_Proxy_Impl.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Domain - Win32 (WCE SH4) Release"
+
+DEP_CPP_DOMAI=\
+ ".\domain_export.h"\
+ ".\DomainS.h"\
+ ".\DomainS.i"\
+ ".\DomainS_T.cpp"\
+ ".\DomainS_T.h"\
+ ".\DomainS_T.i"\
+
+NODEP_CPP_DOMAI=\
+ ".\ace\config-all.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\DomainC.h"\
+ ".\tao\IFR_Client\IFR_ExtendedC.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\PortableServer\Collocated_Object.h"\
+ ".\tao\PortableServer\Direct_Object_Proxy_Impl.h"\
+ ".\tao\PortableServer\Object_Adapter.h"\
+ ".\tao\PortableServer\Operation_Table.h"\
+ ".\tao\PortableServer\PolicyS.h"\
+ ".\tao\PortableServer\PortableServer.h"\
+ ".\tao\PortableServer\Servant_Base.h"\
+ ".\tao\PortableServer\ServerInterceptorAdapter.h"\
+ ".\tao\PortableServer\ServerRequestInfo.h"\
+ ".\tao\PortableServer\ThruPOA_Object_Proxy_Impl.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Domain - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DOMAI=\
+ ".\domain_export.h"\
+ ".\DomainS.h"\
+ ".\DomainS.i"\
+ ".\DomainS_T.cpp"\
+ ".\DomainS_T.h"\
+ ".\DomainS_T.i"\
+
+NODEP_CPP_DOMAI=\
+ ".\ace\config-all.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\DomainC.h"\
+ ".\tao\IFR_Client\IFR_ExtendedC.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\PortableServer\Collocated_Object.h"\
+ ".\tao\PortableServer\Direct_Object_Proxy_Impl.h"\
+ ".\tao\PortableServer\Object_Adapter.h"\
+ ".\tao\PortableServer\Operation_Table.h"\
+ ".\tao\PortableServer\PolicyS.h"\
+ ".\tao\PortableServer\PortableServer.h"\
+ ".\tao\PortableServer\Servant_Base.h"\
+ ".\tao\PortableServer\ServerInterceptorAdapter.h"\
+ ".\tao\PortableServer\ServerRequestInfo.h"\
+ ".\tao\PortableServer\ThruPOA_Object_Proxy_Impl.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Domain - Win32 (WCE SH3) Release"
+
+DEP_CPP_DOMAI=\
+ ".\domain_export.h"\
+ ".\DomainS.h"\
+ ".\DomainS.i"\
+ ".\DomainS_T.cpp"\
+ ".\DomainS_T.h"\
+ ".\DomainS_T.i"\
+
+NODEP_CPP_DOMAI=\
+ ".\ace\config-all.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\DomainC.h"\
+ ".\tao\IFR_Client\IFR_ExtendedC.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\PortableServer\Collocated_Object.h"\
+ ".\tao\PortableServer\Direct_Object_Proxy_Impl.h"\
+ ".\tao\PortableServer\Object_Adapter.h"\
+ ".\tao\PortableServer\Operation_Table.h"\
+ ".\tao\PortableServer\PolicyS.h"\
+ ".\tao\PortableServer\PortableServer.h"\
+ ".\tao\PortableServer\Servant_Base.h"\
+ ".\tao\PortableServer\ServerInterceptorAdapter.h"\
+ ".\tao\PortableServer\ServerRequestInfo.h"\
+ ".\tao\PortableServer\ThruPOA_Object_Proxy_Impl.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Domain - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DOMAI=\
+ ".\domain_export.h"\
+ ".\DomainS.h"\
+ ".\DomainS.i"\
+ ".\DomainS_T.cpp"\
+ ".\DomainS_T.h"\
+ ".\DomainS_T.i"\
+
+NODEP_CPP_DOMAI=\
+ ".\ace\config-all.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\DomainC.h"\
+ ".\tao\IFR_Client\IFR_ExtendedC.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\PortableServer\Collocated_Object.h"\
+ ".\tao\PortableServer\Direct_Object_Proxy_Impl.h"\
+ ".\tao\PortableServer\Object_Adapter.h"\
+ ".\tao\PortableServer\Operation_Table.h"\
+ ".\tao\PortableServer\PolicyS.h"\
+ ".\tao\PortableServer\PortableServer.h"\
+ ".\tao\PortableServer\Servant_Base.h"\
+ ".\tao\PortableServer\ServerInterceptorAdapter.h"\
+ ".\tao\PortableServer\ServerRequestInfo.h"\
+ ".\tao\PortableServer\ThruPOA_Object_Proxy_Impl.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Domain - Win32 (WCE ARM) Release"
+
+DEP_CPP_DOMAI=\
+ ".\domain_export.h"\
+ ".\DomainS.h"\
+ ".\DomainS.i"\
+ ".\DomainS_T.cpp"\
+ ".\DomainS_T.h"\
+ ".\DomainS_T.i"\
+
+NODEP_CPP_DOMAI=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic_Service.cpp"\
+ ".\ce\Dynamic_Service.h"\
+ ".\ce\Dynamic_Service.i"\
+ ".\ce\Dynamic_Service_Base.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\GIOPC.h"\
+ ".\GIOPC.i"\
+ ".\IFR_Client\IFR_BaseC.h"\
+ ".\IFR_Client\IFR_BaseC.i"\
+ ".\IFR_Client\IFR_BasicC.h"\
+ ".\IFR_Client\IFR_BasicC.i"\
+ ".\IFR_Client\ifr_client_export.h"\
+ ".\IFR_Client\IFR_ExtendedC.h"\
+ ".\IFR_Client\IFR_ExtendedC.i"\
+ ".\IFR_Client_Adapter.h"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptor.h"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\PortableServer\Active_Object_Map.h"\
+ ".\PortableServer\Active_Object_Map.i"\
+ ".\PortableServer\Collocated_Object.h"\
+ ".\PortableServer\Collocated_Object.i"\
+ ".\PortableServer\Default_Policy_Validator.h"\
+ ".\PortableServer\Direct_Object_Proxy_Impl.h"\
+ ".\PortableServer\Key_Adapters.h"\
+ ".\PortableServer\Key_Adapters.i"\
+ ".\PortableServer\Object_Adapter.h"\
+ ".\PortableServer\Object_Adapter.i"\
+ ".\PortableServer\Operation_Table.h"\
+ ".\PortableServer\poa_macros.h"\
+ ".\PortableServer\POA_Policies.h"\
+ ".\PortableServer\POA_Policies.i"\
+ ".\PortableServer\POA_Policy_Set.h"\
+ ".\PortableServer\POA_Policy_Set.i"\
+ ".\PortableServer\Policy_Validator.h"\
+ ".\PortableServer\PolicyS.h"\
+ ".\PortableServer\PolicyS.i"\
+ ".\PortableServer\PolicyS_T.cpp"\
+ ".\PortableServer\PolicyS_T.h"\
+ ".\PortableServer\PolicyS_T.i"\
+ ".\PortableServer\PortableServer.h"\
+ ".\PortableServer\portableserver_export.h"\
+ ".\PortableServer\PortableServerC.h"\
+ ".\PortableServer\PortableServerC.i"\
+ ".\PortableServer\Servant_Base.h"\
+ ".\PortableServer\Servant_Base.i"\
+ ".\PortableServer\ServerInterceptorAdapter.h"\
+ ".\PortableServer\ServerInterceptorAdapter.inl"\
+ ".\PortableServer\ServerRequestInfo.h"\
+ ".\PortableServer\ServerRequestInfo.inl"\
+ ".\PortableServer\ThruPOA_Object_Proxy_Impl.h"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\RequestInfo_Util.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\Tagged_Profile.h"\
+ ".\Tagged_Profile.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Server_Request.h"\
+ ".\TAO_Server_Request.i"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Domain - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DOMAI=\
+ ".\domain_export.h"\
+ ".\DomainS.h"\
+ ".\DomainS.i"\
+ ".\DomainS_T.cpp"\
+ ".\DomainS_T.h"\
+ ".\DomainS_T.i"\
+
+NODEP_CPP_DOMAI=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic_Service.cpp"\
+ ".\ce\Dynamic_Service.h"\
+ ".\ce\Dynamic_Service.i"\
+ ".\ce\Dynamic_Service_Base.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\GIOPC.h"\
+ ".\GIOPC.i"\
+ ".\IFR_Client\IFR_BaseC.h"\
+ ".\IFR_Client\IFR_BaseC.i"\
+ ".\IFR_Client\IFR_BasicC.h"\
+ ".\IFR_Client\IFR_BasicC.i"\
+ ".\IFR_Client\ifr_client_export.h"\
+ ".\IFR_Client\IFR_ExtendedC.h"\
+ ".\IFR_Client\IFR_ExtendedC.i"\
+ ".\IFR_Client_Adapter.h"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptor.h"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\PortableServer\Active_Object_Map.h"\
+ ".\PortableServer\Active_Object_Map.i"\
+ ".\PortableServer\Collocated_Object.h"\
+ ".\PortableServer\Collocated_Object.i"\
+ ".\PortableServer\Default_Policy_Validator.h"\
+ ".\PortableServer\Direct_Object_Proxy_Impl.h"\
+ ".\PortableServer\Key_Adapters.h"\
+ ".\PortableServer\Key_Adapters.i"\
+ ".\PortableServer\Object_Adapter.h"\
+ ".\PortableServer\Object_Adapter.i"\
+ ".\PortableServer\Operation_Table.h"\
+ ".\PortableServer\poa_macros.h"\
+ ".\PortableServer\POA_Policies.h"\
+ ".\PortableServer\POA_Policies.i"\
+ ".\PortableServer\POA_Policy_Set.h"\
+ ".\PortableServer\POA_Policy_Set.i"\
+ ".\PortableServer\Policy_Validator.h"\
+ ".\PortableServer\PolicyS.h"\
+ ".\PortableServer\PolicyS.i"\
+ ".\PortableServer\PolicyS_T.cpp"\
+ ".\PortableServer\PolicyS_T.h"\
+ ".\PortableServer\PolicyS_T.i"\
+ ".\PortableServer\PortableServer.h"\
+ ".\PortableServer\portableserver_export.h"\
+ ".\PortableServer\PortableServerC.h"\
+ ".\PortableServer\PortableServerC.i"\
+ ".\PortableServer\Servant_Base.h"\
+ ".\PortableServer\Servant_Base.i"\
+ ".\PortableServer\ServerInterceptorAdapter.h"\
+ ".\PortableServer\ServerInterceptorAdapter.inl"\
+ ".\PortableServer\ServerRequestInfo.h"\
+ ".\PortableServer\ServerRequestInfo.inl"\
+ ".\PortableServer\ThruPOA_Object_Proxy_Impl.h"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\RequestInfo_Util.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\Tagged_Profile.h"\
+ ".\Tagged_Profile.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Server_Request.h"\
+ ".\TAO_Server_Request.i"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Domain - Win32 (WCE x86em) Release"
+
+DEP_CPP_DOMAI=\
+ ".\domain_export.h"\
+ ".\DomainS.h"\
+ ".\DomainS.i"\
+ ".\DomainS_T.cpp"\
+ ".\DomainS_T.h"\
+ ".\DomainS_T.i"\
+
+NODEP_CPP_DOMAI=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic_Service.cpp"\
+ ".\ce\Dynamic_Service.h"\
+ ".\ce\Dynamic_Service.i"\
+ ".\ce\Dynamic_Service_Base.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\GIOPC.h"\
+ ".\GIOPC.i"\
+ ".\IFR_Client\IFR_BaseC.h"\
+ ".\IFR_Client\IFR_BaseC.i"\
+ ".\IFR_Client\IFR_BasicC.h"\
+ ".\IFR_Client\IFR_BasicC.i"\
+ ".\IFR_Client\ifr_client_export.h"\
+ ".\IFR_Client\IFR_ExtendedC.h"\
+ ".\IFR_Client\IFR_ExtendedC.i"\
+ ".\IFR_Client_Adapter.h"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptor.h"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\PortableServer\Active_Object_Map.h"\
+ ".\PortableServer\Active_Object_Map.i"\
+ ".\PortableServer\Collocated_Object.h"\
+ ".\PortableServer\Collocated_Object.i"\
+ ".\PortableServer\Default_Policy_Validator.h"\
+ ".\PortableServer\Direct_Object_Proxy_Impl.h"\
+ ".\PortableServer\Key_Adapters.h"\
+ ".\PortableServer\Key_Adapters.i"\
+ ".\PortableServer\Object_Adapter.h"\
+ ".\PortableServer\Object_Adapter.i"\
+ ".\PortableServer\Operation_Table.h"\
+ ".\PortableServer\poa_macros.h"\
+ ".\PortableServer\POA_Policies.h"\
+ ".\PortableServer\POA_Policies.i"\
+ ".\PortableServer\POA_Policy_Set.h"\
+ ".\PortableServer\POA_Policy_Set.i"\
+ ".\PortableServer\Policy_Validator.h"\
+ ".\PortableServer\PolicyS.h"\
+ ".\PortableServer\PolicyS.i"\
+ ".\PortableServer\PolicyS_T.cpp"\
+ ".\PortableServer\PolicyS_T.h"\
+ ".\PortableServer\PolicyS_T.i"\
+ ".\PortableServer\PortableServer.h"\
+ ".\PortableServer\portableserver_export.h"\
+ ".\PortableServer\PortableServerC.h"\
+ ".\PortableServer\PortableServerC.i"\
+ ".\PortableServer\Servant_Base.h"\
+ ".\PortableServer\Servant_Base.i"\
+ ".\PortableServer\ServerInterceptorAdapter.h"\
+ ".\PortableServer\ServerInterceptorAdapter.inl"\
+ ".\PortableServer\ServerRequestInfo.h"\
+ ".\PortableServer\ServerRequestInfo.inl"\
+ ".\PortableServer\ThruPOA_Object_Proxy_Impl.h"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\RequestInfo_Util.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\Tagged_Profile.h"\
+ ".\Tagged_Profile.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Server_Request.h"\
+ ".\TAO_Server_Request.i"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Domain - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DOMAI=\
+ ".\domain_export.h"\
+ ".\DomainS.h"\
+ ".\DomainS.i"\
+ ".\DomainS_T.cpp"\
+ ".\DomainS_T.h"\
+ ".\DomainS_T.i"\
+
+NODEP_CPP_DOMAI=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic_Service.cpp"\
+ ".\ce\Dynamic_Service.h"\
+ ".\ce\Dynamic_Service.i"\
+ ".\ce\Dynamic_Service_Base.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\GIOPC.h"\
+ ".\GIOPC.i"\
+ ".\IFR_Client\IFR_BaseC.h"\
+ ".\IFR_Client\IFR_BaseC.i"\
+ ".\IFR_Client\IFR_BasicC.h"\
+ ".\IFR_Client\IFR_BasicC.i"\
+ ".\IFR_Client\ifr_client_export.h"\
+ ".\IFR_Client\IFR_ExtendedC.h"\
+ ".\IFR_Client\IFR_ExtendedC.i"\
+ ".\IFR_Client_Adapter.h"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptor.h"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\PortableServer\Active_Object_Map.h"\
+ ".\PortableServer\Active_Object_Map.i"\
+ ".\PortableServer\Collocated_Object.h"\
+ ".\PortableServer\Collocated_Object.i"\
+ ".\PortableServer\Default_Policy_Validator.h"\
+ ".\PortableServer\Direct_Object_Proxy_Impl.h"\
+ ".\PortableServer\Key_Adapters.h"\
+ ".\PortableServer\Key_Adapters.i"\
+ ".\PortableServer\Object_Adapter.h"\
+ ".\PortableServer\Object_Adapter.i"\
+ ".\PortableServer\Operation_Table.h"\
+ ".\PortableServer\poa_macros.h"\
+ ".\PortableServer\POA_Policies.h"\
+ ".\PortableServer\POA_Policies.i"\
+ ".\PortableServer\POA_Policy_Set.h"\
+ ".\PortableServer\POA_Policy_Set.i"\
+ ".\PortableServer\Policy_Validator.h"\
+ ".\PortableServer\PolicyS.h"\
+ ".\PortableServer\PolicyS.i"\
+ ".\PortableServer\PolicyS_T.cpp"\
+ ".\PortableServer\PolicyS_T.h"\
+ ".\PortableServer\PolicyS_T.i"\
+ ".\PortableServer\PortableServer.h"\
+ ".\PortableServer\portableserver_export.h"\
+ ".\PortableServer\PortableServerC.h"\
+ ".\PortableServer\PortableServerC.i"\
+ ".\PortableServer\Servant_Base.h"\
+ ".\PortableServer\Servant_Base.i"\
+ ".\PortableServer\ServerInterceptorAdapter.h"\
+ ".\PortableServer\ServerInterceptorAdapter.inl"\
+ ".\PortableServer\ServerRequestInfo.h"\
+ ".\PortableServer\ServerRequestInfo.inl"\
+ ".\PortableServer\ThruPOA_Object_Proxy_Impl.h"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\RequestInfo_Util.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\Tagged_Profile.h"\
+ ".\Tagged_Profile.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Server_Request.h"\
+ ".\TAO_Server_Request.i"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Domain - Win32 (WCE x86) Debug"
+
+DEP_CPP_DOMAI=\
+ ".\domain_export.h"\
+ ".\DomainS.h"\
+ ".\DomainS.i"\
+ ".\DomainS_T.cpp"\
+ ".\DomainS_T.h"\
+ ".\DomainS_T.i"\
+
+NODEP_CPP_DOMAI=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic_Service.cpp"\
+ ".\ce\Dynamic_Service.h"\
+ ".\ce\Dynamic_Service.i"\
+ ".\ce\Dynamic_Service_Base.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\GIOPC.h"\
+ ".\GIOPC.i"\
+ ".\IFR_Client\IFR_BaseC.h"\
+ ".\IFR_Client\IFR_BaseC.i"\
+ ".\IFR_Client\IFR_BasicC.h"\
+ ".\IFR_Client\IFR_BasicC.i"\
+ ".\IFR_Client\ifr_client_export.h"\
+ ".\IFR_Client\IFR_ExtendedC.h"\
+ ".\IFR_Client\IFR_ExtendedC.i"\
+ ".\IFR_Client_Adapter.h"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptor.h"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\PortableServer\Active_Object_Map.h"\
+ ".\PortableServer\Active_Object_Map.i"\
+ ".\PortableServer\Collocated_Object.h"\
+ ".\PortableServer\Collocated_Object.i"\
+ ".\PortableServer\Default_Policy_Validator.h"\
+ ".\PortableServer\Direct_Object_Proxy_Impl.h"\
+ ".\PortableServer\Key_Adapters.h"\
+ ".\PortableServer\Key_Adapters.i"\
+ ".\PortableServer\Object_Adapter.h"\
+ ".\PortableServer\Object_Adapter.i"\
+ ".\PortableServer\Operation_Table.h"\
+ ".\PortableServer\poa_macros.h"\
+ ".\PortableServer\POA_Policies.h"\
+ ".\PortableServer\POA_Policies.i"\
+ ".\PortableServer\POA_Policy_Set.h"\
+ ".\PortableServer\POA_Policy_Set.i"\
+ ".\PortableServer\Policy_Validator.h"\
+ ".\PortableServer\PolicyS.h"\
+ ".\PortableServer\PolicyS.i"\
+ ".\PortableServer\PolicyS_T.cpp"\
+ ".\PortableServer\PolicyS_T.h"\
+ ".\PortableServer\PolicyS_T.i"\
+ ".\PortableServer\PortableServer.h"\
+ ".\PortableServer\portableserver_export.h"\
+ ".\PortableServer\PortableServerC.h"\
+ ".\PortableServer\PortableServerC.i"\
+ ".\PortableServer\Servant_Base.h"\
+ ".\PortableServer\Servant_Base.i"\
+ ".\PortableServer\ServerInterceptorAdapter.h"\
+ ".\PortableServer\ServerInterceptorAdapter.inl"\
+ ".\PortableServer\ServerRequestInfo.h"\
+ ".\PortableServer\ServerRequestInfo.inl"\
+ ".\PortableServer\ThruPOA_Object_Proxy_Impl.h"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\RequestInfo_Util.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\Tagged_Profile.h"\
+ ".\Tagged_Profile.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Server_Request.h"\
+ ".\TAO_Server_Request.i"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\DomainS_T.cpp
+
+!IF "$(CFG)" == "TAO_Domain - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DOMAIN=\
+ ".\DomainS_T.h"\
+ ".\DomainS_T.i"\
+
+NODEP_CPP_DOMAIN=\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Domain - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DOMAIN=\
+ ".\DomainS_T.h"\
+ ".\DomainS_T.i"\
+
+NODEP_CPP_DOMAIN=\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Domain - Win32 (WCE SH4) Release"
+
+DEP_CPP_DOMAIN=\
+ ".\DomainS_T.h"\
+ ".\DomainS_T.i"\
+
+NODEP_CPP_DOMAIN=\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Domain - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DOMAIN=\
+ ".\DomainS_T.h"\
+ ".\DomainS_T.i"\
+
+NODEP_CPP_DOMAIN=\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Domain - Win32 (WCE SH3) Release"
+
+DEP_CPP_DOMAIN=\
+ ".\DomainS_T.h"\
+ ".\DomainS_T.i"\
+
+NODEP_CPP_DOMAIN=\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Domain - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DOMAIN=\
+ ".\DomainS_T.h"\
+ ".\DomainS_T.i"\
+
+NODEP_CPP_DOMAIN=\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Domain - Win32 (WCE ARM) Release"
+
+DEP_CPP_DOMAIN=\
+ ".\DomainS_T.h"\
+ ".\DomainS_T.i"\
+
+NODEP_CPP_DOMAIN=\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Domain - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DOMAIN=\
+ ".\DomainS_T.h"\
+ ".\DomainS_T.i"\
+
+NODEP_CPP_DOMAIN=\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Domain - Win32 (WCE x86em) Release"
+
+DEP_CPP_DOMAIN=\
+ ".\DomainS_T.h"\
+ ".\DomainS_T.i"\
+
+NODEP_CPP_DOMAIN=\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Domain - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DOMAIN=\
+ ".\DomainS_T.h"\
+ ".\DomainS_T.i"\
+
+NODEP_CPP_DOMAIN=\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Domain - Win32 (WCE x86) Debug"
+
+DEP_CPP_DOMAIN=\
+ ".\DomainS_T.h"\
+ ".\DomainS_T.i"\
+
+NODEP_CPP_DOMAIN=\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+
+
+!ENDIF
+
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=.\domain_export.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\DomainS.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\DomainS_T.h
+# End Source File
+# End Group
+# Begin Group "Resource Files"
+
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+# End Group
+# Begin Group "Inline Files"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=.\DomainS.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\DomainS_T.i
+# End Source File
+# End Group
+# End Target
+# End Project
diff --git a/TAO/tao/DynamicAny/DynamicAny.cpp b/TAO/tao/DynamicAny/DynamicAny.cpp
index 076f39a2992..8a07d694722 100644
--- a/TAO/tao/DynamicAny/DynamicAny.cpp
+++ b/TAO/tao/DynamicAny/DynamicAny.cpp
@@ -26,7 +26,7 @@ TAO_DynamicAny_Loader::TAO_DynamicAny_Loader (void)
CORBA::Object_ptr
TAO_DynamicAny_Loader::create_object (CORBA::ORB_ptr,
int,
- char *[]
+ ACE_TCHAR *[]
ACE_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException))
{
diff --git a/TAO/tao/DynamicAny/DynamicAny.h b/TAO/tao/DynamicAny/DynamicAny.h
index 44f32355ecb..322939607d4 100644
--- a/TAO/tao/DynamicAny/DynamicAny.h
+++ b/TAO/tao/DynamicAny/DynamicAny.h
@@ -35,7 +35,7 @@ public:
virtual CORBA::Object_ptr create_object (CORBA::ORB_ptr orb,
int argc,
- char *argv []
+ ACE_TCHAR *argv []
ACE_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
// Creates a DynamicAny factory and returns it.
diff --git a/TAO/tao/DynamicAny/TAO_DynamicAny.vcp b/TAO/tao/DynamicAny/TAO_DynamicAny.vcp
new file mode 100644
index 00000000000..b8c8d12e6d1
--- /dev/null
+++ b/TAO/tao/DynamicAny/TAO_DynamicAny.vcp
@@ -0,0 +1,7675 @@
+# Microsoft eMbedded Visual Tools Project File - Name="TAO_DynamicAny" - Package Owner=<4>
+# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (WCE x86em) Dynamic-Link Library" 0x7f02
+# TARGTYPE "Win32 (WCE SH3) Dynamic-Link Library" 0x8102
+# TARGTYPE "Win32 (WCE x86) Dynamic-Link Library" 0x8302
+# TARGTYPE "Win32 (WCE ARM) Dynamic-Link Library" 0x8502
+# TARGTYPE "Win32 (WCE SH4) Dynamic-Link Library" 0x8602
+# TARGTYPE "Win32 (WCE MIPS) Dynamic-Link Library" 0x8202
+
+CFG=TAO_DynamicAny - Win32 (WCE MIPS) Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "TAO_DynamicAny.vcn".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "TAO_DynamicAny.vcn" CFG="TAO_DynamicAny - Win32 (WCE MIPS) Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "TAO_DynamicAny - Win32 (WCE MIPS) Release" (based on "Win32 (WCE MIPS) Dynamic-Link Library")
+!MESSAGE "TAO_DynamicAny - Win32 (WCE MIPS) Debug" (based on "Win32 (WCE MIPS) Dynamic-Link Library")
+!MESSAGE "TAO_DynamicAny - Win32 (WCE SH4) Release" (based on "Win32 (WCE SH4) Dynamic-Link Library")
+!MESSAGE "TAO_DynamicAny - Win32 (WCE SH4) Debug" (based on "Win32 (WCE SH4) Dynamic-Link Library")
+!MESSAGE "TAO_DynamicAny - Win32 (WCE SH3) Release" (based on "Win32 (WCE SH3) Dynamic-Link Library")
+!MESSAGE "TAO_DynamicAny - Win32 (WCE SH3) Debug" (based on "Win32 (WCE SH3) Dynamic-Link Library")
+!MESSAGE "TAO_DynamicAny - Win32 (WCE ARM) Release" (based on "Win32 (WCE ARM) Dynamic-Link Library")
+!MESSAGE "TAO_DynamicAny - Win32 (WCE ARM) Debug" (based on "Win32 (WCE ARM) Dynamic-Link Library")
+!MESSAGE "TAO_DynamicAny - Win32 (WCE x86em) Release" (based on "Win32 (WCE x86em) Dynamic-Link Library")
+!MESSAGE "TAO_DynamicAny - Win32 (WCE x86em) Debug" (based on "Win32 (WCE x86em) Dynamic-Link Library")
+!MESSAGE "TAO_DynamicAny - Win32 (WCE x86) Debug" (based on "Win32 (WCE x86) Dynamic-Link Library")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+# PROP ATL_Project 2
+
+!IF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE MIPS) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "MIPSRel"
+# PROP BASE Intermediate_Dir "MIPSRel"
+# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "MIPSRel"
+# PROP Intermediate_Dir "MIPSRel"
+# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_DynamicAny_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "MIPS" /D "_MIPS_" /D "NDEBUG" /D "_USRDLL" /D "TAO_DynamicAny_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DYNAMICANY_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE MIPS) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "MIPSDbg"
+# PROP BASE Intermediate_Dir "MIPSDbg"
+# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "MIPSDbg"
+# PROP Intermediate_Dir "MIPSDbg"
+# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_DynamicAny_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "MIPS" /D "_MIPS_" /D "_USRDLL" /D "TAO_DynamicAny_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DYNAMICANY_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH4) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "SH4Rel"
+# PROP BASE Intermediate_Dir "SH4Rel"
+# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "SH4Rel"
+# PROP Intermediate_Dir "SH4Rel"
+# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_DynamicAny_EXPORTS" /YX /Qsh4 /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "SHx" /D "SH4" /D "_SH4_" /D "NDEBUG" /D "_USRDLL" /D "TAO_DynamicAny_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DYNAMICANY_BUILD_DLL" /YX /Qsh4 /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH4) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "SH4Dbg"
+# PROP BASE Intermediate_Dir "SH4Dbg"
+# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "SH4Dbg"
+# PROP Intermediate_Dir "SH4Dbg"
+# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_DynamicAny_EXPORTS" /YX /Qsh4 /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "SHx" /D "SH4" /D "_SH4_" /D "_USRDLL" /D "TAO_DynamicAny_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DYNAMICANY_BUILD_DLL" /YX /Qsh4 /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH3) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "SH3Rel"
+# PROP BASE Intermediate_Dir "SH3Rel"
+# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "SH3Rel"
+# PROP Intermediate_Dir "SH3Rel"
+# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+PFILE=pfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_DynamicAny_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "SHx" /D "SH3" /D "_SH3_" /D "NDEBUG" /D "_USRDLL" /D "TAO_DynamicAny_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DYNAMICANY_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH3) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "SH3Dbg"
+# PROP BASE Intermediate_Dir "SH3Dbg"
+# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "SH3Dbg"
+# PROP Intermediate_Dir "SH3Dbg"
+# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+PFILE=pfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_DynamicAny_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "SHx" /D "SH3" /D "_SH3_" /D "_USRDLL" /D "TAO_DynamicAny_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DYNAMICANY_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE ARM) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "ARMRel"
+# PROP BASE Intermediate_Dir "ARMRel"
+# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "../../LIB/Release/ARM"
+# PROP Intermediate_Dir "Release/ARM"
+# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_DynamicAny_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "ARM" /D "_ARM_" /D "NDEBUG" /D "_USRDLL" /D "TAO_DynamicAny_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DYNAMICANY_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 commctrl.lib coredll.lib TAO.lib ace.lib ace_os.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /out:"../../../bin/Release/ARM/TAO_DynamicAny.dll" /libpath:"../../LIB/Release/ARM" /libpath:"../../../LIB/Release/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE ARM) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "ARMDbg"
+# PROP BASE Intermediate_Dir "ARMDbg"
+# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/ARM"
+# PROP Intermediate_Dir "Debug/ARM"
+# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_DynamicAny_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "ARM" /D "_ARM_" /D "_USRDLL" /D "TAO_DynamicAny_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DYNAMICANY_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 commctrl.lib coredll.lib TAOd.lib aced.lib ace_osd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"../../../bin/Debug/ARM/TAO_DynamicAnyd.dll" /libpath:"../../LIB/Debug/ARM" /libpath:"../../../LIB/Debug/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86em) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "X86EMRel"
+# PROP BASE Intermediate_Dir "X86EMRel"
+# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "../../LIB/Release/X86EM"
+# PROP Intermediate_Dir "Release/X86EM"
+# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+EMPFILE=empfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_USRDLL" /D "TAO_DynamicAny_EXPORTS" /YX /Gz /Oxs /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "i486" /D "_X86_" /D "x86" /D "NDEBUG" /D "_USRDLL" /D "TAO_DynamicAny_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DYNAMICANY_BUILD_DLL" /YX /Gz /Oxs /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /o "NUL" /win32
+# SUBTRACT MTL /mktyplib203
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) TAO.lib ace.lib ace_os.lib /nologo /stack:0x10000,0x1000 /dll /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /libpath:"$(TAO_ROOT)/LIB/Release/X86EM" /libpath:"($ACE_ROOT)/LIB/Release/X86EM" /windowsce:emulation /MACHINE:IX86
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86em) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "X86EMDbg"
+# PROP BASE Intermediate_Dir "X86EMDbg"
+# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/X86EM"
+# PROP Intermediate_Dir "Debug/X86EM"
+# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+EMPFILE=empfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_USRDLL" /D "TAO_DynamicAny_EXPORTS" /YX /Gz /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "i486" /D "_X86_" /D "x86" /D "_USRDLL" /D "TAO_DynamicAny_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DYNAMICANY_BUILD_DLL" /YX /Gz /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /o "NUL" /win32
+# SUBTRACT MTL /mktyplib203
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) TAOd.lib aced.lib ace_osd.lib /nologo /stack:0x10000,0x1000 /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /libpath:"$(TAO_ROOT)/LIB/Debug/X86EM" /libpath:"($ACE_ROOT)/LIB/Debug/X86EM" /windowsce:emulation /MACHINE:IX86
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "X86Dbg"
+# PROP BASE Intermediate_Dir "X86Dbg"
+# PROP BASE CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/X86EM"
+# PROP Intermediate_Dir "Debug/X86EM"
+# PROP CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /YX /Gs8192 /GF /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "_i386_" /D "_X86_" /D "x86" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DYNAMICANY_BUILD_DLL" /YX /Gs8192 /GF /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /subsystem:$(CESubsystem) /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) TAOd.lib aced.lib ace_osd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /out:"../../../bin/Debug/X86EM/TAO_DynamicAnyd.dll" /libpath:"../../LIB/Debug/X86EM" /libpath:"../../../LIB/Debug/X86EM" /subsystem:$(CESubsystem) /MACHINE:IX86
+
+!ENDIF
+
+# Begin Target
+
+# Name "TAO_DynamicAny - Win32 (WCE MIPS) Release"
+# Name "TAO_DynamicAny - Win32 (WCE MIPS) Debug"
+# Name "TAO_DynamicAny - Win32 (WCE SH4) Release"
+# Name "TAO_DynamicAny - Win32 (WCE SH4) Debug"
+# Name "TAO_DynamicAny - Win32 (WCE SH3) Release"
+# Name "TAO_DynamicAny - Win32 (WCE SH3) Debug"
+# Name "TAO_DynamicAny - Win32 (WCE ARM) Release"
+# Name "TAO_DynamicAny - Win32 (WCE ARM) Debug"
+# Name "TAO_DynamicAny - Win32 (WCE x86em) Release"
+# Name "TAO_DynamicAny - Win32 (WCE x86em) Debug"
+# Name "TAO_DynamicAny - Win32 (WCE x86) Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=.\DynamicAny.cpp
+
+!IF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DYNAM=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+
+NODEP_CPP_DYNAM=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DYNAM=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+
+NODEP_CPP_DYNAM=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH4) Release"
+
+DEP_CPP_DYNAM=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+
+NODEP_CPP_DYNAM=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DYNAM=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+
+NODEP_CPP_DYNAM=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH3) Release"
+
+DEP_CPP_DYNAM=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+
+NODEP_CPP_DYNAM=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DYNAM=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+
+NODEP_CPP_DYNAM=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE ARM) Release"
+
+DEP_CPP_DYNAM=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+
+NODEP_CPP_DYNAM=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BoundsC.h"\
+ ".\BoundsC.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corba.h"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\ObjectIDList.h"\
+ ".\ObjectIDList.i"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\WrongTransactionC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DYNAM=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+
+NODEP_CPP_DYNAM=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BoundsC.h"\
+ ".\BoundsC.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corba.h"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\ObjectIDList.h"\
+ ".\ObjectIDList.i"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\WrongTransactionC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86em) Release"
+
+DEP_CPP_DYNAM=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+
+NODEP_CPP_DYNAM=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DYNAM=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+
+NODEP_CPP_DYNAM=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86) Debug"
+
+DEP_CPP_DYNAM=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+
+NODEP_CPP_DYNAM=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\DynamicAnyC.cpp
+
+!IF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DYNAMI=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+
+NODEP_CPP_DYNAMI=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DYNAMI=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+
+NODEP_CPP_DYNAMI=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH4) Release"
+
+DEP_CPP_DYNAMI=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+
+NODEP_CPP_DYNAMI=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DYNAMI=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+
+NODEP_CPP_DYNAMI=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH3) Release"
+
+DEP_CPP_DYNAMI=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+
+NODEP_CPP_DYNAMI=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DYNAMI=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+
+NODEP_CPP_DYNAMI=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE ARM) Release"
+
+DEP_CPP_DYNAMI=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+
+NODEP_CPP_DYNAMI=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BoundsC.h"\
+ ".\BoundsC.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corba.h"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\ObjectIDList.h"\
+ ".\ObjectIDList.i"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\WrongTransactionC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DYNAMI=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+
+NODEP_CPP_DYNAMI=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BoundsC.h"\
+ ".\BoundsC.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corba.h"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\ObjectIDList.h"\
+ ".\ObjectIDList.i"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\WrongTransactionC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86em) Release"
+
+DEP_CPP_DYNAMI=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+
+NODEP_CPP_DYNAMI=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DYNAMI=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+
+NODEP_CPP_DYNAMI=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86) Debug"
+
+DEP_CPP_DYNAMI=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+
+NODEP_CPP_DYNAMI=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\DynAny_i.cpp
+
+!IF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DYNAN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+
+NODEP_CPP_DYNAN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DYNAN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+
+NODEP_CPP_DYNAN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH4) Release"
+
+DEP_CPP_DYNAN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+
+NODEP_CPP_DYNAN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DYNAN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+
+NODEP_CPP_DYNAN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH3) Release"
+
+DEP_CPP_DYNAN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+
+NODEP_CPP_DYNAN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DYNAN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+
+NODEP_CPP_DYNAN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE ARM) Release"
+
+DEP_CPP_DYNAN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+
+NODEP_CPP_DYNAN=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BoundsC.h"\
+ ".\BoundsC.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corba.h"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\ObjectIDList.h"\
+ ".\ObjectIDList.i"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\WrongTransactionC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DYNAN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+
+NODEP_CPP_DYNAN=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BoundsC.h"\
+ ".\BoundsC.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corba.h"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\ObjectIDList.h"\
+ ".\ObjectIDList.i"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\WrongTransactionC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86em) Release"
+
+DEP_CPP_DYNAN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+
+NODEP_CPP_DYNAN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DYNAN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+
+NODEP_CPP_DYNAN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86) Debug"
+
+DEP_CPP_DYNAN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+
+NODEP_CPP_DYNAN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\DynAnyFactory.cpp
+
+!IF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DYNANY=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+ ".\DynSequence_i.h"\
+ ".\DynStruct_i.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNANY=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DYNANY=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+ ".\DynSequence_i.h"\
+ ".\DynStruct_i.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNANY=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH4) Release"
+
+DEP_CPP_DYNANY=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+ ".\DynSequence_i.h"\
+ ".\DynStruct_i.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNANY=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DYNANY=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+ ".\DynSequence_i.h"\
+ ".\DynStruct_i.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNANY=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH3) Release"
+
+DEP_CPP_DYNANY=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+ ".\DynSequence_i.h"\
+ ".\DynStruct_i.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNANY=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DYNANY=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+ ".\DynSequence_i.h"\
+ ".\DynStruct_i.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNANY=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE ARM) Release"
+
+DEP_CPP_DYNANY=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+ ".\DynSequence_i.h"\
+ ".\DynStruct_i.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNANY=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BoundsC.h"\
+ ".\BoundsC.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Auto_Ptr.cpp"\
+ ".\ce\Auto_Ptr.h"\
+ ".\ce\Auto_Ptr.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corba.h"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\ObjectIDList.h"\
+ ".\ObjectIDList.i"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\WrongTransactionC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DYNANY=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+ ".\DynSequence_i.h"\
+ ".\DynStruct_i.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNANY=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BoundsC.h"\
+ ".\BoundsC.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Auto_Ptr.cpp"\
+ ".\ce\Auto_Ptr.h"\
+ ".\ce\Auto_Ptr.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corba.h"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\ObjectIDList.h"\
+ ".\ObjectIDList.i"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\WrongTransactionC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86em) Release"
+
+DEP_CPP_DYNANY=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+ ".\DynSequence_i.h"\
+ ".\DynStruct_i.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNANY=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DYNANY=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+ ".\DynSequence_i.h"\
+ ".\DynStruct_i.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNANY=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86) Debug"
+
+DEP_CPP_DYNANY=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+ ".\DynSequence_i.h"\
+ ".\DynStruct_i.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNANY=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\DynArray_i.cpp
+
+!IF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DYNAR=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+
+NODEP_CPP_DYNAR=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DYNAR=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+
+NODEP_CPP_DYNAR=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH4) Release"
+
+DEP_CPP_DYNAR=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+
+NODEP_CPP_DYNAR=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DYNAR=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+
+NODEP_CPP_DYNAR=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH3) Release"
+
+DEP_CPP_DYNAR=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+
+NODEP_CPP_DYNAR=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DYNAR=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+
+NODEP_CPP_DYNAR=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE ARM) Release"
+
+DEP_CPP_DYNAR=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+
+NODEP_CPP_DYNAR=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BoundsC.h"\
+ ".\BoundsC.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corba.h"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\marshal.h"\
+ ".\Marshal.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\ObjectIDList.h"\
+ ".\ObjectIDList.i"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\WrongTransactionC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DYNAR=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+
+NODEP_CPP_DYNAR=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BoundsC.h"\
+ ".\BoundsC.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corba.h"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\marshal.h"\
+ ".\Marshal.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\ObjectIDList.h"\
+ ".\ObjectIDList.i"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\WrongTransactionC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86em) Release"
+
+DEP_CPP_DYNAR=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+
+NODEP_CPP_DYNAR=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DYNAR=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+
+NODEP_CPP_DYNAR=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86) Debug"
+
+DEP_CPP_DYNAR=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+
+NODEP_CPP_DYNAR=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\DynCommon.cpp
+
+!IF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DYNCO=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+ ".\DynSequence_i.h"\
+ ".\DynStruct_i.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNCO=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DYNCO=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+ ".\DynSequence_i.h"\
+ ".\DynStruct_i.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNCO=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH4) Release"
+
+DEP_CPP_DYNCO=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+ ".\DynSequence_i.h"\
+ ".\DynStruct_i.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNCO=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DYNCO=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+ ".\DynSequence_i.h"\
+ ".\DynStruct_i.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNCO=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH3) Release"
+
+DEP_CPP_DYNCO=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+ ".\DynSequence_i.h"\
+ ".\DynStruct_i.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNCO=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DYNCO=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+ ".\DynSequence_i.h"\
+ ".\DynStruct_i.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNCO=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE ARM) Release"
+
+DEP_CPP_DYNCO=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+ ".\DynSequence_i.h"\
+ ".\DynStruct_i.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNCO=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BoundsC.h"\
+ ".\BoundsC.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corba.h"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\ObjectIDList.h"\
+ ".\ObjectIDList.i"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\WrongTransactionC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DYNCO=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+ ".\DynSequence_i.h"\
+ ".\DynStruct_i.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNCO=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BoundsC.h"\
+ ".\BoundsC.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corba.h"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\ObjectIDList.h"\
+ ".\ObjectIDList.i"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\WrongTransactionC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86em) Release"
+
+DEP_CPP_DYNCO=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+ ".\DynSequence_i.h"\
+ ".\DynStruct_i.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNCO=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DYNCO=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+ ".\DynSequence_i.h"\
+ ".\DynStruct_i.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNCO=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86) Debug"
+
+DEP_CPP_DYNCO=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAny_i.h"\
+ ".\DynAnyFactory.h"\
+ ".\DynArray_i.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+ ".\DynSequence_i.h"\
+ ".\DynStruct_i.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNCO=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\DynEnum_i.cpp
+
+!IF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DYNEN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+
+NODEP_CPP_DYNEN=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DYNEN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+
+NODEP_CPP_DYNEN=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH4) Release"
+
+DEP_CPP_DYNEN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+
+NODEP_CPP_DYNEN=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DYNEN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+
+NODEP_CPP_DYNEN=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH3) Release"
+
+DEP_CPP_DYNEN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+
+NODEP_CPP_DYNEN=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DYNEN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+
+NODEP_CPP_DYNEN=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE ARM) Release"
+
+DEP_CPP_DYNEN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+
+NODEP_CPP_DYNEN=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BoundsC.h"\
+ ".\BoundsC.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corba.h"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\ObjectIDList.h"\
+ ".\ObjectIDList.i"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\WrongTransactionC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DYNEN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+
+NODEP_CPP_DYNEN=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BoundsC.h"\
+ ".\BoundsC.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corba.h"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\ObjectIDList.h"\
+ ".\ObjectIDList.i"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\WrongTransactionC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86em) Release"
+
+DEP_CPP_DYNEN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+
+NODEP_CPP_DYNEN=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DYNEN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+
+NODEP_CPP_DYNEN=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86) Debug"
+
+DEP_CPP_DYNEN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynEnum_i.h"\
+
+NODEP_CPP_DYNEN=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\DynSequence_i.cpp
+
+!IF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DYNSE=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynSequence_i.h"\
+
+NODEP_CPP_DYNSE=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DYNSE=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynSequence_i.h"\
+
+NODEP_CPP_DYNSE=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH4) Release"
+
+DEP_CPP_DYNSE=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynSequence_i.h"\
+
+NODEP_CPP_DYNSE=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DYNSE=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynSequence_i.h"\
+
+NODEP_CPP_DYNSE=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH3) Release"
+
+DEP_CPP_DYNSE=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynSequence_i.h"\
+
+NODEP_CPP_DYNSE=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DYNSE=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynSequence_i.h"\
+
+NODEP_CPP_DYNSE=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE ARM) Release"
+
+DEP_CPP_DYNSE=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynSequence_i.h"\
+
+NODEP_CPP_DYNSE=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BoundsC.h"\
+ ".\BoundsC.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corba.h"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\marshal.h"\
+ ".\Marshal.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\ObjectIDList.h"\
+ ".\ObjectIDList.i"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\WrongTransactionC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DYNSE=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynSequence_i.h"\
+
+NODEP_CPP_DYNSE=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BoundsC.h"\
+ ".\BoundsC.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corba.h"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\marshal.h"\
+ ".\Marshal.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\ObjectIDList.h"\
+ ".\ObjectIDList.i"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\WrongTransactionC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86em) Release"
+
+DEP_CPP_DYNSE=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynSequence_i.h"\
+
+NODEP_CPP_DYNSE=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DYNSE=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynSequence_i.h"\
+
+NODEP_CPP_DYNSE=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86) Debug"
+
+DEP_CPP_DYNSE=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynSequence_i.h"\
+
+NODEP_CPP_DYNSE=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\DynStruct_i.cpp
+
+!IF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DYNST=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynStruct_i.h"\
+
+NODEP_CPP_DYNST=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DYNST=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynStruct_i.h"\
+
+NODEP_CPP_DYNST=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH4) Release"
+
+DEP_CPP_DYNST=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynStruct_i.h"\
+
+NODEP_CPP_DYNST=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DYNST=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynStruct_i.h"\
+
+NODEP_CPP_DYNST=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH3) Release"
+
+DEP_CPP_DYNST=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynStruct_i.h"\
+
+NODEP_CPP_DYNST=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DYNST=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynStruct_i.h"\
+
+NODEP_CPP_DYNST=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE ARM) Release"
+
+DEP_CPP_DYNST=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynStruct_i.h"\
+
+NODEP_CPP_DYNST=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BoundsC.h"\
+ ".\BoundsC.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corba.h"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\marshal.h"\
+ ".\Marshal.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\ObjectIDList.h"\
+ ".\ObjectIDList.i"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\WrongTransactionC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DYNST=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynStruct_i.h"\
+
+NODEP_CPP_DYNST=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BoundsC.h"\
+ ".\BoundsC.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corba.h"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\marshal.h"\
+ ".\Marshal.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\ObjectIDList.h"\
+ ".\ObjectIDList.i"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\WrongTransactionC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86em) Release"
+
+DEP_CPP_DYNST=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynStruct_i.h"\
+
+NODEP_CPP_DYNST=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DYNST=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynStruct_i.h"\
+
+NODEP_CPP_DYNST=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86) Debug"
+
+DEP_CPP_DYNST=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynStruct_i.h"\
+
+NODEP_CPP_DYNST=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\DynUnion_i.cpp
+
+!IF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DYNUN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNUN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DYNUN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNUN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH4) Release"
+
+DEP_CPP_DYNUN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNUN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DYNUN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNUN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH3) Release"
+
+DEP_CPP_DYNUN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNUN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DYNUN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNUN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE ARM) Release"
+
+DEP_CPP_DYNUN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNUN=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BoundsC.h"\
+ ".\BoundsC.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corba.h"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\marshal.h"\
+ ".\Marshal.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\ObjectIDList.h"\
+ ".\ObjectIDList.i"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\WrongTransactionC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DYNUN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNUN=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BoundsC.h"\
+ ".\BoundsC.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corba.h"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\marshal.h"\
+ ".\Marshal.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\ObjectIDList.h"\
+ ".\ObjectIDList.i"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\WrongTransactionC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86em) Release"
+
+DEP_CPP_DYNUN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNUN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DYNUN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNUN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicAny - Win32 (WCE x86) Debug"
+
+DEP_CPP_DYNUN=\
+ ".\DynamicAny.h"\
+ ".\dynamicany_export.h"\
+ ".\DynamicAnyC.h"\
+ ".\DynamicAnyC.i"\
+ ".\DynAnyFactory.h"\
+ ".\DynCommon.h"\
+ ".\DynUnion_i.h"\
+
+NODEP_CPP_DYNUN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ENDIF
+
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=.\DynamicAny.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\dynamicany_export.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\DynamicAnyC.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\DynAny_i.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\DynAnyFactory.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\DynArray_i.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\DynCommon.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\DynEnum_i.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\DynSequence_i.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\DynStruct_i.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\DynUnion_i.h
+# End Source File
+# End Group
+# Begin Group "Resource Files"
+
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+# End Group
+# Begin Group "Inline Files"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=.\DynamicAnyC.i
+# End Source File
+# End Group
+# End Target
+# End Project
diff --git a/TAO/tao/DynamicInterface/TAO_DynamicInterface.vcp b/TAO/tao/DynamicInterface/TAO_DynamicInterface.vcp
new file mode 100644
index 00000000000..5a60dd0f582
--- /dev/null
+++ b/TAO/tao/DynamicInterface/TAO_DynamicInterface.vcp
@@ -0,0 +1,10076 @@
+# Microsoft eMbedded Visual Tools Project File - Name="TAO_DynamicInterface" - Package Owner=<4>
+# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (WCE x86em) Dynamic-Link Library" 0x7f02
+# TARGTYPE "Win32 (WCE SH3) Dynamic-Link Library" 0x8102
+# TARGTYPE "Win32 (WCE x86) Dynamic-Link Library" 0x8302
+# TARGTYPE "Win32 (WCE ARM) Dynamic-Link Library" 0x8502
+# TARGTYPE "Win32 (WCE SH4) Dynamic-Link Library" 0x8602
+# TARGTYPE "Win32 (WCE MIPS) Dynamic-Link Library" 0x8202
+
+CFG=TAO_DynamicInterface - Win32 (WCE MIPS) Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "TAO_DynamicInterface.vcn".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "TAO_DynamicInterface.vcn" CFG="TAO_DynamicInterface - Win32 (WCE MIPS) Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "TAO_DynamicInterface - Win32 (WCE MIPS) Release" (based on "Win32 (WCE MIPS) Dynamic-Link Library")
+!MESSAGE "TAO_DynamicInterface - Win32 (WCE MIPS) Debug" (based on "Win32 (WCE MIPS) Dynamic-Link Library")
+!MESSAGE "TAO_DynamicInterface - Win32 (WCE SH4) Release" (based on "Win32 (WCE SH4) Dynamic-Link Library")
+!MESSAGE "TAO_DynamicInterface - Win32 (WCE SH4) Debug" (based on "Win32 (WCE SH4) Dynamic-Link Library")
+!MESSAGE "TAO_DynamicInterface - Win32 (WCE SH3) Release" (based on "Win32 (WCE SH3) Dynamic-Link Library")
+!MESSAGE "TAO_DynamicInterface - Win32 (WCE SH3) Debug" (based on "Win32 (WCE SH3) Dynamic-Link Library")
+!MESSAGE "TAO_DynamicInterface - Win32 (WCE ARM) Release" (based on "Win32 (WCE ARM) Dynamic-Link Library")
+!MESSAGE "TAO_DynamicInterface - Win32 (WCE ARM) Debug" (based on "Win32 (WCE ARM) Dynamic-Link Library")
+!MESSAGE "TAO_DynamicInterface - Win32 (WCE x86em) Release" (based on "Win32 (WCE x86em) Dynamic-Link Library")
+!MESSAGE "TAO_DynamicInterface - Win32 (WCE x86em) Debug" (based on "Win32 (WCE x86em) Dynamic-Link Library")
+!MESSAGE "TAO_DynamicInterface - Win32 (WCE x86) Debug" (based on "Win32 (WCE x86) Dynamic-Link Library")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+# PROP ATL_Project 2
+
+!IF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE MIPS) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "MIPSRel"
+# PROP BASE Intermediate_Dir "MIPSRel"
+# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "MIPSRel"
+# PROP Intermediate_Dir "MIPSRel"
+# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_DynamicInterface_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "MIPS" /D "_MIPS_" /D "NDEBUG" /D "_USRDLL" /D "TAO_DynamicInterface_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DYNAMICINTERFACE_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE MIPS) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "MIPSDbg"
+# PROP BASE Intermediate_Dir "MIPSDbg"
+# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "MIPSDbg"
+# PROP Intermediate_Dir "MIPSDbg"
+# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_DynamicInterface_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "MIPS" /D "_MIPS_" /D "_USRDLL" /D "TAO_DynamicInterface_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DYNAMICINTERFACE_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH4) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "SH4Rel"
+# PROP BASE Intermediate_Dir "SH4Rel"
+# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "SH4Rel"
+# PROP Intermediate_Dir "SH4Rel"
+# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_DynamicInterface_EXPORTS" /YX /Qsh4 /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "SHx" /D "SH4" /D "_SH4_" /D "NDEBUG" /D "_USRDLL" /D "TAO_DynamicInterface_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DYNAMICINTERFACE_BUILD_DLL" /YX /Qsh4 /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH4) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "SH4Dbg"
+# PROP BASE Intermediate_Dir "SH4Dbg"
+# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "SH4Dbg"
+# PROP Intermediate_Dir "SH4Dbg"
+# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_DynamicInterface_EXPORTS" /YX /Qsh4 /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "SHx" /D "SH4" /D "_SH4_" /D "_USRDLL" /D "TAO_DynamicInterface_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DYNAMICINTERFACE_BUILD_DLL" /YX /Qsh4 /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH3) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "SH3Rel"
+# PROP BASE Intermediate_Dir "SH3Rel"
+# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "SH3Rel"
+# PROP Intermediate_Dir "SH3Rel"
+# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+PFILE=pfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_DynamicInterface_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "SHx" /D "SH3" /D "_SH3_" /D "NDEBUG" /D "_USRDLL" /D "TAO_DynamicInterface_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DYNAMICINTERFACE_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH3) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "SH3Dbg"
+# PROP BASE Intermediate_Dir "SH3Dbg"
+# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "SH3Dbg"
+# PROP Intermediate_Dir "SH3Dbg"
+# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+PFILE=pfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_DynamicInterface_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "SHx" /D "SH3" /D "_SH3_" /D "_USRDLL" /D "TAO_DynamicInterface_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DYNAMICINTERFACE_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE ARM) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "ARMRel"
+# PROP BASE Intermediate_Dir "ARMRel"
+# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "../../LIB/Release/ARM"
+# PROP Intermediate_Dir "Release/ARM"
+# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_DynamicInterface_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "ARM" /D "_ARM_" /D "NDEBUG" /D "_USRDLL" /D "TAO_DynamicInterface_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DYNAMICINTERFACE_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 commctrl.lib coredll.lib ace.lib ace_os.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /out:"../../../bin/Release/ARM/TAO_DynamicInterface.dll" /libpath:"../../LIB/Release/ARM" /libpath:"../../../LIB/Release/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE ARM) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "ARMDbg"
+# PROP BASE Intermediate_Dir "ARMDbg"
+# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/ARM"
+# PROP Intermediate_Dir "Debug/ARM"
+# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_DynamicInterface_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "ARM" /D "_ARM_" /D "_USRDLL" /D "TAO_DynamicInterface_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DYNAMICINTERFACE_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 commctrl.lib coredll.lib aced.lib ace_osd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"../../../bin/Debug/ARM/TAO_DynamicInterfaced.dll" /libpath:"../../LIB/Debug/ARM" /libpath:"../../../LIB/Debug/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE x86em) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "X86EMRel"
+# PROP BASE Intermediate_Dir "X86EMRel"
+# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "../../LIB/Release/X86EM"
+# PROP Intermediate_Dir "Release/X86EM"
+# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+EMPFILE=empfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_USRDLL" /D "TAO_DynamicInterface_EXPORTS" /YX /Gz /Oxs /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "i486" /D "_X86_" /D "x86" /D "NDEBUG" /D "_USRDLL" /D "TAO_DynamicInterface_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DYNAMICINTERFACE_BUILD_DLL" /YX /Gz /Oxs /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /o "NUL" /win32
+# SUBTRACT MTL /mktyplib203
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) TAO.lib ace.lib ace_os.lib /nologo /stack:0x10000,0x1000 /dll /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /libpath:"$(TAO_ROOT)/LIB/Release/X86EM" /libpath:"($ACE_ROOT)/LIB/Release/X86EM" /windowsce:emulation /MACHINE:IX86
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE x86em) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "X86EMDbg"
+# PROP BASE Intermediate_Dir "X86EMDbg"
+# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/X86EM"
+# PROP Intermediate_Dir "Debug/X86EM"
+# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+EMPFILE=empfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_USRDLL" /D "TAO_DynamicInterface_EXPORTS" /YX /Gz /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "i486" /D "_X86_" /D "x86" /D "_USRDLL" /D "TAO_DynamicInterface_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DYNAMICINTERFACE_BUILD_DLL" /YX /Gz /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /o "NUL" /win32
+# SUBTRACT MTL /mktyplib203
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) TAOd.lib aced.lib ace_osd.lib /nologo /stack:0x10000,0x1000 /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /libpath:"$(TAO_ROOT)/LIB/Debug/X86EM" /libpath:"($ACE_ROOT)/LIB/Debug/X86EM" /windowsce:emulation /MACHINE:IX86
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE x86) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "X86Dbg"
+# PROP BASE Intermediate_Dir "X86Dbg"
+# PROP BASE CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/X86EM"
+# PROP Intermediate_Dir "Debug/X86EM"
+# PROP CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /YX /Gs8192 /GF /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "_i386_" /D "_X86_" /D "x86" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_DYNAMICINTERFACE_BUILD_DLL" /YX /Gs8192 /GF /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /subsystem:$(CESubsystem) /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) aced.lib ace_osd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /out:"../../../bin/Debug/X86EM/TAO_DynamicInterfaced.dll" /libpath:"../../LIB/Debug/X86EM" /libpath:"../../../LIB/Debug/X86EM" /subsystem:$(CESubsystem) /MACHINE:IX86
+
+!ENDIF
+
+# Begin Target
+
+# Name "TAO_DynamicInterface - Win32 (WCE MIPS) Release"
+# Name "TAO_DynamicInterface - Win32 (WCE MIPS) Debug"
+# Name "TAO_DynamicInterface - Win32 (WCE SH4) Release"
+# Name "TAO_DynamicInterface - Win32 (WCE SH4) Debug"
+# Name "TAO_DynamicInterface - Win32 (WCE SH3) Release"
+# Name "TAO_DynamicInterface - Win32 (WCE SH3) Debug"
+# Name "TAO_DynamicInterface - Win32 (WCE ARM) Release"
+# Name "TAO_DynamicInterface - Win32 (WCE ARM) Debug"
+# Name "TAO_DynamicInterface - Win32 (WCE x86em) Release"
+# Name "TAO_DynamicInterface - Win32 (WCE x86em) Debug"
+# Name "TAO_DynamicInterface - Win32 (WCE x86) Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=.\Context.cpp
+
+!IF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE MIPS) Release"
+
+DEP_CPP_CONTE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\dynamicinterface_export.h"\
+
+NODEP_CPP_CONTE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\NVList.h"\
+ ".\tao\ORB.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_CONTE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\dynamicinterface_export.h"\
+
+NODEP_CPP_CONTE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\NVList.h"\
+ ".\tao\ORB.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH4) Release"
+
+DEP_CPP_CONTE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\dynamicinterface_export.h"\
+
+NODEP_CPP_CONTE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\NVList.h"\
+ ".\tao\ORB.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH4) Debug"
+
+DEP_CPP_CONTE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\dynamicinterface_export.h"\
+
+NODEP_CPP_CONTE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\NVList.h"\
+ ".\tao\ORB.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH3) Release"
+
+DEP_CPP_CONTE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\dynamicinterface_export.h"\
+
+NODEP_CPP_CONTE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\NVList.h"\
+ ".\tao\ORB.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH3) Debug"
+
+DEP_CPP_CONTE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\dynamicinterface_export.h"\
+
+NODEP_CPP_CONTE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\NVList.h"\
+ ".\tao\ORB.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE ARM) Release"
+
+DEP_CPP_CONTE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\dynamicinterface_export.h"\
+
+NODEP_CPP_CONTE=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE ARM) Debug"
+
+DEP_CPP_CONTE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\dynamicinterface_export.h"\
+
+NODEP_CPP_CONTE=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE x86em) Release"
+
+DEP_CPP_CONTE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\dynamicinterface_export.h"\
+
+NODEP_CPP_CONTE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\NVList.h"\
+ ".\tao\ORB.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE x86em) Debug"
+
+DEP_CPP_CONTE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\dynamicinterface_export.h"\
+
+NODEP_CPP_CONTE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\NVList.h"\
+ ".\tao\ORB.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE x86) Debug"
+
+DEP_CPP_CONTE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\dynamicinterface_export.h"\
+
+NODEP_CPP_CONTE=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\DII_Invocation.cpp
+
+!IF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DII_I=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Invocation.h"\
+ ".\DII_Invocation.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_DII_I=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\Asynch_Invocation.h"\
+ ".\tao\Asynch_Reply_Dispatcher.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\MessagingC.h"\
+ ".\tao\NVList.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Principal.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Mux_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DII_I=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Invocation.h"\
+ ".\DII_Invocation.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_DII_I=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\Asynch_Invocation.h"\
+ ".\tao\Asynch_Reply_Dispatcher.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\MessagingC.h"\
+ ".\tao\NVList.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Principal.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Mux_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH4) Release"
+
+DEP_CPP_DII_I=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Invocation.h"\
+ ".\DII_Invocation.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_DII_I=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\Asynch_Invocation.h"\
+ ".\tao\Asynch_Reply_Dispatcher.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\MessagingC.h"\
+ ".\tao\NVList.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Principal.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Mux_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DII_I=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Invocation.h"\
+ ".\DII_Invocation.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_DII_I=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\Asynch_Invocation.h"\
+ ".\tao\Asynch_Reply_Dispatcher.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\MessagingC.h"\
+ ".\tao\NVList.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Principal.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Mux_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH3) Release"
+
+DEP_CPP_DII_I=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Invocation.h"\
+ ".\DII_Invocation.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_DII_I=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\Asynch_Invocation.h"\
+ ".\tao\Asynch_Reply_Dispatcher.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\MessagingC.h"\
+ ".\tao\NVList.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Principal.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Mux_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DII_I=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Invocation.h"\
+ ".\DII_Invocation.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_DII_I=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\Asynch_Invocation.h"\
+ ".\tao\Asynch_Reply_Dispatcher.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\MessagingC.h"\
+ ".\tao\NVList.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Principal.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Mux_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE ARM) Release"
+
+DEP_CPP_DII_I=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Invocation.h"\
+ ".\DII_Invocation.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_DII_I=\
+ "..\..\..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\..\..\Invocation.i"\
+ "..\..\..\..\..\..\TAOC.i"\
+ "..\..\..\..\..\..\target_specification.i"\
+ "..\..\..\..\..\..\Transport.inl"\
+ "..\..\..\..\..\..\Transport_Timer.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Asynch_Invocation.h"\
+ ".\Asynch_Invocation.i"\
+ ".\Asynch_Reply_Dispatcher.h"\
+ ".\Asynch_Reply_Dispatcher.i"\
+ ".\Asynch_Timeout_Handler.h"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\Dynamic_Adapter.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\Messaging.h"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\target_specification.h"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\Transport_Mux_Strategy.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DII_I=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Invocation.h"\
+ ".\DII_Invocation.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_DII_I=\
+ "..\..\..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\..\..\Invocation.i"\
+ "..\..\..\..\..\..\TAOC.i"\
+ "..\..\..\..\..\..\target_specification.i"\
+ "..\..\..\..\..\..\Transport.inl"\
+ "..\..\..\..\..\..\Transport_Timer.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Asynch_Invocation.h"\
+ ".\Asynch_Invocation.i"\
+ ".\Asynch_Reply_Dispatcher.h"\
+ ".\Asynch_Reply_Dispatcher.i"\
+ ".\Asynch_Timeout_Handler.h"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\Dynamic_Adapter.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\Messaging.h"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\target_specification.h"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\Transport_Mux_Strategy.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE x86em) Release"
+
+DEP_CPP_DII_I=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Invocation.h"\
+ ".\DII_Invocation.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_DII_I=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\Asynch_Invocation.h"\
+ ".\tao\Asynch_Reply_Dispatcher.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\MessagingC.h"\
+ ".\tao\NVList.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Principal.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Mux_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DII_I=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Invocation.h"\
+ ".\DII_Invocation.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_DII_I=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\Asynch_Invocation.h"\
+ ".\tao\Asynch_Reply_Dispatcher.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\MessagingC.h"\
+ ".\tao\NVList.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Principal.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Mux_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE x86) Debug"
+
+DEP_CPP_DII_I=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Invocation.h"\
+ ".\DII_Invocation.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_DII_I=\
+ "..\..\..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\..\..\Invocation.i"\
+ "..\..\..\..\..\..\TAOC.i"\
+ "..\..\..\..\..\..\target_specification.i"\
+ "..\..\..\..\..\..\Transport.inl"\
+ "..\..\..\..\..\..\Transport_Timer.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Asynch_Invocation.h"\
+ ".\Asynch_Invocation.i"\
+ ".\Asynch_Reply_Dispatcher.h"\
+ ".\Asynch_Reply_Dispatcher.i"\
+ ".\Asynch_Timeout_Handler.h"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\Dynamic_Adapter.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\Messaging.h"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\target_specification.h"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\Transport_Mux_Strategy.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\DII_Reply_Dispatcher.cpp
+
+!IF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DII_R=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+
+NODEP_CPP_DII_R=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\Asynch_Reply_Dispatcher.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\Environment.h"\
+ ".\tao\GIOP_Message_State.h"\
+ ".\tao\MessagingC.h"\
+ ".\tao\NVList.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Pluggable_Messaging_Utils.h"\
+ ".\tao\Sequence.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DII_R=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+
+NODEP_CPP_DII_R=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\Asynch_Reply_Dispatcher.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\Environment.h"\
+ ".\tao\GIOP_Message_State.h"\
+ ".\tao\MessagingC.h"\
+ ".\tao\NVList.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Pluggable_Messaging_Utils.h"\
+ ".\tao\Sequence.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH4) Release"
+
+DEP_CPP_DII_R=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+
+NODEP_CPP_DII_R=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\Asynch_Reply_Dispatcher.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\Environment.h"\
+ ".\tao\GIOP_Message_State.h"\
+ ".\tao\MessagingC.h"\
+ ".\tao\NVList.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Pluggable_Messaging_Utils.h"\
+ ".\tao\Sequence.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DII_R=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+
+NODEP_CPP_DII_R=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\Asynch_Reply_Dispatcher.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\Environment.h"\
+ ".\tao\GIOP_Message_State.h"\
+ ".\tao\MessagingC.h"\
+ ".\tao\NVList.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Pluggable_Messaging_Utils.h"\
+ ".\tao\Sequence.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH3) Release"
+
+DEP_CPP_DII_R=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+
+NODEP_CPP_DII_R=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\Asynch_Reply_Dispatcher.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\Environment.h"\
+ ".\tao\GIOP_Message_State.h"\
+ ".\tao\MessagingC.h"\
+ ".\tao\NVList.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Pluggable_Messaging_Utils.h"\
+ ".\tao\Sequence.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DII_R=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+
+NODEP_CPP_DII_R=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\Asynch_Reply_Dispatcher.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\Environment.h"\
+ ".\tao\GIOP_Message_State.h"\
+ ".\tao\MessagingC.h"\
+ ".\tao\NVList.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Pluggable_Messaging_Utils.h"\
+ ".\tao\Sequence.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE ARM) Release"
+
+DEP_CPP_DII_R=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+
+NODEP_CPP_DII_R=\
+ "..\..\..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\..\..\Transport.inl"\
+ "..\..\..\..\..\..\Transport_Timer.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Asynch_Reply_Dispatcher.h"\
+ ".\Asynch_Reply_Dispatcher.i"\
+ ".\Asynch_Timeout_Handler.h"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\Dynamic_Adapter.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_State.h"\
+ ".\GIOP_Message_State.inl"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\Messaging.h"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DII_R=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+
+NODEP_CPP_DII_R=\
+ "..\..\..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\..\..\Transport.inl"\
+ "..\..\..\..\..\..\Transport_Timer.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Asynch_Reply_Dispatcher.h"\
+ ".\Asynch_Reply_Dispatcher.i"\
+ ".\Asynch_Timeout_Handler.h"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\Dynamic_Adapter.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_State.h"\
+ ".\GIOP_Message_State.inl"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\Messaging.h"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE x86em) Release"
+
+DEP_CPP_DII_R=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+
+NODEP_CPP_DII_R=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\Asynch_Reply_Dispatcher.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\Environment.h"\
+ ".\tao\GIOP_Message_State.h"\
+ ".\tao\MessagingC.h"\
+ ".\tao\NVList.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Pluggable_Messaging_Utils.h"\
+ ".\tao\Sequence.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DII_R=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+
+NODEP_CPP_DII_R=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\Asynch_Reply_Dispatcher.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\Environment.h"\
+ ".\tao\GIOP_Message_State.h"\
+ ".\tao\MessagingC.h"\
+ ".\tao\NVList.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Pluggable_Messaging_Utils.h"\
+ ".\tao\Sequence.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE x86) Debug"
+
+DEP_CPP_DII_R=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+
+NODEP_CPP_DII_R=\
+ "..\..\..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\..\..\Transport.inl"\
+ "..\..\..\..\..\..\Transport_Timer.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Asynch_Reply_Dispatcher.h"\
+ ".\Asynch_Reply_Dispatcher.i"\
+ ".\Asynch_Timeout_Handler.h"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\Dynamic_Adapter.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_State.h"\
+ ".\GIOP_Message_State.inl"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\Messaging.h"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Dynamic_Adapter_Impl.cpp
+
+!IF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DYNAM=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_DYNAM=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\MessagingC.h"\
+ ".\tao\NVList.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DYNAM=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_DYNAM=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\MessagingC.h"\
+ ".\tao\NVList.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH4) Release"
+
+DEP_CPP_DYNAM=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_DYNAM=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\MessagingC.h"\
+ ".\tao\NVList.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DYNAM=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_DYNAM=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\MessagingC.h"\
+ ".\tao\NVList.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH3) Release"
+
+DEP_CPP_DYNAM=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_DYNAM=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\MessagingC.h"\
+ ".\tao\NVList.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DYNAM=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_DYNAM=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\MessagingC.h"\
+ ".\tao\NVList.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE ARM) Release"
+
+DEP_CPP_DYNAM=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_DYNAM=\
+ "..\..\..\..\..\..\GIOPC.i"\
+ "..\..\..\..\..\..\Invocation.i"\
+ "..\..\..\..\..\..\TAO_Server_Request.i"\
+ "..\..\..\..\..\..\TAOC.i"\
+ "..\..\..\..\..\..\target_specification.i"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\Dynamic_Adapter.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\GIOPC.h"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\Tagged_Profile.h"\
+ ".\Tagged_Profile.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Server_Request.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\target_specification.h"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DYNAM=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_DYNAM=\
+ "..\..\..\..\..\..\GIOPC.i"\
+ "..\..\..\..\..\..\Invocation.i"\
+ "..\..\..\..\..\..\TAO_Server_Request.i"\
+ "..\..\..\..\..\..\TAOC.i"\
+ "..\..\..\..\..\..\target_specification.i"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\Dynamic_Adapter.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\GIOPC.h"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\Tagged_Profile.h"\
+ ".\Tagged_Profile.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Server_Request.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\target_specification.h"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE x86em) Release"
+
+DEP_CPP_DYNAM=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_DYNAM=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\MessagingC.h"\
+ ".\tao\NVList.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DYNAM=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_DYNAM=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\MessagingC.h"\
+ ".\tao\NVList.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE x86) Debug"
+
+DEP_CPP_DYNAM=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_DYNAM=\
+ "..\..\..\..\..\..\GIOPC.i"\
+ "..\..\..\..\..\..\Invocation.i"\
+ "..\..\..\..\..\..\TAO_Server_Request.i"\
+ "..\..\..\..\..\..\TAOC.i"\
+ "..\..\..\..\..\..\target_specification.i"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\Dynamic_Adapter.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\GIOPC.h"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\Tagged_Profile.h"\
+ ".\Tagged_Profile.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Server_Request.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\target_specification.h"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Dynamic_Implementation.cpp
+
+!IF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DYNAMI=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\Dynamic_Implementation.h"\
+ ".\dynamicinterface_export.h"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_DYNAMI=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PortableServer\Collocated_Object.h"\
+ ".\tao\PortableServer\POA.h"\
+ ".\tao\PortableServer\Servant_Base.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DYNAMI=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\Dynamic_Implementation.h"\
+ ".\dynamicinterface_export.h"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_DYNAMI=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PortableServer\Collocated_Object.h"\
+ ".\tao\PortableServer\POA.h"\
+ ".\tao\PortableServer\Servant_Base.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH4) Release"
+
+DEP_CPP_DYNAMI=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\Dynamic_Implementation.h"\
+ ".\dynamicinterface_export.h"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_DYNAMI=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PortableServer\Collocated_Object.h"\
+ ".\tao\PortableServer\POA.h"\
+ ".\tao\PortableServer\Servant_Base.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DYNAMI=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\Dynamic_Implementation.h"\
+ ".\dynamicinterface_export.h"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_DYNAMI=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PortableServer\Collocated_Object.h"\
+ ".\tao\PortableServer\POA.h"\
+ ".\tao\PortableServer\Servant_Base.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH3) Release"
+
+DEP_CPP_DYNAMI=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\Dynamic_Implementation.h"\
+ ".\dynamicinterface_export.h"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_DYNAMI=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PortableServer\Collocated_Object.h"\
+ ".\tao\PortableServer\POA.h"\
+ ".\tao\PortableServer\Servant_Base.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DYNAMI=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\Dynamic_Implementation.h"\
+ ".\dynamicinterface_export.h"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_DYNAMI=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PortableServer\Collocated_Object.h"\
+ ".\tao\PortableServer\POA.h"\
+ ".\tao\PortableServer\Servant_Base.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE ARM) Release"
+
+DEP_CPP_DYNAMI=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\Dynamic_Implementation.h"\
+ ".\dynamicinterface_export.h"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_DYNAMI=\
+ "..\..\..\..\..\..\GIOPC.i"\
+ "..\..\..\..\..\..\PortableServer\Active_Object_Map.h"\
+ "..\..\..\..\..\..\PortableServer\Active_Object_Map.i"\
+ "..\..\..\..\..\..\PortableServer\Default_Policy_Validator.h"\
+ "..\..\..\..\..\..\PortableServer\Key_Adapters.h"\
+ "..\..\..\..\..\..\PortableServer\Key_Adapters.i"\
+ "..\..\..\..\..\..\PortableServer\Object_Adapter.h"\
+ "..\..\..\..\..\..\PortableServer\Object_Adapter.i"\
+ "..\..\..\..\..\..\PortableServer\POA.h"\
+ "..\..\..\..\..\..\PortableServer\POA.i"\
+ "..\..\..\..\..\..\PortableServer\POA_Cached_Policies.h"\
+ "..\..\..\..\..\..\PortableServer\POA_Cached_Policies.i"\
+ "..\..\..\..\..\..\PortableServer\poa_macros.h"\
+ "..\..\..\..\..\..\PortableServer\POA_Policies.h"\
+ "..\..\..\..\..\..\PortableServer\POA_Policies.i"\
+ "..\..\..\..\..\..\PortableServer\POA_Policy_Set.h"\
+ "..\..\..\..\..\..\PortableServer\POA_Policy_Set.i"\
+ "..\..\..\..\..\..\PortableServer\POAManager.h"\
+ "..\..\..\..\..\..\PortableServer\POAManager.i"\
+ "..\..\..\..\..\..\PortableServer\Policy_Validator.h"\
+ "..\..\..\..\..\..\TAO_Server_Request.i"\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\Dynamic_Adapter.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOPC.h"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\PortableServer\Collocated_Object.h"\
+ ".\PortableServer\Collocated_Object.i"\
+ ".\PortableServer\portableserver_export.h"\
+ ".\PortableServer\PortableServerC.h"\
+ ".\PortableServer\PortableServerC.i"\
+ ".\PortableServer\Servant_Base.h"\
+ ".\PortableServer\Servant_Base.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\Tagged_Profile.h"\
+ ".\Tagged_Profile.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Server_Request.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DYNAMI=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\Dynamic_Implementation.h"\
+ ".\dynamicinterface_export.h"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_DYNAMI=\
+ "..\..\..\..\..\..\GIOPC.i"\
+ "..\..\..\..\..\..\PortableServer\Active_Object_Map.h"\
+ "..\..\..\..\..\..\PortableServer\Active_Object_Map.i"\
+ "..\..\..\..\..\..\PortableServer\Default_Policy_Validator.h"\
+ "..\..\..\..\..\..\PortableServer\Key_Adapters.h"\
+ "..\..\..\..\..\..\PortableServer\Key_Adapters.i"\
+ "..\..\..\..\..\..\PortableServer\Object_Adapter.h"\
+ "..\..\..\..\..\..\PortableServer\Object_Adapter.i"\
+ "..\..\..\..\..\..\PortableServer\POA.h"\
+ "..\..\..\..\..\..\PortableServer\POA.i"\
+ "..\..\..\..\..\..\PortableServer\POA_Cached_Policies.h"\
+ "..\..\..\..\..\..\PortableServer\POA_Cached_Policies.i"\
+ "..\..\..\..\..\..\PortableServer\poa_macros.h"\
+ "..\..\..\..\..\..\PortableServer\POA_Policies.h"\
+ "..\..\..\..\..\..\PortableServer\POA_Policies.i"\
+ "..\..\..\..\..\..\PortableServer\POA_Policy_Set.h"\
+ "..\..\..\..\..\..\PortableServer\POA_Policy_Set.i"\
+ "..\..\..\..\..\..\PortableServer\POAManager.h"\
+ "..\..\..\..\..\..\PortableServer\POAManager.i"\
+ "..\..\..\..\..\..\PortableServer\Policy_Validator.h"\
+ "..\..\..\..\..\..\TAO_Server_Request.i"\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\Dynamic_Adapter.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOPC.h"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\PortableServer\Collocated_Object.h"\
+ ".\PortableServer\Collocated_Object.i"\
+ ".\PortableServer\portableserver_export.h"\
+ ".\PortableServer\PortableServerC.h"\
+ ".\PortableServer\PortableServerC.i"\
+ ".\PortableServer\Servant_Base.h"\
+ ".\PortableServer\Servant_Base.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\Tagged_Profile.h"\
+ ".\Tagged_Profile.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Server_Request.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE x86em) Release"
+
+DEP_CPP_DYNAMI=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\Dynamic_Implementation.h"\
+ ".\dynamicinterface_export.h"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_DYNAMI=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PortableServer\Collocated_Object.h"\
+ ".\tao\PortableServer\POA.h"\
+ ".\tao\PortableServer\Servant_Base.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DYNAMI=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\Dynamic_Implementation.h"\
+ ".\dynamicinterface_export.h"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_DYNAMI=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PortableServer\Collocated_Object.h"\
+ ".\tao\PortableServer\POA.h"\
+ ".\tao\PortableServer\Servant_Base.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE x86) Debug"
+
+DEP_CPP_DYNAMI=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\Dynamic_Implementation.h"\
+ ".\dynamicinterface_export.h"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_DYNAMI=\
+ "..\..\..\..\..\..\GIOPC.i"\
+ "..\..\..\..\..\..\PortableServer\Active_Object_Map.h"\
+ "..\..\..\..\..\..\PortableServer\Active_Object_Map.i"\
+ "..\..\..\..\..\..\PortableServer\Default_Policy_Validator.h"\
+ "..\..\..\..\..\..\PortableServer\Key_Adapters.h"\
+ "..\..\..\..\..\..\PortableServer\Key_Adapters.i"\
+ "..\..\..\..\..\..\PortableServer\Object_Adapter.h"\
+ "..\..\..\..\..\..\PortableServer\Object_Adapter.i"\
+ "..\..\..\..\..\..\PortableServer\POA.h"\
+ "..\..\..\..\..\..\PortableServer\POA.i"\
+ "..\..\..\..\..\..\PortableServer\POA_Cached_Policies.h"\
+ "..\..\..\..\..\..\PortableServer\POA_Cached_Policies.i"\
+ "..\..\..\..\..\..\PortableServer\poa_macros.h"\
+ "..\..\..\..\..\..\PortableServer\POA_Policies.h"\
+ "..\..\..\..\..\..\PortableServer\POA_Policies.i"\
+ "..\..\..\..\..\..\PortableServer\POA_Policy_Set.h"\
+ "..\..\..\..\..\..\PortableServer\POA_Policy_Set.i"\
+ "..\..\..\..\..\..\PortableServer\POAManager.h"\
+ "..\..\..\..\..\..\PortableServer\POAManager.i"\
+ "..\..\..\..\..\..\PortableServer\Policy_Validator.h"\
+ "..\..\..\..\..\..\TAO_Server_Request.i"\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\Dynamic_Adapter.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOPC.h"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\PortableServer\Collocated_Object.h"\
+ ".\PortableServer\Collocated_Object.i"\
+ ".\PortableServer\portableserver_export.h"\
+ ".\PortableServer\PortableServerC.h"\
+ ".\PortableServer\PortableServerC.i"\
+ ".\PortableServer\Servant_Base.h"\
+ ".\PortableServer\Servant_Base.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\Tagged_Profile.h"\
+ ".\Tagged_Profile.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Server_Request.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\ExceptionList.cpp
+
+!IF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE MIPS) Release"
+
+DEP_CPP_EXCEP=\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+
+NODEP_CPP_EXCEP=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_EXCEP=\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+
+NODEP_CPP_EXCEP=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH4) Release"
+
+DEP_CPP_EXCEP=\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+
+NODEP_CPP_EXCEP=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH4) Debug"
+
+DEP_CPP_EXCEP=\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+
+NODEP_CPP_EXCEP=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH3) Release"
+
+DEP_CPP_EXCEP=\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+
+NODEP_CPP_EXCEP=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH3) Debug"
+
+DEP_CPP_EXCEP=\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+
+NODEP_CPP_EXCEP=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE ARM) Release"
+
+DEP_CPP_EXCEP=\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+
+NODEP_CPP_EXCEP=\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\orbconf.h"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE ARM) Debug"
+
+DEP_CPP_EXCEP=\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+
+NODEP_CPP_EXCEP=\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\orbconf.h"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE x86em) Release"
+
+DEP_CPP_EXCEP=\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+
+NODEP_CPP_EXCEP=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE x86em) Debug"
+
+DEP_CPP_EXCEP=\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+
+NODEP_CPP_EXCEP=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE x86) Debug"
+
+DEP_CPP_EXCEP=\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+
+NODEP_CPP_EXCEP=\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\orbconf.h"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Request.cpp
+
+!IF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE MIPS) Release"
+
+DEP_CPP_REQUE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Invocation.h"\
+ ".\DII_Invocation.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_REQUE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\Asynch_Invocation.h"\
+ ".\tao\Asynch_Reply_Dispatcher.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\MessagingC.h"\
+ ".\tao\NVList.h"\
+ ".\tao\Object.h"\
+ ".\tao\ORB.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Pluggable_Messaging_Utils.h"\
+ ".\tao\Sequence.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_REQUE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Invocation.h"\
+ ".\DII_Invocation.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_REQUE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\Asynch_Invocation.h"\
+ ".\tao\Asynch_Reply_Dispatcher.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\MessagingC.h"\
+ ".\tao\NVList.h"\
+ ".\tao\Object.h"\
+ ".\tao\ORB.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Pluggable_Messaging_Utils.h"\
+ ".\tao\Sequence.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH4) Release"
+
+DEP_CPP_REQUE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Invocation.h"\
+ ".\DII_Invocation.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_REQUE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\Asynch_Invocation.h"\
+ ".\tao\Asynch_Reply_Dispatcher.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\MessagingC.h"\
+ ".\tao\NVList.h"\
+ ".\tao\Object.h"\
+ ".\tao\ORB.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Pluggable_Messaging_Utils.h"\
+ ".\tao\Sequence.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH4) Debug"
+
+DEP_CPP_REQUE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Invocation.h"\
+ ".\DII_Invocation.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_REQUE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\Asynch_Invocation.h"\
+ ".\tao\Asynch_Reply_Dispatcher.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\MessagingC.h"\
+ ".\tao\NVList.h"\
+ ".\tao\Object.h"\
+ ".\tao\ORB.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Pluggable_Messaging_Utils.h"\
+ ".\tao\Sequence.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH3) Release"
+
+DEP_CPP_REQUE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Invocation.h"\
+ ".\DII_Invocation.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_REQUE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\Asynch_Invocation.h"\
+ ".\tao\Asynch_Reply_Dispatcher.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\MessagingC.h"\
+ ".\tao\NVList.h"\
+ ".\tao\Object.h"\
+ ".\tao\ORB.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Pluggable_Messaging_Utils.h"\
+ ".\tao\Sequence.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH3) Debug"
+
+DEP_CPP_REQUE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Invocation.h"\
+ ".\DII_Invocation.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_REQUE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\Asynch_Invocation.h"\
+ ".\tao\Asynch_Reply_Dispatcher.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\MessagingC.h"\
+ ".\tao\NVList.h"\
+ ".\tao\Object.h"\
+ ".\tao\ORB.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Pluggable_Messaging_Utils.h"\
+ ".\tao\Sequence.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE ARM) Release"
+
+DEP_CPP_REQUE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Invocation.h"\
+ ".\DII_Invocation.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_REQUE=\
+ "..\..\..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\..\..\Invocation.i"\
+ "..\..\..\..\..\..\TAOC.i"\
+ "..\..\..\..\..\..\target_specification.i"\
+ "..\..\..\..\..\..\Transport.inl"\
+ "..\..\..\..\..\..\Transport_Timer.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Asynch_Invocation.h"\
+ ".\Asynch_Invocation.i"\
+ ".\Asynch_Reply_Dispatcher.h"\
+ ".\Asynch_Reply_Dispatcher.i"\
+ ".\Asynch_Timeout_Handler.h"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\Dynamic_Adapter.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\Messaging.h"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\target_specification.h"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE ARM) Debug"
+
+DEP_CPP_REQUE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Invocation.h"\
+ ".\DII_Invocation.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_REQUE=\
+ "..\..\..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\..\..\Invocation.i"\
+ "..\..\..\..\..\..\TAOC.i"\
+ "..\..\..\..\..\..\target_specification.i"\
+ "..\..\..\..\..\..\Transport.inl"\
+ "..\..\..\..\..\..\Transport_Timer.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Asynch_Invocation.h"\
+ ".\Asynch_Invocation.i"\
+ ".\Asynch_Reply_Dispatcher.h"\
+ ".\Asynch_Reply_Dispatcher.i"\
+ ".\Asynch_Timeout_Handler.h"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\Dynamic_Adapter.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\Messaging.h"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\target_specification.h"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE x86em) Release"
+
+DEP_CPP_REQUE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Invocation.h"\
+ ".\DII_Invocation.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_REQUE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\Asynch_Invocation.h"\
+ ".\tao\Asynch_Reply_Dispatcher.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\MessagingC.h"\
+ ".\tao\NVList.h"\
+ ".\tao\Object.h"\
+ ".\tao\ORB.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Pluggable_Messaging_Utils.h"\
+ ".\tao\Sequence.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE x86em) Debug"
+
+DEP_CPP_REQUE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Invocation.h"\
+ ".\DII_Invocation.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_REQUE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\Asynch_Invocation.h"\
+ ".\tao\Asynch_Reply_Dispatcher.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\MessagingC.h"\
+ ".\tao\NVList.h"\
+ ".\tao\Object.h"\
+ ".\tao\ORB.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Pluggable_Messaging_Utils.h"\
+ ".\tao\Sequence.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE x86) Debug"
+
+DEP_CPP_REQUE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\DII_Invocation.h"\
+ ".\DII_Invocation.inl"\
+ ".\DII_Reply_Dispatcher.h"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\ExceptionList.h"\
+ ".\ExceptionList.inl"\
+ ".\Request.h"\
+ ".\Request.inl"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_REQUE=\
+ "..\..\..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\..\..\Invocation.i"\
+ "..\..\..\..\..\..\TAOC.i"\
+ "..\..\..\..\..\..\target_specification.i"\
+ "..\..\..\..\..\..\Transport.inl"\
+ "..\..\..\..\..\..\Transport_Timer.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Asynch_Invocation.h"\
+ ".\Asynch_Invocation.i"\
+ ".\Asynch_Reply_Dispatcher.h"\
+ ".\Asynch_Reply_Dispatcher.i"\
+ ".\Asynch_Timeout_Handler.h"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\Dynamic_Adapter.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\Messaging.h"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\target_specification.h"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Server_Request.cpp
+
+!IF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SERVE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_SERVE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\GIOP_Utils.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\NVList.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SERVE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_SERVE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\GIOP_Utils.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\NVList.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH4) Release"
+
+DEP_CPP_SERVE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_SERVE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\GIOP_Utils.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\NVList.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SERVE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_SERVE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\GIOP_Utils.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\NVList.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH3) Release"
+
+DEP_CPP_SERVE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_SERVE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\GIOP_Utils.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\NVList.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SERVE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_SERVE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\GIOP_Utils.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\NVList.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE ARM) Release"
+
+DEP_CPP_SERVE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_SERVE=\
+ "..\..\..\..\..\..\GIOPC.i"\
+ "..\..\..\..\..\..\TAO_Server_Request.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Dynamic_Adapter.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\GIOP_Utils.h"\
+ ".\GIOP_Utils.i"\
+ ".\GIOPC.h"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\marshal.h"\
+ ".\Marshal.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\Tagged_Profile.h"\
+ ".\Tagged_Profile.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Server_Request.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SERVE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_SERVE=\
+ "..\..\..\..\..\..\GIOPC.i"\
+ "..\..\..\..\..\..\TAO_Server_Request.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Dynamic_Adapter.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\GIOP_Utils.h"\
+ ".\GIOP_Utils.i"\
+ ".\GIOPC.h"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\marshal.h"\
+ ".\Marshal.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\Tagged_Profile.h"\
+ ".\Tagged_Profile.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Server_Request.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE x86em) Release"
+
+DEP_CPP_SERVE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_SERVE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\GIOP_Utils.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\NVList.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SERVE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_SERVE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Unbounded_Queue.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Dynamic_Adapter.h"\
+ ".\tao\GIOP_Utils.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\NVList.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE x86) Debug"
+
+DEP_CPP_SERVE=\
+ ".\Context.h"\
+ ".\Context.inl"\
+ ".\Dynamic_Adapter_Impl.h"\
+ ".\dynamicinterface_export.h"\
+ ".\Server_Request.h"\
+ ".\Server_Request.inl"\
+
+NODEP_CPP_SERVE=\
+ "..\..\..\..\..\..\GIOPC.i"\
+ "..\..\..\..\..\..\TAO_Server_Request.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Dynamic_Adapter.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\GIOP_Utils.h"\
+ ".\GIOP_Utils.i"\
+ ".\GIOPC.h"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\marshal.h"\
+ ".\Marshal.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\Tagged_Profile.h"\
+ ".\Tagged_Profile.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Server_Request.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Unknown_User_Exception.cpp
+
+!IF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE MIPS) Release"
+
+DEP_CPP_UNKNO=\
+ ".\dynamicinterface_export.h"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_UNKNO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\Exception.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_UNKNO=\
+ ".\dynamicinterface_export.h"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_UNKNO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\Exception.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH4) Release"
+
+DEP_CPP_UNKNO=\
+ ".\dynamicinterface_export.h"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_UNKNO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\Exception.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH4) Debug"
+
+DEP_CPP_UNKNO=\
+ ".\dynamicinterface_export.h"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_UNKNO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\Exception.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH3) Release"
+
+DEP_CPP_UNKNO=\
+ ".\dynamicinterface_export.h"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_UNKNO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\Exception.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE SH3) Debug"
+
+DEP_CPP_UNKNO=\
+ ".\dynamicinterface_export.h"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_UNKNO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\Exception.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE ARM) Release"
+
+DEP_CPP_UNKNO=\
+ ".\dynamicinterface_export.h"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_UNKNO=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE ARM) Debug"
+
+DEP_CPP_UNKNO=\
+ ".\dynamicinterface_export.h"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_UNKNO=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE x86em) Release"
+
+DEP_CPP_UNKNO=\
+ ".\dynamicinterface_export.h"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_UNKNO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\Exception.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE x86em) Debug"
+
+DEP_CPP_UNKNO=\
+ ".\dynamicinterface_export.h"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_UNKNO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\Exception.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_DynamicInterface - Win32 (WCE x86) Debug"
+
+DEP_CPP_UNKNO=\
+ ".\dynamicinterface_export.h"\
+ ".\Unknown_User_Exception.h"\
+
+NODEP_CPP_UNKNO=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ENDIF
+
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=.\Context.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\DII_Invocation.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\DII_Reply_Dispatcher.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Dynamic_Adapter_Impl.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Dynamic_Implementation.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\dynamicinterface_export.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\ExceptionList.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Request.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Server_Request.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Unknown_User_Exception.h
+# End Source File
+# End Group
+# Begin Group "Resource Files"
+
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+# End Group
+# Begin Group "Inline Files"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=.\Context.inl
+# End Source File
+# Begin Source File
+
+SOURCE=.\DII_Invocation.inl
+# End Source File
+# Begin Source File
+
+SOURCE=.\ExceptionList.inl
+# End Source File
+# Begin Source File
+
+SOURCE=.\Request.inl
+# End Source File
+# Begin Source File
+
+SOURCE=.\Server_Request.inl
+# End Source File
+# End Group
+# End Target
+# End Project
diff --git a/TAO/tao/IFR_Client/TAO_IFR_Client.vcp b/TAO/tao/IFR_Client/TAO_IFR_Client.vcp
new file mode 100644
index 00000000000..1058e9f371a
--- /dev/null
+++ b/TAO/tao/IFR_Client/TAO_IFR_Client.vcp
@@ -0,0 +1,6221 @@
+# Microsoft eMbedded Visual Tools Project File - Name="TAO_IFR_Client" - Package Owner=<4>
+# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (WCE x86em) Dynamic-Link Library" 0x7f02
+# TARGTYPE "Win32 (WCE SH3) Dynamic-Link Library" 0x8102
+# TARGTYPE "Win32 (WCE x86) Dynamic-Link Library" 0x8302
+# TARGTYPE "Win32 (WCE ARM) Dynamic-Link Library" 0x8502
+# TARGTYPE "Win32 (WCE SH4) Dynamic-Link Library" 0x8602
+# TARGTYPE "Win32 (WCE MIPS) Dynamic-Link Library" 0x8202
+
+CFG=TAO_IFR_Client - Win32 (WCE MIPS) Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "TAO_IFR_Client.vcn".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "TAO_IFR_Client.vcn" CFG="TAO_IFR_Client - Win32 (WCE MIPS) Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "TAO_IFR_Client - Win32 (WCE MIPS) Release" (based on "Win32 (WCE MIPS) Dynamic-Link Library")
+!MESSAGE "TAO_IFR_Client - Win32 (WCE MIPS) Debug" (based on "Win32 (WCE MIPS) Dynamic-Link Library")
+!MESSAGE "TAO_IFR_Client - Win32 (WCE SH4) Release" (based on "Win32 (WCE SH4) Dynamic-Link Library")
+!MESSAGE "TAO_IFR_Client - Win32 (WCE SH4) Debug" (based on "Win32 (WCE SH4) Dynamic-Link Library")
+!MESSAGE "TAO_IFR_Client - Win32 (WCE SH3) Release" (based on "Win32 (WCE SH3) Dynamic-Link Library")
+!MESSAGE "TAO_IFR_Client - Win32 (WCE SH3) Debug" (based on "Win32 (WCE SH3) Dynamic-Link Library")
+!MESSAGE "TAO_IFR_Client - Win32 (WCE ARM) Release" (based on "Win32 (WCE ARM) Dynamic-Link Library")
+!MESSAGE "TAO_IFR_Client - Win32 (WCE ARM) Debug" (based on "Win32 (WCE ARM) Dynamic-Link Library")
+!MESSAGE "TAO_IFR_Client - Win32 (WCE x86em) Release" (based on "Win32 (WCE x86em) Dynamic-Link Library")
+!MESSAGE "TAO_IFR_Client - Win32 (WCE x86em) Debug" (based on "Win32 (WCE x86em) Dynamic-Link Library")
+!MESSAGE "TAO_IFR_Client - Win32 (WCE x86) Debug" (based on "Win32 (WCE x86) Dynamic-Link Library")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+# PROP ATL_Project 2
+
+!IF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE MIPS) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "MIPSRel"
+# PROP BASE Intermediate_Dir "MIPSRel"
+# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "MIPSRel"
+# PROP Intermediate_Dir "MIPSRel"
+# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_IFR_Client_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "MIPS" /D "_MIPS_" /D "NDEBUG" /D "_USRDLL" /D "TAO_IFR_Client_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_IFR_CLIENT_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE MIPS) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "MIPSDbg"
+# PROP BASE Intermediate_Dir "MIPSDbg"
+# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "MIPSDbg"
+# PROP Intermediate_Dir "MIPSDbg"
+# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_IFR_Client_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "MIPS" /D "_MIPS_" /D "_USRDLL" /D "TAO_IFR_Client_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_IFR_CLIENT_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE SH4) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "SH4Rel"
+# PROP BASE Intermediate_Dir "SH4Rel"
+# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "SH4Rel"
+# PROP Intermediate_Dir "SH4Rel"
+# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_IFR_Client_EXPORTS" /YX /Qsh4 /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "SHx" /D "SH4" /D "_SH4_" /D "NDEBUG" /D "_USRDLL" /D "TAO_IFR_Client_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_IFR_CLIENT_BUILD_DLL" /YX /Qsh4 /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE SH4) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "SH4Dbg"
+# PROP BASE Intermediate_Dir "SH4Dbg"
+# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "SH4Dbg"
+# PROP Intermediate_Dir "SH4Dbg"
+# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_IFR_Client_EXPORTS" /YX /Qsh4 /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "SHx" /D "SH4" /D "_SH4_" /D "_USRDLL" /D "TAO_IFR_Client_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_IFR_CLIENT_BUILD_DLL" /YX /Qsh4 /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE SH3) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "SH3Rel"
+# PROP BASE Intermediate_Dir "SH3Rel"
+# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "SH3Rel"
+# PROP Intermediate_Dir "SH3Rel"
+# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+PFILE=pfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_IFR_Client_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "SHx" /D "SH3" /D "_SH3_" /D "NDEBUG" /D "_USRDLL" /D "TAO_IFR_Client_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_IFR_CLIENT_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE SH3) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "SH3Dbg"
+# PROP BASE Intermediate_Dir "SH3Dbg"
+# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "SH3Dbg"
+# PROP Intermediate_Dir "SH3Dbg"
+# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+PFILE=pfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_IFR_Client_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "SHx" /D "SH3" /D "_SH3_" /D "_USRDLL" /D "TAO_IFR_Client_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_IFR_CLIENT_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE ARM) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "ARMRel"
+# PROP BASE Intermediate_Dir "ARMRel"
+# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "../../LIB/Release/ARM"
+# PROP Intermediate_Dir "Release/ARM"
+# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_IFR_Client_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "ARM" /D "_ARM_" /D "NDEBUG" /D "_USRDLL" /D "TAO_IFR_Client_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_IFR_CLIENT_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 commctrl.lib coredll.lib TAO.lib ace.lib ace_os.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /out:"../../../bin/Release/ARM/TAO_IFR_Client.dll" /libpath:"../../LIB/Release/ARM" /libpath:"../../../LIB/Release/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE ARM) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "ARMDbg"
+# PROP BASE Intermediate_Dir "ARMDbg"
+# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/ARM"
+# PROP Intermediate_Dir "Debug/ARM"
+# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_IFR_Client_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "ARM" /D "_ARM_" /D "_USRDLL" /D "TAO_IFR_Client_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_IFR_CLIENT_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 commctrl.lib coredll.lib TAOd.lib aced.lib ace_osd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"../../../bin/Debug/ARM/TAO_IFR_Clientd.dll" /libpath:"../../LIB/Debug/ARM" /libpath:"../../../LIB/Debug/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE x86em) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "X86EMRel"
+# PROP BASE Intermediate_Dir "X86EMRel"
+# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "../../LIB/Release/X86EM"
+# PROP Intermediate_Dir "Release/X86EM"
+# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+EMPFILE=empfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_USRDLL" /D "TAO_IFR_Client_EXPORTS" /YX /Gz /Oxs /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "i486" /D "_X86_" /D "x86" /D "NDEBUG" /D "_USRDLL" /D "TAO_IFR_Client_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_IFR_CLIENT_BUILD_DLL" /YX /Gz /Oxs /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /o "NUL" /win32
+# SUBTRACT MTL /mktyplib203
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) TAO.lib ace.lib ace_os.lib /nologo /stack:0x10000,0x1000 /dll /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /libpath:"$(TAO_ROOT)/LIB/Release/X86EM" /libpath:"($ACE_ROOT)/LIB/Release/X86EM" /windowsce:emulation /MACHINE:IX86
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE x86em) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "X86EMDbg"
+# PROP BASE Intermediate_Dir "X86EMDbg"
+# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/X86EM"
+# PROP Intermediate_Dir "Debug/X86EM"
+# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+EMPFILE=empfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_USRDLL" /D "TAO_IFR_Client_EXPORTS" /YX /Gz /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "i486" /D "_X86_" /D "x86" /D "_USRDLL" /D "TAO_IFR_Client_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_IFR_CLIENT_BUILD_DLL" /YX /Gz /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /o "NUL" /win32
+# SUBTRACT MTL /mktyplib203
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) TAOd.lib aced.lib ace_osd.lib /nologo /stack:0x10000,0x1000 /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /libpath:"$(TAO_ROOT)/LIB/Debug/X86EM" /libpath:"($ACE_ROOT)/LIB/Debug/X86EM" /windowsce:emulation /MACHINE:IX86
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE x86) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "X86Dbg"
+# PROP BASE Intermediate_Dir "X86Dbg"
+# PROP BASE CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/X86EM"
+# PROP Intermediate_Dir "Debug/X86EM"
+# PROP CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /YX /Gs8192 /GF /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "_i386_" /D "_X86_" /D "x86" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_IFR_CLIENT_BUILD_DLL" /YX /Gs8192 /GF /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /subsystem:$(CESubsystem) /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) TAOd.lib aced.lib ace_osd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /out:"../../../bin/Debug/X86EM/TAO_IFR_Clientd.dll" /libpath:"../../LIB/Debug/X86EM" /libpath:"../../../LIB/Debug/X86EM" /subsystem:$(CESubsystem) /MACHINE:IX86
+
+!ENDIF
+
+# Begin Target
+
+# Name "TAO_IFR_Client - Win32 (WCE MIPS) Release"
+# Name "TAO_IFR_Client - Win32 (WCE MIPS) Debug"
+# Name "TAO_IFR_Client - Win32 (WCE SH4) Release"
+# Name "TAO_IFR_Client - Win32 (WCE SH4) Debug"
+# Name "TAO_IFR_Client - Win32 (WCE SH3) Release"
+# Name "TAO_IFR_Client - Win32 (WCE SH3) Debug"
+# Name "TAO_IFR_Client - Win32 (WCE ARM) Release"
+# Name "TAO_IFR_Client - Win32 (WCE ARM) Debug"
+# Name "TAO_IFR_Client - Win32 (WCE x86em) Release"
+# Name "TAO_IFR_Client - Win32 (WCE x86em) Debug"
+# Name "TAO_IFR_Client - Win32 (WCE x86) Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=.\IFR_BaseC.cpp
+
+!IF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE MIPS) Release"
+
+DEP_CPP_IFR_B=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\ifr_client_export.h"\
+
+NODEP_CPP_IFR_B=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_IFR_B=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\ifr_client_export.h"\
+
+NODEP_CPP_IFR_B=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE SH4) Release"
+
+DEP_CPP_IFR_B=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\ifr_client_export.h"\
+
+NODEP_CPP_IFR_B=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE SH4) Debug"
+
+DEP_CPP_IFR_B=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\ifr_client_export.h"\
+
+NODEP_CPP_IFR_B=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE SH3) Release"
+
+DEP_CPP_IFR_B=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\ifr_client_export.h"\
+
+NODEP_CPP_IFR_B=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE SH3) Debug"
+
+DEP_CPP_IFR_B=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\ifr_client_export.h"\
+
+NODEP_CPP_IFR_B=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE ARM) Release"
+
+DEP_CPP_IFR_B=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\ifr_client_export.h"\
+
+NODEP_CPP_IFR_B=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\ClientInterceptorAdapter.h"\
+ ".\ClientInterceptorAdapter.inl"\
+ ".\ClientRequestInfo.h"\
+ ".\ClientRequestInfo.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptor.h"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\RequestInfo_Util.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE ARM) Debug"
+
+DEP_CPP_IFR_B=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\ifr_client_export.h"\
+
+NODEP_CPP_IFR_B=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\ClientInterceptorAdapter.h"\
+ ".\ClientInterceptorAdapter.inl"\
+ ".\ClientRequestInfo.h"\
+ ".\ClientRequestInfo.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptor.h"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\RequestInfo_Util.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE x86em) Release"
+
+DEP_CPP_IFR_B=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\ifr_client_export.h"\
+
+NODEP_CPP_IFR_B=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE x86em) Debug"
+
+DEP_CPP_IFR_B=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\ifr_client_export.h"\
+
+NODEP_CPP_IFR_B=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE x86) Debug"
+
+DEP_CPP_IFR_B=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\ifr_client_export.h"\
+
+NODEP_CPP_IFR_B=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\ClientInterceptorAdapter.h"\
+ ".\ClientInterceptorAdapter.inl"\
+ ".\ClientRequestInfo.h"\
+ ".\ClientRequestInfo.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptor.h"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\RequestInfo_Util.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\IFR_BasicC.cpp
+
+!IF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE MIPS) Release"
+
+DEP_CPP_IFR_BA=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+
+NODEP_CPP_IFR_BA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_IFR_BA=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+
+NODEP_CPP_IFR_BA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE SH4) Release"
+
+DEP_CPP_IFR_BA=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+
+NODEP_CPP_IFR_BA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE SH4) Debug"
+
+DEP_CPP_IFR_BA=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+
+NODEP_CPP_IFR_BA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE SH3) Release"
+
+DEP_CPP_IFR_BA=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+
+NODEP_CPP_IFR_BA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE SH3) Debug"
+
+DEP_CPP_IFR_BA=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+
+NODEP_CPP_IFR_BA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE ARM) Release"
+
+DEP_CPP_IFR_BA=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+
+NODEP_CPP_IFR_BA=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\ClientInterceptorAdapter.h"\
+ ".\ClientInterceptorAdapter.inl"\
+ ".\ClientRequestInfo.h"\
+ ".\ClientRequestInfo.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptor.h"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\RequestInfo_Util.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE ARM) Debug"
+
+DEP_CPP_IFR_BA=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+
+NODEP_CPP_IFR_BA=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\ClientInterceptorAdapter.h"\
+ ".\ClientInterceptorAdapter.inl"\
+ ".\ClientRequestInfo.h"\
+ ".\ClientRequestInfo.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptor.h"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\RequestInfo_Util.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE x86em) Release"
+
+DEP_CPP_IFR_BA=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+
+NODEP_CPP_IFR_BA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE x86em) Debug"
+
+DEP_CPP_IFR_BA=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+
+NODEP_CPP_IFR_BA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE x86) Debug"
+
+DEP_CPP_IFR_BA=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+
+NODEP_CPP_IFR_BA=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\ClientInterceptorAdapter.h"\
+ ".\ClientInterceptorAdapter.inl"\
+ ".\ClientRequestInfo.h"\
+ ".\ClientRequestInfo.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptor.h"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\RequestInfo_Util.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\IFR_Client_Adapter_Impl.cpp
+
+!IF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE MIPS) Release"
+
+DEP_CPP_IFR_C=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\IFR_Client_Adapter_Impl.h"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_C=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\ORB_Core.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_IFR_C=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\IFR_Client_Adapter_Impl.h"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_C=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\ORB_Core.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE SH4) Release"
+
+DEP_CPP_IFR_C=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\IFR_Client_Adapter_Impl.h"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_C=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\ORB_Core.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE SH4) Debug"
+
+DEP_CPP_IFR_C=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\IFR_Client_Adapter_Impl.h"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_C=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\ORB_Core.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE SH3) Release"
+
+DEP_CPP_IFR_C=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\IFR_Client_Adapter_Impl.h"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_C=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\ORB_Core.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE SH3) Debug"
+
+DEP_CPP_IFR_C=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\IFR_Client_Adapter_Impl.h"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_C=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\ORB_Core.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE ARM) Release"
+
+DEP_CPP_IFR_C=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\IFR_Client_Adapter_Impl.h"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_C=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\IFR_Client_Adapter.h"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE ARM) Debug"
+
+DEP_CPP_IFR_C=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\IFR_Client_Adapter_Impl.h"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_C=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\IFR_Client_Adapter.h"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE x86em) Release"
+
+DEP_CPP_IFR_C=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\IFR_Client_Adapter_Impl.h"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_C=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\ORB_Core.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE x86em) Debug"
+
+DEP_CPP_IFR_C=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\IFR_Client_Adapter_Impl.h"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_C=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\ORB_Core.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE x86) Debug"
+
+DEP_CPP_IFR_C=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\IFR_Client_Adapter_Impl.h"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_C=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\IFR_Client_Adapter.h"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\IFR_ComponentsC.cpp
+
+!IF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE MIPS) Release"
+
+DEP_CPP_IFR_CO=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ComponentsC.h"\
+ ".\IFR_ComponentsC.i"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_CO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_IFR_CO=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ComponentsC.h"\
+ ".\IFR_ComponentsC.i"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_CO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE SH4) Release"
+
+DEP_CPP_IFR_CO=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ComponentsC.h"\
+ ".\IFR_ComponentsC.i"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_CO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE SH4) Debug"
+
+DEP_CPP_IFR_CO=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ComponentsC.h"\
+ ".\IFR_ComponentsC.i"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_CO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE SH3) Release"
+
+DEP_CPP_IFR_CO=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ComponentsC.h"\
+ ".\IFR_ComponentsC.i"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_CO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE SH3) Debug"
+
+DEP_CPP_IFR_CO=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ComponentsC.h"\
+ ".\IFR_ComponentsC.i"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_CO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE ARM) Release"
+
+DEP_CPP_IFR_CO=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ComponentsC.h"\
+ ".\IFR_ComponentsC.i"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_CO=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\ClientInterceptorAdapter.h"\
+ ".\ClientInterceptorAdapter.inl"\
+ ".\ClientRequestInfo.h"\
+ ".\ClientRequestInfo.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptor.h"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\RequestInfo_Util.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE ARM) Debug"
+
+DEP_CPP_IFR_CO=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ComponentsC.h"\
+ ".\IFR_ComponentsC.i"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_CO=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\ClientInterceptorAdapter.h"\
+ ".\ClientInterceptorAdapter.inl"\
+ ".\ClientRequestInfo.h"\
+ ".\ClientRequestInfo.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptor.h"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\RequestInfo_Util.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE x86em) Release"
+
+DEP_CPP_IFR_CO=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ComponentsC.h"\
+ ".\IFR_ComponentsC.i"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_CO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE x86em) Debug"
+
+DEP_CPP_IFR_CO=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ComponentsC.h"\
+ ".\IFR_ComponentsC.i"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_CO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE x86) Debug"
+
+DEP_CPP_IFR_CO=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ComponentsC.h"\
+ ".\IFR_ComponentsC.i"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_CO=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\ClientInterceptorAdapter.h"\
+ ".\ClientInterceptorAdapter.inl"\
+ ".\ClientRequestInfo.h"\
+ ".\ClientRequestInfo.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptor.h"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\RequestInfo_Util.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\IFR_ExtendedC.cpp
+
+!IF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE MIPS) Release"
+
+DEP_CPP_IFR_E=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_E=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_IFR_E=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_E=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE SH4) Release"
+
+DEP_CPP_IFR_E=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_E=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE SH4) Debug"
+
+DEP_CPP_IFR_E=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_E=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE SH3) Release"
+
+DEP_CPP_IFR_E=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_E=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE SH3) Debug"
+
+DEP_CPP_IFR_E=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_E=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE ARM) Release"
+
+DEP_CPP_IFR_E=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_E=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\ClientInterceptorAdapter.h"\
+ ".\ClientInterceptorAdapter.inl"\
+ ".\ClientRequestInfo.h"\
+ ".\ClientRequestInfo.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptor.h"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\RequestInfo_Util.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE ARM) Debug"
+
+DEP_CPP_IFR_E=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_E=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\ClientInterceptorAdapter.h"\
+ ".\ClientInterceptorAdapter.inl"\
+ ".\ClientRequestInfo.h"\
+ ".\ClientRequestInfo.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptor.h"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\RequestInfo_Util.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE x86em) Release"
+
+DEP_CPP_IFR_E=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_E=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE x86em) Debug"
+
+DEP_CPP_IFR_E=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_E=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IFR_Client - Win32 (WCE x86) Debug"
+
+DEP_CPP_IFR_E=\
+ ".\IFR_BaseC.h"\
+ ".\IFR_BaseC.i"\
+ ".\IFR_BasicC.h"\
+ ".\IFR_BasicC.i"\
+ ".\ifr_client_export.h"\
+ ".\IFR_ExtendedC.h"\
+ ".\IFR_ExtendedC.i"\
+
+NODEP_CPP_IFR_E=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\ClientInterceptorAdapter.h"\
+ ".\ClientInterceptorAdapter.inl"\
+ ".\ClientRequestInfo.h"\
+ ".\ClientRequestInfo.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptor.h"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\RequestInfo_Util.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ENDIF
+
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=.\IFR_BaseC.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\IFR_BasicC.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\IFR_Client_Adapter_Impl.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\ifr_client_export.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\IFR_ComponentsC.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\IFR_ExtendedC.h
+# End Source File
+# End Group
+# Begin Group "Resource Files"
+
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+# End Group
+# Begin Group "Inline Files"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=.\IFR_BaseC.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\IFR_BasicC.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\IFR_ComponentsC.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\IFR_ExtendedC.i
+# End Source File
+# End Group
+# End Target
+# End Project
diff --git a/TAO/tao/IORManipulation/IORManip_Loader.cpp b/TAO/tao/IORManipulation/IORManip_Loader.cpp
index 2ac6b5b4597..ebe489bf0cd 100644
--- a/TAO/tao/IORManipulation/IORManip_Loader.cpp
+++ b/TAO/tao/IORManipulation/IORManip_Loader.cpp
@@ -26,7 +26,7 @@ TAO_IORManip_Loader::TAO_IORManip_Loader (void)
CORBA::Object_ptr
TAO_IORManip_Loader::create_object (CORBA::ORB_ptr,
int,
- char *[]
+ ACE_TCHAR *[]
ACE_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException))
{
diff --git a/TAO/tao/IORManipulation/IORManip_Loader.h b/TAO/tao/IORManipulation/IORManip_Loader.h
index af9b77b1984..168574857cf 100644
--- a/TAO/tao/IORManipulation/IORManip_Loader.h
+++ b/TAO/tao/IORManipulation/IORManip_Loader.h
@@ -35,7 +35,7 @@ public:
virtual CORBA::Object_ptr create_object (CORBA::ORB_ptr orb,
int argc,
- char *argv []
+ ACE_TCHAR *argv []
ACE_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
// Creates a IORManip factory and returns it.
diff --git a/TAO/tao/IORManipulation/TAO_IORManip.vcp b/TAO/tao/IORManipulation/TAO_IORManip.vcp
new file mode 100644
index 00000000000..b044380a8e7
--- /dev/null
+++ b/TAO/tao/IORManipulation/TAO_IORManip.vcp
@@ -0,0 +1,4420 @@
+# Microsoft eMbedded Visual Tools Project File - Name="TAO_IORManip" - Package Owner=<4>
+# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (WCE x86em) Dynamic-Link Library" 0x7f02
+# TARGTYPE "Win32 (WCE SH3) Dynamic-Link Library" 0x8102
+# TARGTYPE "Win32 (WCE x86) Dynamic-Link Library" 0x8302
+# TARGTYPE "Win32 (WCE ARM) Dynamic-Link Library" 0x8502
+# TARGTYPE "Win32 (WCE SH4) Dynamic-Link Library" 0x8602
+# TARGTYPE "Win32 (WCE MIPS) Dynamic-Link Library" 0x8202
+
+CFG=TAO_IORManip - Win32 (WCE MIPS) Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "TAO_IORManip.vcn".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "TAO_IORManip.vcn" CFG="TAO_IORManip - Win32 (WCE MIPS) Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "TAO_IORManip - Win32 (WCE MIPS) Release" (based on "Win32 (WCE MIPS) Dynamic-Link Library")
+!MESSAGE "TAO_IORManip - Win32 (WCE MIPS) Debug" (based on "Win32 (WCE MIPS) Dynamic-Link Library")
+!MESSAGE "TAO_IORManip - Win32 (WCE SH4) Release" (based on "Win32 (WCE SH4) Dynamic-Link Library")
+!MESSAGE "TAO_IORManip - Win32 (WCE SH4) Debug" (based on "Win32 (WCE SH4) Dynamic-Link Library")
+!MESSAGE "TAO_IORManip - Win32 (WCE SH3) Release" (based on "Win32 (WCE SH3) Dynamic-Link Library")
+!MESSAGE "TAO_IORManip - Win32 (WCE SH3) Debug" (based on "Win32 (WCE SH3) Dynamic-Link Library")
+!MESSAGE "TAO_IORManip - Win32 (WCE ARM) Release" (based on "Win32 (WCE ARM) Dynamic-Link Library")
+!MESSAGE "TAO_IORManip - Win32 (WCE ARM) Debug" (based on "Win32 (WCE ARM) Dynamic-Link Library")
+!MESSAGE "TAO_IORManip - Win32 (WCE x86em) Release" (based on "Win32 (WCE x86em) Dynamic-Link Library")
+!MESSAGE "TAO_IORManip - Win32 (WCE x86em) Debug" (based on "Win32 (WCE x86em) Dynamic-Link Library")
+!MESSAGE "TAO_IORManip - Win32 (WCE x86) Debug" (based on "Win32 (WCE x86) Dynamic-Link Library")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+# PROP ATL_Project 2
+
+!IF "$(CFG)" == "TAO_IORManip - Win32 (WCE MIPS) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "MIPSRel"
+# PROP BASE Intermediate_Dir "MIPSRel"
+# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "MIPSRel"
+# PROP Intermediate_Dir "MIPSRel"
+# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_IORManip_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "MIPS" /D "_MIPS_" /D "NDEBUG" /D "_USRDLL" /D "TAO_IORManip_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_IORMANIP_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE MIPS) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "MIPSDbg"
+# PROP BASE Intermediate_Dir "MIPSDbg"
+# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "MIPSDbg"
+# PROP Intermediate_Dir "MIPSDbg"
+# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_IORManip_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "MIPS" /D "_MIPS_" /D "_USRDLL" /D "TAO_IORManip_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_IORMANIP_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE SH4) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "SH4Rel"
+# PROP BASE Intermediate_Dir "SH4Rel"
+# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "SH4Rel"
+# PROP Intermediate_Dir "SH4Rel"
+# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_IORManip_EXPORTS" /YX /Qsh4 /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "SHx" /D "SH4" /D "_SH4_" /D "NDEBUG" /D "_USRDLL" /D "TAO_IORManip_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_IORMANIP_BUILD_DLL" /YX /Qsh4 /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE SH4) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "SH4Dbg"
+# PROP BASE Intermediate_Dir "SH4Dbg"
+# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "SH4Dbg"
+# PROP Intermediate_Dir "SH4Dbg"
+# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_IORManip_EXPORTS" /YX /Qsh4 /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "SHx" /D "SH4" /D "_SH4_" /D "_USRDLL" /D "TAO_IORManip_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_IORMANIP_BUILD_DLL" /YX /Qsh4 /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE SH3) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "SH3Rel"
+# PROP BASE Intermediate_Dir "SH3Rel"
+# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "SH3Rel"
+# PROP Intermediate_Dir "SH3Rel"
+# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+PFILE=pfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_IORManip_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "SHx" /D "SH3" /D "_SH3_" /D "NDEBUG" /D "_USRDLL" /D "TAO_IORManip_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_IORMANIP_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE SH3) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "SH3Dbg"
+# PROP BASE Intermediate_Dir "SH3Dbg"
+# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "SH3Dbg"
+# PROP Intermediate_Dir "SH3Dbg"
+# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+PFILE=pfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_IORManip_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "SHx" /D "SH3" /D "_SH3_" /D "_USRDLL" /D "TAO_IORManip_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_IORMANIP_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE ARM) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "ARMRel"
+# PROP BASE Intermediate_Dir "ARMRel"
+# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "../../LIB/Release/ARM"
+# PROP Intermediate_Dir "Release/ARM"
+# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_IORManip_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "ARM" /D "_ARM_" /D "NDEBUG" /D "_USRDLL" /D "TAO_IORManip_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_IORMANIP_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 commctrl.lib coredll.lib TAO.lib ace.lib ace_os.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /out:"../../../bin/Release/ARM/TAO_IORManip.dll" /libpath:"../../LIB/Release/ARM" /libpath:"../../../LIB/Release/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE ARM) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "ARMDbg"
+# PROP BASE Intermediate_Dir "ARMDbg"
+# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/ARM"
+# PROP Intermediate_Dir "Debug/ARM"
+# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_IORManip_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "ARM" /D "_ARM_" /D "_USRDLL" /D "TAO_IORManip_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_IORMANIP_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 commctrl.lib coredll.lib TAOd.lib aced.lib ace_osd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"../../../bin/Debug/ARM/TAO_IORManipd.dll" /libpath:"../../LIB/Debug/ARM" /libpath:"../../../LIB/Debug/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE x86em) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "X86EMRel"
+# PROP BASE Intermediate_Dir "X86EMRel"
+# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "../../LIB/Release/X86EM"
+# PROP Intermediate_Dir "Release/X86EM"
+# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+EMPFILE=empfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_USRDLL" /D "TAO_IORManip_EXPORTS" /YX /Gz /Oxs /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "i486" /D "_X86_" /D "x86" /D "NDEBUG" /D "_USRDLL" /D "TAO_IORManip_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_IORMANIP_BUILD_DLL" /YX /Gz /Oxs /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /o "NUL" /win32
+# SUBTRACT MTL /mktyplib203
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) TAO.lib ace.lib ace_os.lib /nologo /stack:0x10000,0x1000 /dll /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /libpath:"$(TAO_ROOT)/LIB/Release/X86EM" /libpath:"($ACE_ROOT)/LIB/Release/X86EM" /windowsce:emulation /MACHINE:IX86
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE x86em) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "X86EMDbg"
+# PROP BASE Intermediate_Dir "X86EMDbg"
+# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/X86EM"
+# PROP Intermediate_Dir "Debug/X86EM"
+# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+EMPFILE=empfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_USRDLL" /D "TAO_IORManip_EXPORTS" /YX /Gz /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "i486" /D "_X86_" /D "x86" /D "_USRDLL" /D "TAO_IORManip_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_IORMANIP_BUILD_DLL" /YX /Gz /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /o "NUL" /win32
+# SUBTRACT MTL /mktyplib203
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) TAOd.lib aced.lib ace_osd.lib /nologo /stack:0x10000,0x1000 /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /libpath:"$(TAO_ROOT)/LIB/Debug/X86EM" /libpath:"($ACE_ROOT)/LIB/Debug/X86EM" /windowsce:emulation /MACHINE:IX86
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE x86) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "X86Dbg"
+# PROP BASE Intermediate_Dir "X86Dbg"
+# PROP BASE CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/X86EM"
+# PROP Intermediate_Dir "Debug/X86EM"
+# PROP CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /YX /Gs8192 /GF /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "_i386_" /D "_X86_" /D "x86" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_IORMANIP_BUILD_DLL" /YX /Gs8192 /GF /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /subsystem:$(CESubsystem) /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) TAOd.lib aced.lib ace_osd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /out:"../../../bin/Debug/X86EM/TAO_IORManipd.dll" /libpath:"../../LIB/Debug/X86EM" /libpath:"../../../LIB/Debug/X86EM" /subsystem:$(CESubsystem) /MACHINE:IX86
+
+!ENDIF
+
+# Begin Target
+
+# Name "TAO_IORManip - Win32 (WCE MIPS) Release"
+# Name "TAO_IORManip - Win32 (WCE MIPS) Debug"
+# Name "TAO_IORManip - Win32 (WCE SH4) Release"
+# Name "TAO_IORManip - Win32 (WCE SH4) Debug"
+# Name "TAO_IORManip - Win32 (WCE SH3) Release"
+# Name "TAO_IORManip - Win32 (WCE SH3) Debug"
+# Name "TAO_IORManip - Win32 (WCE ARM) Release"
+# Name "TAO_IORManip - Win32 (WCE ARM) Debug"
+# Name "TAO_IORManip - Win32 (WCE x86em) Release"
+# Name "TAO_IORManip - Win32 (WCE x86em) Debug"
+# Name "TAO_IORManip - Win32 (WCE x86) Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=.\IORC.cpp
+
+!IF "$(CFG)" == "TAO_IORManip - Win32 (WCE MIPS) Release"
+
+DEP_CPP_IORC_=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+
+NODEP_CPP_IORC_=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_IORC_=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+
+NODEP_CPP_IORC_=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE SH4) Release"
+
+DEP_CPP_IORC_=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+
+NODEP_CPP_IORC_=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE SH4) Debug"
+
+DEP_CPP_IORC_=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+
+NODEP_CPP_IORC_=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE SH3) Release"
+
+DEP_CPP_IORC_=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+
+NODEP_CPP_IORC_=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE SH3) Debug"
+
+DEP_CPP_IORC_=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+
+NODEP_CPP_IORC_=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Any.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE ARM) Release"
+
+DEP_CPP_IORC_=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+
+NODEP_CPP_IORC_=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE ARM) Debug"
+
+DEP_CPP_IORC_=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+
+NODEP_CPP_IORC_=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE x86em) Release"
+
+DEP_CPP_IORC_=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+
+NODEP_CPP_IORC_=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE x86em) Debug"
+
+DEP_CPP_IORC_=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+
+NODEP_CPP_IORC_=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE x86) Debug"
+
+DEP_CPP_IORC_=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+
+NODEP_CPP_IORC_=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\IORManip_Loader.cpp
+
+!IF "$(CFG)" == "TAO_IORManip - Win32 (WCE MIPS) Release"
+
+DEP_CPP_IORMA=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+ ".\IORManipulation.h"\
+
+NODEP_CPP_IORMA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\Sequence.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_IORMA=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+ ".\IORManipulation.h"\
+
+NODEP_CPP_IORMA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\Sequence.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE SH4) Release"
+
+DEP_CPP_IORMA=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+ ".\IORManipulation.h"\
+
+NODEP_CPP_IORMA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\Sequence.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE SH4) Debug"
+
+DEP_CPP_IORMA=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+ ".\IORManipulation.h"\
+
+NODEP_CPP_IORMA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\Sequence.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE SH3) Release"
+
+DEP_CPP_IORMA=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+ ".\IORManipulation.h"\
+
+NODEP_CPP_IORMA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\Sequence.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE SH3) Debug"
+
+DEP_CPP_IORMA=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+ ".\IORManipulation.h"\
+
+NODEP_CPP_IORMA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\Sequence.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE ARM) Release"
+
+DEP_CPP_IORMA=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+ ".\IORManipulation.h"\
+
+NODEP_CPP_IORMA=\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE ARM) Debug"
+
+DEP_CPP_IORMA=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+ ".\IORManipulation.h"\
+
+NODEP_CPP_IORMA=\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE x86em) Release"
+
+DEP_CPP_IORMA=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+ ".\IORManipulation.h"\
+
+NODEP_CPP_IORMA=\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE x86em) Debug"
+
+DEP_CPP_IORMA=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+ ".\IORManipulation.h"\
+
+NODEP_CPP_IORMA=\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE x86) Debug"
+
+DEP_CPP_IORMA=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+ ".\IORManipulation.h"\
+
+NODEP_CPP_IORMA=\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\varbase.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\IORManipulation.cpp
+
+!IF "$(CFG)" == "TAO_IORManip - Win32 (WCE MIPS) Release"
+
+DEP_CPP_IORMAN=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+ ".\IORManipulation.h"\
+
+NODEP_CPP_IORMAN=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_IORMAN=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+ ".\IORManipulation.h"\
+
+NODEP_CPP_IORMAN=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE SH4) Release"
+
+DEP_CPP_IORMAN=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+ ".\IORManipulation.h"\
+
+NODEP_CPP_IORMAN=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE SH4) Debug"
+
+DEP_CPP_IORMAN=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+ ".\IORManipulation.h"\
+
+NODEP_CPP_IORMAN=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE SH3) Release"
+
+DEP_CPP_IORMAN=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+ ".\IORManipulation.h"\
+
+NODEP_CPP_IORMAN=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE SH3) Debug"
+
+DEP_CPP_IORMAN=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+ ".\IORManipulation.h"\
+
+NODEP_CPP_IORMAN=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE ARM) Release"
+
+DEP_CPP_IORMAN=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+ ".\IORManipulation.h"\
+
+NODEP_CPP_IORMAN=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Auto_Ptr.cpp"\
+ ".\ce\Auto_Ptr.h"\
+ ".\ce\Auto_Ptr.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE ARM) Debug"
+
+DEP_CPP_IORMAN=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+ ".\IORManipulation.h"\
+
+NODEP_CPP_IORMAN=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Auto_Ptr.cpp"\
+ ".\ce\Auto_Ptr.h"\
+ ".\ce\Auto_Ptr.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE x86em) Release"
+
+DEP_CPP_IORMAN=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+ ".\IORManipulation.h"\
+
+NODEP_CPP_IORMAN=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Auto_Ptr.cpp"\
+ ".\ce\Auto_Ptr.h"\
+ ".\ce\Auto_Ptr.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE x86em) Debug"
+
+DEP_CPP_IORMAN=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+ ".\IORManipulation.h"\
+
+NODEP_CPP_IORMAN=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Auto_Ptr.cpp"\
+ ".\ce\Auto_Ptr.h"\
+ ".\ce\Auto_Ptr.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORManip - Win32 (WCE x86) Debug"
+
+DEP_CPP_IORMAN=\
+ ".\ior_manip_export.h"\
+ ".\IORC.h"\
+ ".\IORC.i"\
+ ".\IORManip_Loader.h"\
+ ".\IORManipulation.h"\
+
+NODEP_CPP_IORMAN=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Auto_Ptr.cpp"\
+ ".\ce\Auto_Ptr.h"\
+ ".\ce\Auto_Ptr.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ENDIF
+
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=.\ior_manip_export.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\IORC.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\IORManip_Loader.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\IORManipulation.h
+# End Source File
+# End Group
+# Begin Group "Resource Files"
+
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+# End Group
+# Begin Group "Inline File"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=.\IORC.i
+# End Source File
+# End Group
+# End Target
+# End Project
diff --git a/TAO/tao/IORTable/TAO_IORTable.vcp b/TAO/tao/IORTable/TAO_IORTable.vcp
new file mode 100644
index 00000000000..f67159f39fb
--- /dev/null
+++ b/TAO/tao/IORTable/TAO_IORTable.vcp
@@ -0,0 +1,4190 @@
+# Microsoft eMbedded Visual Tools Project File - Name="TAO_IORTable" - Package Owner=<4>
+# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (WCE x86em) Dynamic-Link Library" 0x7f02
+# TARGTYPE "Win32 (WCE SH3) Dynamic-Link Library" 0x8102
+# TARGTYPE "Win32 (WCE x86) Dynamic-Link Library" 0x8302
+# TARGTYPE "Win32 (WCE ARM) Dynamic-Link Library" 0x8502
+# TARGTYPE "Win32 (WCE SH4) Dynamic-Link Library" 0x8602
+# TARGTYPE "Win32 (WCE MIPS) Dynamic-Link Library" 0x8202
+
+CFG=TAO_IORTable - Win32 (WCE MIPS) Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "TAO_IORTable.vcn".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "TAO_IORTable.vcn" CFG="TAO_IORTable - Win32 (WCE MIPS) Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "TAO_IORTable - Win32 (WCE MIPS) Release" (based on "Win32 (WCE MIPS) Dynamic-Link Library")
+!MESSAGE "TAO_IORTable - Win32 (WCE MIPS) Debug" (based on "Win32 (WCE MIPS) Dynamic-Link Library")
+!MESSAGE "TAO_IORTable - Win32 (WCE SH4) Release" (based on "Win32 (WCE SH4) Dynamic-Link Library")
+!MESSAGE "TAO_IORTable - Win32 (WCE SH4) Debug" (based on "Win32 (WCE SH4) Dynamic-Link Library")
+!MESSAGE "TAO_IORTable - Win32 (WCE SH3) Release" (based on "Win32 (WCE SH3) Dynamic-Link Library")
+!MESSAGE "TAO_IORTable - Win32 (WCE SH3) Debug" (based on "Win32 (WCE SH3) Dynamic-Link Library")
+!MESSAGE "TAO_IORTable - Win32 (WCE ARM) Release" (based on "Win32 (WCE ARM) Dynamic-Link Library")
+!MESSAGE "TAO_IORTable - Win32 (WCE ARM) Debug" (based on "Win32 (WCE ARM) Dynamic-Link Library")
+!MESSAGE "TAO_IORTable - Win32 (WCE x86em) Release" (based on "Win32 (WCE x86em) Dynamic-Link Library")
+!MESSAGE "TAO_IORTable - Win32 (WCE x86em) Debug" (based on "Win32 (WCE x86em) Dynamic-Link Library")
+!MESSAGE "TAO_IORTable - Win32 (WCE x86) Debug" (based on "Win32 (WCE x86) Dynamic-Link Library")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+# PROP ATL_Project 2
+
+!IF "$(CFG)" == "TAO_IORTable - Win32 (WCE MIPS) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "MIPSRel"
+# PROP BASE Intermediate_Dir "MIPSRel"
+# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "MIPSRel"
+# PROP Intermediate_Dir "MIPSRel"
+# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_IORTable_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "MIPS" /D "_MIPS_" /D "NDEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_IORTable_EXPORTS" /D "TAO_IORTABLE_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE MIPS) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "MIPSDbg"
+# PROP BASE Intermediate_Dir "MIPSDbg"
+# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "MIPSDbg"
+# PROP Intermediate_Dir "MIPSDbg"
+# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_IORTable_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "MIPS" /D "_MIPS_" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_IORTable_EXPORTS" /D "TAO_IORTABLE_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE SH4) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "SH4Rel"
+# PROP BASE Intermediate_Dir "SH4Rel"
+# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "SH4Rel"
+# PROP Intermediate_Dir "SH4Rel"
+# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_IORTable_EXPORTS" /YX /Qsh4 /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "SHx" /D "SH4" /D "_SH4_" /D "NDEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_IORTable_EXPORTS" /D "TAO_IORTABLE_BUILD_DLL" /YX /Qsh4 /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE SH4) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "SH4Dbg"
+# PROP BASE Intermediate_Dir "SH4Dbg"
+# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "SH4Dbg"
+# PROP Intermediate_Dir "SH4Dbg"
+# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_IORTable_EXPORTS" /YX /Qsh4 /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "SHx" /D "SH4" /D "_SH4_" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_IORTable_EXPORTS" /D "TAO_IORTABLE_BUILD_DLL" /YX /Qsh4 /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE SH3) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "SH3Rel"
+# PROP BASE Intermediate_Dir "SH3Rel"
+# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "SH3Rel"
+# PROP Intermediate_Dir "SH3Rel"
+# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+PFILE=pfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_IORTable_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "SHx" /D "SH3" /D "_SH3_" /D "NDEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_IORTable_EXPORTS" /D "TAO_IORTABLE_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE SH3) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "SH3Dbg"
+# PROP BASE Intermediate_Dir "SH3Dbg"
+# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "SH3Dbg"
+# PROP Intermediate_Dir "SH3Dbg"
+# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+PFILE=pfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_IORTable_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "SHx" /D "SH3" /D "_SH3_" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_IORTable_EXPORTS" /D "TAO_IORTABLE_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE ARM) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "ARMRel"
+# PROP BASE Intermediate_Dir "ARMRel"
+# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "../../LIB/Release/ARM"
+# PROP Intermediate_Dir "Release/ARM"
+# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_IORTable_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "ARM" /D "_ARM_" /D "NDEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_IORTable_EXPORTS" /D "TAO_IORTABLE_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 commctrl.lib coredll.lib TAO.lib ace.lib ace_os.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /out:"../../../bin/Release/ARM/TAO_IORTable.dll" /libpath:"../../LIB/Release/ARM" /libpath:"../../../LIB/Release/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE ARM) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "ARMDbg"
+# PROP BASE Intermediate_Dir "ARMDbg"
+# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/ARM"
+# PROP Intermediate_Dir "Debug/ARM"
+# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_IORTable_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "ARM" /D "_ARM_" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_IORTable_EXPORTS" /D "TAO_IORTABLE_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 commctrl.lib coredll.lib TAOd.lib aced.lib ace_osd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"../../../bin/Debug/ARM/TAO_IORTabled.dll" /libpath:"../../LIB/Debug/ARM" /libpath:"../../../LIB/Debug/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE x86em) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "X86EMRel"
+# PROP BASE Intermediate_Dir "X86EMRel"
+# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "../../LIB/Release/X86EM"
+# PROP Intermediate_Dir "Release/X86EM"
+# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+EMPFILE=empfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_USRDLL" /D "TAO_IORTable_EXPORTS" /YX /Gz /Oxs /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "i486" /D "_X86_" /D "x86" /D "NDEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_IORTable_EXPORTS" /D "TAO_IORTABLE_BUILD_DLL" /YX /Gz /Oxs /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /o "NUL" /win32
+# SUBTRACT MTL /mktyplib203
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+# ADD LINK32 TAO.lib ace.lib ace_os.lib commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /out:"../../../bin/Release/X86EM/TAO_IORTable.dll" /libpath:"../../LIB/Release/X86EM" /libpath:"../../../LIB/Release/X86EM" /windowsce:emulation /MACHINE:IX86
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE x86em) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "X86EMDbg"
+# PROP BASE Intermediate_Dir "X86EMDbg"
+# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/X86EM"
+# PROP Intermediate_Dir "Debug/X86EM"
+# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+EMPFILE=empfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_USRDLL" /D "TAO_IORTable_EXPORTS" /YX /Gz /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "i486" /D "_X86_" /D "x86" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_IORTABLE_BUILD_DLL" /YX /Gz /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /o "NUL" /win32
+# SUBTRACT MTL /mktyplib203
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) TAOd.lib aced.lib ace_osd.lib /nologo /stack:0x10000,0x1000 /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /out:"../../../bin/Debug/X86EM/TAO_IORTabled.dll" /libpath:"../../LIB/Debug/X86EM" /libpath:"../../../LIB/Debug/X86EM" /windowsce:emulation /MACHINE:IX86
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE x86) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "X86Dbg"
+# PROP BASE Intermediate_Dir "X86Dbg"
+# PROP BASE CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/X86EM"
+# PROP Intermediate_Dir "Debug/X86EM"
+# PROP CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /YX /Gs8192 /GF /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "TAO_IORTABLE_BUILD_DLL" /YX /Gs8192 /GF /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /subsystem:$(CESubsystem) /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) TAOd.lib aced.lib ace_osd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /out:"../../../bin/Debug/X86EM/TAO_IORTabled.dll" /libpath:"../../LIB/Debug/X86EM" /libpath:"../../../LIB/Debug/X86EM" /subsystem:$(CESubsystem) /MACHINE:IX86
+
+!ENDIF
+
+# Begin Target
+
+# Name "TAO_IORTable - Win32 (WCE MIPS) Release"
+# Name "TAO_IORTable - Win32 (WCE MIPS) Debug"
+# Name "TAO_IORTable - Win32 (WCE SH4) Release"
+# Name "TAO_IORTable - Win32 (WCE SH4) Debug"
+# Name "TAO_IORTable - Win32 (WCE SH3) Release"
+# Name "TAO_IORTable - Win32 (WCE SH3) Debug"
+# Name "TAO_IORTable - Win32 (WCE ARM) Release"
+# Name "TAO_IORTable - Win32 (WCE ARM) Debug"
+# Name "TAO_IORTable - Win32 (WCE x86em) Release"
+# Name "TAO_IORTable - Win32 (WCE x86em) Debug"
+# Name "TAO_IORTable - Win32 (WCE x86) Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=.\IOR_Table_Impl.cpp
+
+!IF "$(CFG)" == "TAO_IORTable - Win32 (WCE MIPS) Release"
+
+DEP_CPP_IOR_T=\
+ ".\IOR_Table_Impl.h"\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+
+NODEP_CPP_IOR_T=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\tao\corba.h"\
+ ".\tao\corbafwd.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_IOR_T=\
+ ".\IOR_Table_Impl.h"\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+
+NODEP_CPP_IOR_T=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\tao\corba.h"\
+ ".\tao\corbafwd.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE SH4) Release"
+
+DEP_CPP_IOR_T=\
+ ".\IOR_Table_Impl.h"\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+
+NODEP_CPP_IOR_T=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\tao\corba.h"\
+ ".\tao\corbafwd.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE SH4) Debug"
+
+DEP_CPP_IOR_T=\
+ ".\IOR_Table_Impl.h"\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+
+NODEP_CPP_IOR_T=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\tao\corba.h"\
+ ".\tao\corbafwd.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE SH3) Release"
+
+DEP_CPP_IOR_T=\
+ ".\IOR_Table_Impl.h"\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+
+NODEP_CPP_IOR_T=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\tao\corba.h"\
+ ".\tao\corbafwd.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE SH3) Debug"
+
+DEP_CPP_IOR_T=\
+ ".\IOR_Table_Impl.h"\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+
+NODEP_CPP_IOR_T=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\tao\corba.h"\
+ ".\tao\corbafwd.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE ARM) Release"
+
+DEP_CPP_IOR_T=\
+ ".\IOR_Table_Impl.h"\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+
+NODEP_CPP_IOR_T=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\tao\corba.h"\
+ ".\tao\corbafwd.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE ARM) Debug"
+
+DEP_CPP_IOR_T=\
+ ".\IOR_Table_Impl.h"\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+
+NODEP_CPP_IOR_T=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\tao\corba.h"\
+ ".\tao\corbafwd.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE x86em) Release"
+
+DEP_CPP_IOR_T=\
+ ".\IOR_Table_Impl.h"\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+
+NODEP_CPP_IOR_T=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BoundsC.h"\
+ ".\BoundsC.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corba.h"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\ObjectIDList.h"\
+ ".\ObjectIDList.i"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\WrongTransactionC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE x86em) Debug"
+
+DEP_CPP_IOR_T=\
+ ".\IOR_Table_Impl.h"\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+
+NODEP_CPP_IOR_T=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BoundsC.h"\
+ ".\BoundsC.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corba.h"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\ObjectIDList.h"\
+ ".\ObjectIDList.i"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\WrongTransactionC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE x86) Debug"
+
+DEP_CPP_IOR_T=\
+ ".\IOR_Table_Impl.h"\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+
+NODEP_CPP_IOR_T=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BoundsC.h"\
+ ".\BoundsC.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corba.h"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\ObjectIDList.h"\
+ ".\ObjectIDList.i"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\WrongTransactionC.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\IORTable.cpp
+
+!IF "$(CFG)" == "TAO_IORTable - Win32 (WCE MIPS) Release"
+
+DEP_CPP_IORTA=\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+ ".\Table_Adapter.h"\
+
+NODEP_CPP_IORTA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\corba.h"\
+ ".\tao\corbafwd.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_IORTA=\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+ ".\Table_Adapter.h"\
+
+NODEP_CPP_IORTA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\corba.h"\
+ ".\tao\corbafwd.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE SH4) Release"
+
+DEP_CPP_IORTA=\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+ ".\Table_Adapter.h"\
+
+NODEP_CPP_IORTA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\corba.h"\
+ ".\tao\corbafwd.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE SH4) Debug"
+
+DEP_CPP_IORTA=\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+ ".\Table_Adapter.h"\
+
+NODEP_CPP_IORTA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\corba.h"\
+ ".\tao\corbafwd.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE SH3) Release"
+
+DEP_CPP_IORTA=\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+ ".\Table_Adapter.h"\
+
+NODEP_CPP_IORTA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\corba.h"\
+ ".\tao\corbafwd.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE SH3) Debug"
+
+DEP_CPP_IORTA=\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+ ".\Table_Adapter.h"\
+
+NODEP_CPP_IORTA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\corba.h"\
+ ".\tao\corbafwd.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE ARM) Release"
+
+DEP_CPP_IORTA=\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+ ".\Table_Adapter.h"\
+
+NODEP_CPP_IORTA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\corba.h"\
+ ".\tao\corbafwd.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE ARM) Debug"
+
+DEP_CPP_IORTA=\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+ ".\Table_Adapter.h"\
+
+NODEP_CPP_IORTA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\corba.h"\
+ ".\tao\corbafwd.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE x86em) Release"
+
+DEP_CPP_IORTA=\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+ ".\Table_Adapter.h"\
+
+NODEP_CPP_IORTA=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BoundsC.h"\
+ ".\BoundsC.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corba.h"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\ObjectIDList.h"\
+ ".\ObjectIDList.i"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\WrongTransactionC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE x86em) Debug"
+
+DEP_CPP_IORTA=\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+ ".\Table_Adapter.h"\
+
+NODEP_CPP_IORTA=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BoundsC.h"\
+ ".\BoundsC.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corba.h"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\ObjectIDList.h"\
+ ".\ObjectIDList.i"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\WrongTransactionC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE x86) Debug"
+
+DEP_CPP_IORTA=\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+ ".\Table_Adapter.h"\
+
+NODEP_CPP_IORTA=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BoundsC.h"\
+ ".\BoundsC.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corba.h"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\ObjectIDList.h"\
+ ".\ObjectIDList.i"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\WrongTransactionC.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\IORTableC.cpp
+
+!IF "$(CFG)" == "TAO_IORTable - Win32 (WCE MIPS) Release"
+
+DEP_CPP_IORTAB=\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+
+NODEP_CPP_IORTAB=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\corba.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_IORTAB=\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+
+NODEP_CPP_IORTAB=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\corba.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE SH4) Release"
+
+DEP_CPP_IORTAB=\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+
+NODEP_CPP_IORTAB=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\corba.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE SH4) Debug"
+
+DEP_CPP_IORTAB=\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+
+NODEP_CPP_IORTAB=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\corba.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE SH3) Release"
+
+DEP_CPP_IORTAB=\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+
+NODEP_CPP_IORTAB=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\corba.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE SH3) Debug"
+
+DEP_CPP_IORTAB=\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+
+NODEP_CPP_IORTAB=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\corba.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE ARM) Release"
+
+DEP_CPP_IORTAB=\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+
+NODEP_CPP_IORTAB=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\corba.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE ARM) Debug"
+
+DEP_CPP_IORTAB=\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+
+NODEP_CPP_IORTAB=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\corba.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE x86em) Release"
+
+DEP_CPP_IORTAB=\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+
+NODEP_CPP_IORTAB=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BoundsC.h"\
+ ".\BoundsC.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corba.h"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\ObjectIDList.h"\
+ ".\ObjectIDList.i"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\WrongTransactionC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE x86em) Debug"
+
+DEP_CPP_IORTAB=\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+
+NODEP_CPP_IORTAB=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BoundsC.h"\
+ ".\BoundsC.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corba.h"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\ObjectIDList.h"\
+ ".\ObjectIDList.i"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\WrongTransactionC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE x86) Debug"
+
+DEP_CPP_IORTAB=\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+
+NODEP_CPP_IORTAB=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BoundsC.h"\
+ ".\BoundsC.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corba.h"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\ObjectIDList.h"\
+ ".\ObjectIDList.i"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\WrongTransactionC.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Table_Adapter.cpp
+
+!IF "$(CFG)" == "TAO_IORTable - Win32 (WCE MIPS) Release"
+
+DEP_CPP_TABLE=\
+ ".\IOR_Table_Impl.h"\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+ ".\Table_Adapter.h"\
+
+NODEP_CPP_TABLE=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\corba.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Object.h"\
+ ".\tao\ORB_Core.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_TABLE=\
+ ".\IOR_Table_Impl.h"\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+ ".\Table_Adapter.h"\
+
+NODEP_CPP_TABLE=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\corba.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Object.h"\
+ ".\tao\ORB_Core.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE SH4) Release"
+
+DEP_CPP_TABLE=\
+ ".\IOR_Table_Impl.h"\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+ ".\Table_Adapter.h"\
+
+NODEP_CPP_TABLE=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\corba.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Object.h"\
+ ".\tao\ORB_Core.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE SH4) Debug"
+
+DEP_CPP_TABLE=\
+ ".\IOR_Table_Impl.h"\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+ ".\Table_Adapter.h"\
+
+NODEP_CPP_TABLE=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\corba.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Object.h"\
+ ".\tao\ORB_Core.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE SH3) Release"
+
+DEP_CPP_TABLE=\
+ ".\IOR_Table_Impl.h"\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+ ".\Table_Adapter.h"\
+
+NODEP_CPP_TABLE=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\corba.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Object.h"\
+ ".\tao\ORB_Core.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE SH3) Debug"
+
+DEP_CPP_TABLE=\
+ ".\IOR_Table_Impl.h"\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+ ".\Table_Adapter.h"\
+
+NODEP_CPP_TABLE=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\corba.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Object.h"\
+ ".\tao\ORB_Core.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE ARM) Release"
+
+DEP_CPP_TABLE=\
+ ".\IOR_Table_Impl.h"\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+ ".\Table_Adapter.h"\
+
+NODEP_CPP_TABLE=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\corba.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Object.h"\
+ ".\tao\ORB_Core.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE ARM) Debug"
+
+DEP_CPP_TABLE=\
+ ".\IOR_Table_Impl.h"\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+ ".\Table_Adapter.h"\
+
+NODEP_CPP_TABLE=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\corba.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Object.h"\
+ ".\tao\ORB_Core.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE x86em) Release"
+
+DEP_CPP_TABLE=\
+ ".\IOR_Table_Impl.h"\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+ ".\Table_Adapter.h"\
+
+NODEP_CPP_TABLE=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BoundsC.h"\
+ ".\BoundsC.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\corba.h"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\ObjectIDList.h"\
+ ".\ObjectIDList.i"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\WrongTransactionC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE x86em) Debug"
+
+DEP_CPP_TABLE=\
+ ".\IOR_Table_Impl.h"\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+ ".\Table_Adapter.h"\
+
+NODEP_CPP_TABLE=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BoundsC.h"\
+ ".\BoundsC.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\corba.h"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\ObjectIDList.h"\
+ ".\ObjectIDList.i"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\WrongTransactionC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_IORTable - Win32 (WCE x86) Debug"
+
+DEP_CPP_TABLE=\
+ ".\IOR_Table_Impl.h"\
+ ".\IORTable.h"\
+ ".\iortable_export.h"\
+ ".\IORTableC.h"\
+ ".\IORTableC.i"\
+ ".\Table_Adapter.h"\
+
+NODEP_CPP_TABLE=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\BoundsC.h"\
+ ".\BoundsC.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\corba.h"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DomainC.h"\
+ ".\DomainC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\nvlist.h"\
+ ".\NVList.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\ObjectIDList.h"\
+ ".\ObjectIDList.i"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\WrongTransactionC.h"\
+
+
+!ENDIF
+
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=.\IOR_Table_Impl.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\IORTable.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\iortable_export.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\IORTableC.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Table_Adapter.h
+# End Source File
+# End Group
+# Begin Group "Resource Files"
+
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+# End Group
+# Begin Group "Inline Files"
+
+# PROP Default_Filter "i"
+# Begin Source File
+
+SOURCE=.\IORTableC.i
+# End Source File
+# End Group
+# End Target
+# End Project
diff --git a/TAO/tao/ORB.cpp b/TAO/tao/ORB.cpp
index 1dc8d2ee2d7..106bc2961e6 100644
--- a/TAO/tao/ORB.cpp
+++ b/TAO/tao/ORB.cpp
@@ -1530,7 +1530,6 @@ CORBA::ORB_init (int &argc,
PortableInterceptor::ORBInitInfo_var orb_init_info =
orb_init_info_temp;
-
// Call the ORBInitializer::pre_init() on each registered ORB
// initializer.
TAO_ORBInitializer_Registry::instance ()->pre_init (orb_init_info.in ()
@@ -1539,7 +1538,7 @@ CORBA::ORB_init (int &argc,
// Initialize the ORB Core instance.
result = safe_oc->init (command_line.get_argc(),
- command_line.get_TCHAR_argv()
+ command_line.get_ASCII_argv()
ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA::ORB::_nil ());
diff --git a/TAO/tao/ORB_Core.cpp b/TAO/tao/ORB_Core.cpp
index b78a631bab3..6ba22a986e4 100644
--- a/TAO/tao/ORB_Core.cpp
+++ b/TAO/tao/ORB_Core.cpp
@@ -49,6 +49,7 @@
#include "ace/Object_Manager.h"
#include "ace/Dynamic_Service.h"
#include "ace/Arg_Shifter.h"
+#include "ace/Argv_Type_Converter.h"
#if defined(ACE_MVS)
#include "ace/Codeset_IBM1047.h"
@@ -255,7 +256,7 @@ TAO_ORB_Core::default_buffering_constraint (void) const
int
-TAO_ORB_Core::init (int &argc, ACE_TCHAR *argv[] ACE_ENV_ARG_DECL)
+TAO_ORB_Core::init (int &argc, char *argv[] ACE_ENV_ARG_DECL)
{
// Right now, this code expects to begin parsing in argv[1] rather
// than argv[0]. I don't think that's wise. I think we need to
@@ -319,7 +320,11 @@ TAO_ORB_Core::init (int &argc, ACE_TCHAR *argv[] ACE_ENV_ARG_DECL)
// -1 is unknown, default to what the resource factory sets.
// @@ This is just for backwards compatibility.
- ACE_Arg_Shifter arg_shifter (argc, argv);
+ // Copy command line parameter not to use original.
+ ACE_Argv_Type_Converter command_line(argc, argv);
+
+ ACE_Arg_Shifter arg_shifter (command_line.get_argc(),
+ command_line.get_TCHAR_argv());
while (arg_shifter.is_anything_left ())
{
diff --git a/TAO/tao/ORB_Core.h b/TAO/tao/ORB_Core.h
index 600384219d7..11ea80abc3f 100644
--- a/TAO/tao/ORB_Core.h
+++ b/TAO/tao/ORB_Core.h
@@ -897,7 +897,7 @@ protected:
/// Initialize the guts of the ORB Core. It is intended that this be
/// called by <CORBA::ORB_init>.
- int init (int &argc, ACE_TCHAR **argv ACE_ENV_ARG_DECL);
+ int init (int &argc, char **argv ACE_ENV_ARG_DECL);
/// Final termination hook, typically called by CORBA::ORB's
/// destructor.
diff --git a/TAO/tao/PortableServer/TAO_PortableServer.vcp b/TAO/tao/PortableServer/TAO_PortableServer.vcp
new file mode 100644
index 00000000000..affbce18062
--- /dev/null
+++ b/TAO/tao/PortableServer/TAO_PortableServer.vcp
@@ -0,0 +1,59718 @@
+# Microsoft eMbedded Visual Tools Project File - Name="TAO_PortableServer" - Package Owner=<4>
+# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (WCE x86em) Dynamic-Link Library" 0x7f02
+# TARGTYPE "Win32 (WCE SH3) Dynamic-Link Library" 0x8102
+# TARGTYPE "Win32 (WCE x86) Dynamic-Link Library" 0x8302
+# TARGTYPE "Win32 (WCE ARM) Dynamic-Link Library" 0x8502
+# TARGTYPE "Win32 (WCE SH4) Dynamic-Link Library" 0x8602
+# TARGTYPE "Win32 (WCE MIPS) Dynamic-Link Library" 0x8202
+
+CFG=TAO_PortableServer - Win32 (WCE MIPS) Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "TAO_PortableServer.vcn".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "TAO_PortableServer.vcn" CFG="TAO_PortableServer - Win32 (WCE MIPS) Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "TAO_PortableServer - Win32 (WCE MIPS) Release" (based on "Win32 (WCE MIPS) Dynamic-Link Library")
+!MESSAGE "TAO_PortableServer - Win32 (WCE MIPS) Debug" (based on "Win32 (WCE MIPS) Dynamic-Link Library")
+!MESSAGE "TAO_PortableServer - Win32 (WCE SH4) Release" (based on "Win32 (WCE SH4) Dynamic-Link Library")
+!MESSAGE "TAO_PortableServer - Win32 (WCE SH4) Debug" (based on "Win32 (WCE SH4) Dynamic-Link Library")
+!MESSAGE "TAO_PortableServer - Win32 (WCE SH3) Release" (based on "Win32 (WCE SH3) Dynamic-Link Library")
+!MESSAGE "TAO_PortableServer - Win32 (WCE SH3) Debug" (based on "Win32 (WCE SH3) Dynamic-Link Library")
+!MESSAGE "TAO_PortableServer - Win32 (WCE ARM) Release" (based on "Win32 (WCE ARM) Dynamic-Link Library")
+!MESSAGE "TAO_PortableServer - Win32 (WCE ARM) Debug" (based on "Win32 (WCE ARM) Dynamic-Link Library")
+!MESSAGE "TAO_PortableServer - Win32 (WCE x86em) Release" (based on "Win32 (WCE x86em) Dynamic-Link Library")
+!MESSAGE "TAO_PortableServer - Win32 (WCE x86em) Debug" (based on "Win32 (WCE x86em) Dynamic-Link Library")
+!MESSAGE "TAO_PortableServer - Win32 (WCE x86) Debug" (based on "Win32 (WCE x86) Dynamic-Link Library")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+# PROP ATL_Project 2
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "MIPSRel"
+# PROP BASE Intermediate_Dir "MIPSRel"
+# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "MIPSRel"
+# PROP Intermediate_Dir "MIPSRel"
+# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_PortableServer_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "MIPS" /D "_MIPS_" /D "NDEBUG" /D "_USRDLL" /D "TAO_PortableServer_EXPORTS" /D "TAO_PORTABLESERVER_BUILD_DLL" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /FR /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+# ADD LINK32 commctrl.lib coredll.lib TAO.lib ace.lib ace_os.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"$(ACE_ROOT)/bin/TAO_PortableServer.dll" /libpath:"$(ACE_ROOT)/LIB" /subsystem:$(CESubsystem) /MACHINE:MIPS
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "MIPSDbg"
+# PROP BASE Intermediate_Dir "MIPSDbg"
+# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "MIPSDbg"
+# PROP Intermediate_Dir "MIPSDbg"
+# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_PortableServer_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "MIPS" /D "_MIPS_" /D "_USRDLL" /D "TAO_PortableServer_EXPORTS" /D "TAO_PORTABLESERVER_BUILD_DLL" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /FR /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+# ADD LINK32 commctrl.lib coredll.lib TAOd.lib aced.lib ace_osd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"$(ACE_ROOT)/bin/TAO_PortableServerd.dll" /libpath:"$(ACE_ROOT)/LIB" /subsystem:$(CESubsystem) /MACHINE:MIPS
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "SH4Rel"
+# PROP BASE Intermediate_Dir "SH4Rel"
+# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "SH4Rel"
+# PROP Intermediate_Dir "SH4Rel"
+# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_PortableServer_EXPORTS" /YX /Qsh4 /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "SHx" /D "SH4" /D "_SH4_" /D "NDEBUG" /D "_USRDLL" /D "TAO_PortableServer_EXPORTS" /D "TAO_PORTABLESERVER_BUILD_DLL" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /FR /YX /Qsh4 /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+# ADD LINK32 commctrl.lib coredll.lib TAO.lib ace.lib ace_os.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"$(ACE_ROOT)/bin/TAO_PortableServer.dll" /libpath:"$(ACE_ROOT)/LIB" /subsystem:$(CESubsystem) /MACHINE:SH4
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "SH4Dbg"
+# PROP BASE Intermediate_Dir "SH4Dbg"
+# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "SH4Dbg"
+# PROP Intermediate_Dir "SH4Dbg"
+# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_PortableServer_EXPORTS" /YX /Qsh4 /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "SHx" /D "SH4" /D "_SH4_" /D "_USRDLL" /D "TAO_PortableServer_EXPORTS" /D "TAO_PORTABLESERVER_BUILD_DLL" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /FR /YX /Qsh4 /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+# ADD LINK32 commctrl.lib coredll.lib TAOd.lib aced.lib ace_osd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"$(ACE_ROOT)/bin/TAO_PortableServerd.dll" /libpath:"$(ACE_ROOT)/LIB" /subsystem:$(CESubsystem) /MACHINE:SH4
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "SH3Rel"
+# PROP BASE Intermediate_Dir "SH3Rel"
+# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "SH3Rel"
+# PROP Intermediate_Dir "SH3Rel"
+# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+PFILE=pfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_PortableServer_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "SHx" /D "SH3" /D "_SH3_" /D "NDEBUG" /D "_USRDLL" /D "TAO_PortableServer_EXPORTS" /D "TAO_PORTABLESERVER_BUILD_DLL" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /FR /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+# ADD LINK32 commctrl.lib coredll.lib TAO.lib ace.lib ace_os.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"$(ACE_ROOT)/bin/TAO_PortableServer.dll" /libpath:"$(ACE_ROOT)/LIB" /subsystem:$(CESubsystem) /MACHINE:SH3
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "SH3Dbg"
+# PROP BASE Intermediate_Dir "SH3Dbg"
+# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "SH3Dbg"
+# PROP Intermediate_Dir "SH3Dbg"
+# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+PFILE=pfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_PortableServer_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "SHx" /D "SH3" /D "_SH3_" /D "_USRDLL" /D "TAO_PortableServer_EXPORTS" /D "TAO_PORTABLESERVER_BUILD_DLL" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /FR /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+# ADD LINK32 commctrl.lib coredll.lib TAOd.lib aced.lib ace_osd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"$(ACE_ROOT)/bin/TAO_PortableServerd.dll" /libpath:"$(ACE_ROOT)/LIB" /subsystem:$(CESubsystem) /MACHINE:SH3
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "ARMRel"
+# PROP BASE Intermediate_Dir "ARMRel"
+# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "../../LIB/Release/ARM"
+# PROP Intermediate_Dir "Release/ARM"
+# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_PortableServer_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "ARM" /D "_ARM_" /D "NDEBUG" /D "_USRDLL" /D "TAO_PortableServer_EXPORTS" /D "TAO_PORTABLESERVER_BUILD_DLL" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /FR /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /o "NUL" /win32
+# SUBTRACT MTL /mktyplib203
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 commctrl.lib coredll.lib TAO.lib ace.lib ace_os.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"../../../bin/Release/ARM/TAO_PortableServer.dll" /libpath:"../../LIB/Release/ARM" /libpath:"../../../LIB/Release/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "ARMDbg"
+# PROP BASE Intermediate_Dir "ARMDbg"
+# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/ARM"
+# PROP Intermediate_Dir "Debug/ARM"
+# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_PortableServer_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "ARM" /D "_ARM_" /D "_USRDLL" /D "TAO_PortableServer_EXPORTS" /D "TAO_PORTABLESERVER_BUILD_DLL" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /FR /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 commctrl.lib coredll.lib TAOd.lib aced.lib ace_osd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"../../../bin/Debug/ARM/TAO_PortableServerd.dll" /libpath:"../../LIB/Debug/ARM" /libpath:"../../../LIB/Debug/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "X86EMRel"
+# PROP BASE Intermediate_Dir "X86EMRel"
+# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "../../LIB/Release/X86EM"
+# PROP Intermediate_Dir "Release/X86EM"
+# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+EMPFILE=empfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_USRDLL" /D "TAO_PortableServer_EXPORTS" /YX /Gz /Oxs /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "i486" /D "_X86_" /D "x86" /D "NDEBUG" /D "_USRDLL" /D "TAO_PORTABLESERVER_BUILD_DLL" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /FR /YX /Gz /Oxs /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /o "NUL" /win32
+# SUBTRACT MTL /mktyplib203
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+# ADD LINK32 TAO.lib ace.lib ace_os.lib commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /out:"../../../bin/Release/X86EM/TAO_PortableServer.dll" /libpath:"../../LIB/Release/X86EM" /libpath:"../../../LIB/Release/X86EM" /windowsce:emulation /MACHINE:IX86
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "X86EMDbg"
+# PROP BASE Intermediate_Dir "X86EMDbg"
+# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/X86EM"
+# PROP Intermediate_Dir "Debug/X86EM"
+# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+EMPFILE=empfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_USRDLL" /D "TAO_PortableServer_EXPORTS" /YX /Gz /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "i486" /D "_X86_" /D "x86" /D "_USRDLL" /D "TAO_PORTABLESERVER_BUILD_DLL" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /FR /YX /Gz /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /o "NUL" /win32
+# SUBTRACT MTL /mktyplib203
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+# ADD LINK32 TAOd.lib aced.lib ace_osd.lib commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /out:"../../../bin/Debug/X86EM/TAO_PortableServerd.dll" /libpath:"../../LIB/Debug/X86EM" /libpath:"../../../LIB/Debug/X86EM" /windowsce:emulation /MACHINE:IX86
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "X86Dbg"
+# PROP BASE Intermediate_Dir "X86Dbg"
+# PROP BASE CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/X86EM"
+# PROP Intermediate_Dir "Debug/X86EM"
+# PROP CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /YX /Gs8192 /GF /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "_i386_" /D "_X86_" /D "x86" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_PORTABLESERVER_BUILD_DLL" /FR /YX /Gs8192 /GF /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /subsystem:$(CESubsystem) /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) TAOd.lib aced.lib ace_osd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /out:"../../../bin/Debug/X86EM/TAO_PortableServerd.dll" /libpath:"../../LIB/Debug/X86EM" /libpath:"../../../LIB/Debug/X86EM" /subsystem:$(CESubsystem) /MACHINE:IX86
+
+!ENDIF
+
+# Begin Target
+
+# Name "TAO_PortableServer - Win32 (WCE MIPS) Release"
+# Name "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+# Name "TAO_PortableServer - Win32 (WCE SH4) Release"
+# Name "TAO_PortableServer - Win32 (WCE SH4) Debug"
+# Name "TAO_PortableServer - Win32 (WCE SH3) Release"
+# Name "TAO_PortableServer - Win32 (WCE SH3) Debug"
+# Name "TAO_PortableServer - Win32 (WCE ARM) Release"
+# Name "TAO_PortableServer - Win32 (WCE ARM) Debug"
+# Name "TAO_PortableServer - Win32 (WCE x86em) Release"
+# Name "TAO_PortableServer - Win32 (WCE x86em) Debug"
+# Name "TAO_PortableServer - Win32 (WCE x86) Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=.\Active_Object_Map.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_ACTIV=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_ACTIV=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_ACTIV=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_ACTIV=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_ACTIV=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_ACTIV=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_ACTIV=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_ACTIV=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_ACTIV=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_ACTIV=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_ACTIV=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_ACTIV=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_ACTIV=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\TAO_Export.h"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_ACTIV=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_ACTIV=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_ACTIV=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_ACTIV=\
+ ".\Abstract_Servant_Base.h"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Auto_Ptr.cpp"\
+ ".\ce\Auto_Ptr.h"\
+ ".\ce\Auto_Ptr.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_ACTIV=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_ACTIV=\
+ ".\Abstract_Servant_Base.h"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Auto_Ptr.cpp"\
+ ".\ce\Auto_Ptr.h"\
+ ".\ce\Auto_Ptr.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_ACTIV=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\TAO_Export.h"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\AMH_Response_Handler.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_AMH_R=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Utils.h"\
+ "..\GIOP_Utils.i"\
+ "..\GIOPC.h"\
+ "..\GIOPC.i"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Pluggable_Messaging.h"\
+ "..\Pluggable_Messaging.i"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\Tagged_Profile.h"\
+ "..\Tagged_Profile.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Server_Request.h"\
+ "..\TAO_Server_Request.i"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\AMH_Response_Handler.h"\
+ ".\portableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_AMH_R=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Utils.h"\
+ "..\GIOP_Utils.i"\
+ "..\GIOPC.h"\
+ "..\GIOPC.i"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Pluggable_Messaging.h"\
+ "..\Pluggable_Messaging.i"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\Tagged_Profile.h"\
+ "..\Tagged_Profile.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Server_Request.h"\
+ "..\TAO_Server_Request.i"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\AMH_Response_Handler.h"\
+ ".\portableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_AMH_R=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Utils.h"\
+ "..\GIOP_Utils.i"\
+ "..\GIOPC.h"\
+ "..\GIOPC.i"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Pluggable_Messaging.h"\
+ "..\Pluggable_Messaging.i"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\Tagged_Profile.h"\
+ "..\Tagged_Profile.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Server_Request.h"\
+ "..\TAO_Server_Request.i"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\AMH_Response_Handler.h"\
+ ".\portableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_AMH_R=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Utils.h"\
+ "..\GIOP_Utils.i"\
+ "..\GIOPC.h"\
+ "..\GIOPC.i"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Pluggable_Messaging.h"\
+ "..\Pluggable_Messaging.i"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\Tagged_Profile.h"\
+ "..\Tagged_Profile.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Server_Request.h"\
+ "..\TAO_Server_Request.i"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\AMH_Response_Handler.h"\
+ ".\portableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_AMH_R=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Utils.h"\
+ "..\GIOP_Utils.i"\
+ "..\GIOPC.h"\
+ "..\GIOPC.i"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Pluggable_Messaging.h"\
+ "..\Pluggable_Messaging.i"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\Tagged_Profile.h"\
+ "..\Tagged_Profile.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Server_Request.h"\
+ "..\TAO_Server_Request.i"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\AMH_Response_Handler.h"\
+ ".\portableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_AMH_R=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Utils.h"\
+ "..\GIOP_Utils.i"\
+ "..\GIOPC.h"\
+ "..\GIOPC.i"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Pluggable_Messaging.h"\
+ "..\Pluggable_Messaging.i"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\Tagged_Profile.h"\
+ "..\Tagged_Profile.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Server_Request.h"\
+ "..\TAO_Server_Request.i"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\AMH_Response_Handler.h"\
+ ".\portableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_AMH_R=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Utils.h"\
+ "..\GIOP_Utils.i"\
+ "..\GIOPC.h"\
+ "..\GIOPC.i"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Pluggable_Messaging.h"\
+ "..\Pluggable_Messaging.i"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\Tagged_Profile.h"\
+ "..\Tagged_Profile.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Server_Request.h"\
+ "..\TAO_Server_Request.i"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\AMH_Response_Handler.h"\
+ ".\portableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_AMH_R=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Utils.h"\
+ "..\GIOP_Utils.i"\
+ "..\GIOPC.h"\
+ "..\GIOPC.i"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Pluggable_Messaging.h"\
+ "..\Pluggable_Messaging.i"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\Tagged_Profile.h"\
+ "..\Tagged_Profile.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Server_Request.h"\
+ "..\TAO_Server_Request.i"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\AMH_Response_Handler.h"\
+ ".\portableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_AMH_R=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Utils.h"\
+ "..\GIOP_Utils.i"\
+ "..\GIOPC.h"\
+ "..\GIOPC.i"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Pluggable_Messaging.h"\
+ "..\Pluggable_Messaging.i"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\Tagged_Profile.h"\
+ "..\Tagged_Profile.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Server_Request.h"\
+ "..\TAO_Server_Request.i"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\AMH_Response_Handler.h"\
+ ".\portableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_AMH_R=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Utils.h"\
+ "..\GIOP_Utils.i"\
+ "..\GIOPC.h"\
+ "..\GIOPC.i"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Pluggable_Messaging.h"\
+ "..\Pluggable_Messaging.i"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\Tagged_Profile.h"\
+ "..\Tagged_Profile.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Server_Request.h"\
+ "..\TAO_Server_Request.i"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\AMH_Response_Handler.h"\
+ ".\portableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_AMH_R=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Utils.h"\
+ "..\GIOP_Utils.i"\
+ "..\GIOPC.h"\
+ "..\GIOPC.i"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Pluggable_Messaging.h"\
+ "..\Pluggable_Messaging.i"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\Tagged_Profile.h"\
+ "..\Tagged_Profile.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Server_Request.h"\
+ "..\TAO_Server_Request.i"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\AMH_Response_Handler.h"\
+ ".\portableserver_export.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Collocated_Object.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_COLLO=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_COLLO=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_COLLO=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_COLLO=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_COLLO=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_COLLO=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_COLLO=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_COLLO=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_COLLO=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_COLLO=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_COLLO=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_COLLO=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_COLLO=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_COLLO=\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ ".\Policy_Validator.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_COLLO=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_COLLO=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_COLLO=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_COLLO=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_COLLO=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_COLLO=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_COLLO=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Default_Acceptor_Filter.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DEFAU=\
+ ".\Default_Acceptor_Filter.h"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_DEFAU=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Acceptor_Filter.h"\
+ ".\tao\Pluggable.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DEFAU=\
+ ".\Default_Acceptor_Filter.h"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_DEFAU=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Acceptor_Filter.h"\
+ ".\tao\Pluggable.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_DEFAU=\
+ ".\Default_Acceptor_Filter.h"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_DEFAU=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Acceptor_Filter.h"\
+ ".\tao\Pluggable.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DEFAU=\
+ ".\Default_Acceptor_Filter.h"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_DEFAU=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Acceptor_Filter.h"\
+ ".\tao\Pluggable.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_DEFAU=\
+ ".\Default_Acceptor_Filter.h"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_DEFAU=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Acceptor_Filter.h"\
+ ".\tao\Pluggable.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DEFAU=\
+ ".\Default_Acceptor_Filter.h"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_DEFAU=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Acceptor_Filter.h"\
+ ".\tao\Pluggable.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_DEFAU=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Acceptor_Filter.h"\
+ "..\Acceptor_Filter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Protocol_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\TAO_Export.h"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\varbase.h"\
+ ".\Default_Acceptor_Filter.h"\
+ ".\portableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DEFAU=\
+ ".\Default_Acceptor_Filter.h"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_DEFAU=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Acceptor_Filter.h"\
+ ".\tao\Pluggable.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_DEFAU=\
+ ".\Default_Acceptor_Filter.h"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_DEFAU=\
+ ".\Acceptor_Filter.h"\
+ ".\Acceptor_Filter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DEFAU=\
+ ".\Default_Acceptor_Filter.h"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_DEFAU=\
+ ".\Acceptor_Filter.h"\
+ ".\Acceptor_Filter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_DEFAU=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Acceptor_Filter.h"\
+ "..\Acceptor_Filter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\orbconf.h"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\TAO_Export.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\varbase.h"\
+ ".\Default_Acceptor_Filter.h"\
+ ".\portableserver_export.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Default_ORTC.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DEFAUL=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\ClientInterceptorAdapter.h"\
+ "..\ClientInterceptorAdapter.inl"\
+ "..\ClientRequestInfo_i.h"\
+ "..\ClientRequestInfo_i.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\Invocation.h"\
+ "..\Invocation.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LF_Event.h"\
+ "..\LF_Event.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\operation_details.h"\
+ "..\operation_details.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptor.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Reply_Dispatcher.h"\
+ "..\Reply_Dispatcher.i"\
+ "..\RequestInfo_Util.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Synch_Reply_Dispatcher.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TAOC.h"\
+ "..\TAOC.i"\
+ "..\target_specification.h"\
+ "..\target_specification.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\portableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DEFAUL=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\ClientInterceptorAdapter.h"\
+ "..\ClientInterceptorAdapter.inl"\
+ "..\ClientRequestInfo_i.h"\
+ "..\ClientRequestInfo_i.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\Invocation.h"\
+ "..\Invocation.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LF_Event.h"\
+ "..\LF_Event.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\operation_details.h"\
+ "..\operation_details.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptor.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Reply_Dispatcher.h"\
+ "..\Reply_Dispatcher.i"\
+ "..\RequestInfo_Util.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Synch_Reply_Dispatcher.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TAOC.h"\
+ "..\TAOC.i"\
+ "..\target_specification.h"\
+ "..\target_specification.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\portableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_DEFAUL=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\ClientInterceptorAdapter.h"\
+ "..\ClientInterceptorAdapter.inl"\
+ "..\ClientRequestInfo_i.h"\
+ "..\ClientRequestInfo_i.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\Invocation.h"\
+ "..\Invocation.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LF_Event.h"\
+ "..\LF_Event.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\operation_details.h"\
+ "..\operation_details.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptor.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Reply_Dispatcher.h"\
+ "..\Reply_Dispatcher.i"\
+ "..\RequestInfo_Util.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Synch_Reply_Dispatcher.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TAOC.h"\
+ "..\TAOC.i"\
+ "..\target_specification.h"\
+ "..\target_specification.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\portableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DEFAUL=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\ClientInterceptorAdapter.h"\
+ "..\ClientInterceptorAdapter.inl"\
+ "..\ClientRequestInfo_i.h"\
+ "..\ClientRequestInfo_i.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\Invocation.h"\
+ "..\Invocation.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LF_Event.h"\
+ "..\LF_Event.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\operation_details.h"\
+ "..\operation_details.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptor.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Reply_Dispatcher.h"\
+ "..\Reply_Dispatcher.i"\
+ "..\RequestInfo_Util.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Synch_Reply_Dispatcher.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TAOC.h"\
+ "..\TAOC.i"\
+ "..\target_specification.h"\
+ "..\target_specification.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\portableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_DEFAUL=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\ClientInterceptorAdapter.h"\
+ "..\ClientInterceptorAdapter.inl"\
+ "..\ClientRequestInfo_i.h"\
+ "..\ClientRequestInfo_i.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\Invocation.h"\
+ "..\Invocation.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LF_Event.h"\
+ "..\LF_Event.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\operation_details.h"\
+ "..\operation_details.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptor.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Reply_Dispatcher.h"\
+ "..\Reply_Dispatcher.i"\
+ "..\RequestInfo_Util.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Synch_Reply_Dispatcher.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TAOC.h"\
+ "..\TAOC.i"\
+ "..\target_specification.h"\
+ "..\target_specification.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\portableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DEFAUL=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\ClientInterceptorAdapter.h"\
+ "..\ClientInterceptorAdapter.inl"\
+ "..\ClientRequestInfo_i.h"\
+ "..\ClientRequestInfo_i.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\Invocation.h"\
+ "..\Invocation.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LF_Event.h"\
+ "..\LF_Event.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\operation_details.h"\
+ "..\operation_details.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptor.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Reply_Dispatcher.h"\
+ "..\Reply_Dispatcher.i"\
+ "..\RequestInfo_Util.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Synch_Reply_Dispatcher.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TAOC.h"\
+ "..\TAOC.i"\
+ "..\target_specification.h"\
+ "..\target_specification.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\portableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_DEFAUL=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\ClientInterceptorAdapter.h"\
+ "..\ClientInterceptorAdapter.inl"\
+ "..\ClientRequestInfo_i.h"\
+ "..\ClientRequestInfo_i.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\Invocation.h"\
+ "..\Invocation.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LF_Event.h"\
+ "..\LF_Event.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\operation_details.h"\
+ "..\operation_details.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptor.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Reply_Dispatcher.h"\
+ "..\Reply_Dispatcher.i"\
+ "..\RequestInfo_Util.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Synch_Reply_Dispatcher.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TAOC.h"\
+ "..\TAOC.i"\
+ "..\target_specification.h"\
+ "..\target_specification.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\portableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DEFAUL=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\ClientInterceptorAdapter.h"\
+ "..\ClientInterceptorAdapter.inl"\
+ "..\ClientRequestInfo_i.h"\
+ "..\ClientRequestInfo_i.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\Invocation.h"\
+ "..\Invocation.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LF_Event.h"\
+ "..\LF_Event.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\operation_details.h"\
+ "..\operation_details.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptor.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Reply_Dispatcher.h"\
+ "..\Reply_Dispatcher.i"\
+ "..\RequestInfo_Util.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Synch_Reply_Dispatcher.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TAOC.h"\
+ "..\TAOC.i"\
+ "..\target_specification.h"\
+ "..\target_specification.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\portableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_DEFAUL=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\ClientInterceptorAdapter.h"\
+ "..\ClientInterceptorAdapter.inl"\
+ "..\ClientRequestInfo_i.h"\
+ "..\ClientRequestInfo_i.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\Invocation.h"\
+ "..\Invocation.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LF_Event.h"\
+ "..\LF_Event.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\operation_details.h"\
+ "..\operation_details.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptor.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Reply_Dispatcher.h"\
+ "..\Reply_Dispatcher.i"\
+ "..\RequestInfo_Util.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Synch_Reply_Dispatcher.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TAOC.h"\
+ "..\TAOC.i"\
+ "..\target_specification.h"\
+ "..\target_specification.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\portableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DEFAUL=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\ClientInterceptorAdapter.h"\
+ "..\ClientInterceptorAdapter.inl"\
+ "..\ClientRequestInfo_i.h"\
+ "..\ClientRequestInfo_i.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\Invocation.h"\
+ "..\Invocation.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LF_Event.h"\
+ "..\LF_Event.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\operation_details.h"\
+ "..\operation_details.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptor.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Reply_Dispatcher.h"\
+ "..\Reply_Dispatcher.i"\
+ "..\RequestInfo_Util.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Synch_Reply_Dispatcher.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TAOC.h"\
+ "..\TAOC.i"\
+ "..\target_specification.h"\
+ "..\target_specification.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\portableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_DEFAUL=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\ClientInterceptorAdapter.h"\
+ "..\ClientInterceptorAdapter.inl"\
+ "..\ClientRequestInfo_i.h"\
+ "..\ClientRequestInfo_i.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\Invocation.h"\
+ "..\Invocation.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LF_Event.h"\
+ "..\LF_Event.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\operation_details.h"\
+ "..\operation_details.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptor.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Reply_Dispatcher.h"\
+ "..\Reply_Dispatcher.i"\
+ "..\RequestInfo_Util.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Synch_Reply_Dispatcher.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TAOC.h"\
+ "..\TAOC.i"\
+ "..\target_specification.h"\
+ "..\target_specification.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\portableserver_export.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Default_Policy_Validator.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DEFAULT=\
+ ".\Default_Policy_Validator.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_DEFAULT=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DEFAULT=\
+ ".\Default_Policy_Validator.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_DEFAULT=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_DEFAULT=\
+ ".\Default_Policy_Validator.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_DEFAULT=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DEFAULT=\
+ ".\Default_Policy_Validator.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_DEFAULT=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_DEFAULT=\
+ ".\Default_Policy_Validator.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_DEFAULT=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DEFAULT=\
+ ".\Default_Policy_Validator.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_DEFAULT=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_DEFAULT=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\TAO_Export.h"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\varbase.h"\
+ ".\Default_Policy_Validator.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_DEFAULT=\
+ ".\Policy_Validator.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DEFAULT=\
+ ".\Default_Policy_Validator.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_DEFAULT=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_DEFAULT=\
+ ".\Default_Policy_Validator.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_DEFAULT=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DEFAULT=\
+ ".\Default_Policy_Validator.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_DEFAULT=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_DEFAULT=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\TAO_Export.h"\
+ "..\varbase.h"\
+ ".\Default_Policy_Validator.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Default_Servant_Dispatcher.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DEFAULT_=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Default_Servant_Dispatcher.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+
+NODEP_CPP_DEFAULT_=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DEFAULT_=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Default_Servant_Dispatcher.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+
+NODEP_CPP_DEFAULT_=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_DEFAULT_=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Default_Servant_Dispatcher.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+
+NODEP_CPP_DEFAULT_=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DEFAULT_=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Default_Servant_Dispatcher.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+
+NODEP_CPP_DEFAULT_=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_DEFAULT_=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Default_Servant_Dispatcher.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+
+NODEP_CPP_DEFAULT_=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DEFAULT_=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Default_Servant_Dispatcher.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+
+NODEP_CPP_DEFAULT_=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_DEFAULT_=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orbconf.h"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\TAO_Export.h"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Default_Servant_Dispatcher.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+
+NODEP_CPP_DEFAULT_=\
+ ".\Policy_Validator.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DEFAULT_=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Default_Servant_Dispatcher.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+
+NODEP_CPP_DEFAULT_=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_DEFAULT_=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Default_Servant_Dispatcher.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+
+NODEP_CPP_DEFAULT_=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orbconf.h"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DEFAULT_=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Default_Servant_Dispatcher.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+
+NODEP_CPP_DEFAULT_=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orbconf.h"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_DEFAULT_=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Default_Servant_Dispatcher.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Direct_Object_Proxy_Impl.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DIREC=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_DIREC=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Proxy_Impl.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DIREC=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_DIREC=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Proxy_Impl.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_DIREC=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_DIREC=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Proxy_Impl.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DIREC=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_DIREC=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Proxy_Impl.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_DIREC=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_DIREC=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Proxy_Impl.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DIREC=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_DIREC=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Proxy_Impl.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_DIREC=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\TAO_Export.h"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_DIREC=\
+ ".\Policy_Validator.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DIREC=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_DIREC=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Proxy_Impl.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_DIREC=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_DIREC=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DIREC=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_DIREC=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_DIREC=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\TAO_Export.h"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\ImplRepo_i.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_IMPLR=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\ClientRequestInfo.h"\
+ "..\ClientRequestInfo.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orbconf.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\ImplRepo_i.h"\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\ImplRepoS.h"\
+ ".\ImplRepoS.i"\
+ ".\ImplRepoS_T.cpp"\
+ ".\ImplRepoS_T.h"\
+ ".\ImplRepoS_T.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_IMPLR=\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_IMPLR=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\ClientRequestInfo.h"\
+ "..\ClientRequestInfo.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orbconf.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\ImplRepo_i.h"\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\ImplRepoS.h"\
+ ".\ImplRepoS.i"\
+ ".\ImplRepoS_T.cpp"\
+ ".\ImplRepoS_T.h"\
+ ".\ImplRepoS_T.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_IMPLR=\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_IMPLR=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\ClientRequestInfo.h"\
+ "..\ClientRequestInfo.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orbconf.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\ImplRepo_i.h"\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\ImplRepoS.h"\
+ ".\ImplRepoS.i"\
+ ".\ImplRepoS_T.cpp"\
+ ".\ImplRepoS_T.h"\
+ ".\ImplRepoS_T.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_IMPLR=\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_IMPLR=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\ClientRequestInfo.h"\
+ "..\ClientRequestInfo.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orbconf.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\ImplRepo_i.h"\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\ImplRepoS.h"\
+ ".\ImplRepoS.i"\
+ ".\ImplRepoS_T.cpp"\
+ ".\ImplRepoS_T.h"\
+ ".\ImplRepoS_T.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_IMPLR=\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_IMPLR=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\ClientRequestInfo.h"\
+ "..\ClientRequestInfo.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orbconf.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\ImplRepo_i.h"\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\ImplRepoS.h"\
+ ".\ImplRepoS.i"\
+ ".\ImplRepoS_T.cpp"\
+ ".\ImplRepoS_T.h"\
+ ".\ImplRepoS_T.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_IMPLR=\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_IMPLR=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\ClientRequestInfo.h"\
+ "..\ClientRequestInfo.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orbconf.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\ImplRepo_i.h"\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\ImplRepoS.h"\
+ ".\ImplRepoS.i"\
+ ".\ImplRepoS_T.cpp"\
+ ".\ImplRepoS_T.h"\
+ ".\ImplRepoS_T.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_IMPLR=\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_IMPLR=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\ClientRequestInfo.h"\
+ "..\ClientRequestInfo.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orbconf.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\ImplRepo_i.h"\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\ImplRepoS.h"\
+ ".\ImplRepoS.i"\
+ ".\ImplRepoS_T.cpp"\
+ ".\ImplRepoS_T.h"\
+ ".\ImplRepoS_T.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_IMPLR=\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_IMPLR=\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\ImplRepo_i.h"\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\ImplRepoS.h"\
+ ".\ImplRepoS.i"\
+ ".\ImplRepoS_T.cpp"\
+ ".\ImplRepoS_T.h"\
+ ".\ImplRepoS_T.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_IMPLR=\
+ ".\Abstract_Servant_Base.h"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ClientRequestInfo.h"\
+ ".\ClientRequestInfo.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_IMPLR=\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\ImplRepo_i.h"\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\ImplRepoS.h"\
+ ".\ImplRepoS.i"\
+ ".\ImplRepoS_T.cpp"\
+ ".\ImplRepoS_T.h"\
+ ".\ImplRepoS_T.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_IMPLR=\
+ ".\Abstract_Servant_Base.h"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ClientRequestInfo.h"\
+ ".\ClientRequestInfo.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_IMPLR=\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\ImplRepo_i.h"\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\ImplRepoS.h"\
+ ".\ImplRepoS.i"\
+ ".\ImplRepoS_T.cpp"\
+ ".\ImplRepoS_T.h"\
+ ".\ImplRepoS_T.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_IMPLR=\
+ ".\Abstract_Servant_Base.h"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ClientRequestInfo.h"\
+ ".\ClientRequestInfo.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_IMPLR=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\TAO_Export.h"\
+ "..\varbase.h"\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\ImplRepo_i.h"\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\ImplRepoS.h"\
+ ".\ImplRepoS.i"\
+ ".\ImplRepoS_T.cpp"\
+ ".\ImplRepoS_T.h"\
+ ".\ImplRepoS_T.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\ImplRepoC.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_IMPLRE=\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_IMPLRE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\CDR.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Managed_Types.h"\
+ ".\tao\Object.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\Remote_Object_Proxy_Impl.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_IMPLRE=\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_IMPLRE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\CDR.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Managed_Types.h"\
+ ".\tao\Object.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\Remote_Object_Proxy_Impl.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_IMPLRE=\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_IMPLRE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\CDR.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Managed_Types.h"\
+ ".\tao\Object.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\Remote_Object_Proxy_Impl.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_IMPLRE=\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_IMPLRE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\CDR.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Managed_Types.h"\
+ ".\tao\Object.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\Remote_Object_Proxy_Impl.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_IMPLRE=\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_IMPLRE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\CDR.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Managed_Types.h"\
+ ".\tao\Object.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\Remote_Object_Proxy_Impl.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_IMPLRE=\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_IMPLRE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\CDR.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Managed_Types.h"\
+ ".\tao\Object.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\Remote_Object_Proxy_Impl.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_IMPLRE=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\ClientInterceptorAdapter.h"\
+ "..\ClientInterceptorAdapter.inl"\
+ "..\ClientRequestInfo.h"\
+ "..\ClientRequestInfo.inl"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\Invocation.h"\
+ "..\Invocation.i"\
+ "..\Invocation_Endpoint_Selectors.h"\
+ "..\Invocation_Endpoint_Selectors.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LF_Event.h"\
+ "..\LF_Event.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\operation_details.h"\
+ "..\operation_details.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptor.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Reply_Dispatcher.h"\
+ "..\Reply_Dispatcher.i"\
+ "..\RequestInfo_Util.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Synch_Reply_Dispatcher.h"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TAOC.h"\
+ "..\TAOC.i"\
+ "..\target_specification.h"\
+ "..\target_specification.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_IMPLRE=\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_IMPLRE=\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_IMPLRE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\CDR.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Managed_Types.h"\
+ ".\tao\Object.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\Remote_Object_Proxy_Impl.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_IMPLRE=\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_IMPLRE=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\ClientInterceptorAdapter.h"\
+ ".\ClientInterceptorAdapter.inl"\
+ ".\ClientRequestInfo.h"\
+ ".\ClientRequestInfo.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptor.h"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\RequestInfo_Util.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_IMPLRE=\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_IMPLRE=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\ClientInterceptorAdapter.h"\
+ ".\ClientInterceptorAdapter.inl"\
+ ".\ClientRequestInfo.h"\
+ ".\ClientRequestInfo.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptor.h"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\RequestInfo_Util.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_IMPLRE=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\ClientInterceptorAdapter.h"\
+ "..\ClientInterceptorAdapter.inl"\
+ "..\ClientRequestInfo_i.h"\
+ "..\ClientRequestInfo_i.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\Invocation.h"\
+ "..\Invocation.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LF_Event.h"\
+ "..\LF_Event.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\operation_details.h"\
+ "..\operation_details.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptor.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Reply_Dispatcher.h"\
+ "..\Reply_Dispatcher.i"\
+ "..\RequestInfo_Util.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Synch_Reply_Dispatcher.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TAOC.h"\
+ "..\TAOC.i"\
+ "..\target_specification.h"\
+ "..\target_specification.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\portableserver_export.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\ImplRepoS.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_IMPLREP=\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\ImplRepoS.h"\
+ ".\ImplRepoS.i"\
+ ".\ImplRepoS_T.cpp"\
+ ".\ImplRepoS_T.h"\
+ ".\ImplRepoS_T.i"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_IMPLREP=\
+ ".\ace\config-all.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\CDR.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\Managed_Types.h"\
+ ".\tao\Object.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\PortableServer\Collocated_Object.h"\
+ ".\tao\PortableServer\Direct_Object_Proxy_Impl.h"\
+ ".\tao\PortableServer\Object_Adapter.h"\
+ ".\tao\PortableServer\Operation_Table.h"\
+ ".\tao\PortableServer\PortableServer.h"\
+ ".\tao\PortableServer\Servant_Base.h"\
+ ".\tao\PortableServer\ServerInterceptorAdapter.h"\
+ ".\tao\PortableServer\ServerRequestInfo.h"\
+ ".\tao\PortableServer\ThruPOA_Object_Proxy_Impl.h"\
+ ".\tao\Remote_Object_Proxy_Impl.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_IMPLREP=\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\ImplRepoS.h"\
+ ".\ImplRepoS.i"\
+ ".\ImplRepoS_T.cpp"\
+ ".\ImplRepoS_T.h"\
+ ".\ImplRepoS_T.i"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_IMPLREP=\
+ ".\ace\config-all.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\CDR.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\Managed_Types.h"\
+ ".\tao\Object.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\PortableServer\Collocated_Object.h"\
+ ".\tao\PortableServer\Direct_Object_Proxy_Impl.h"\
+ ".\tao\PortableServer\Object_Adapter.h"\
+ ".\tao\PortableServer\Operation_Table.h"\
+ ".\tao\PortableServer\PortableServer.h"\
+ ".\tao\PortableServer\Servant_Base.h"\
+ ".\tao\PortableServer\ServerInterceptorAdapter.h"\
+ ".\tao\PortableServer\ServerRequestInfo.h"\
+ ".\tao\PortableServer\ThruPOA_Object_Proxy_Impl.h"\
+ ".\tao\Remote_Object_Proxy_Impl.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_IMPLREP=\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\ImplRepoS.h"\
+ ".\ImplRepoS.i"\
+ ".\ImplRepoS_T.cpp"\
+ ".\ImplRepoS_T.h"\
+ ".\ImplRepoS_T.i"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_IMPLREP=\
+ ".\ace\config-all.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\CDR.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\Managed_Types.h"\
+ ".\tao\Object.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\PortableServer\Collocated_Object.h"\
+ ".\tao\PortableServer\Direct_Object_Proxy_Impl.h"\
+ ".\tao\PortableServer\Object_Adapter.h"\
+ ".\tao\PortableServer\Operation_Table.h"\
+ ".\tao\PortableServer\PortableServer.h"\
+ ".\tao\PortableServer\Servant_Base.h"\
+ ".\tao\PortableServer\ServerInterceptorAdapter.h"\
+ ".\tao\PortableServer\ServerRequestInfo.h"\
+ ".\tao\PortableServer\ThruPOA_Object_Proxy_Impl.h"\
+ ".\tao\Remote_Object_Proxy_Impl.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_IMPLREP=\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\ImplRepoS.h"\
+ ".\ImplRepoS.i"\
+ ".\ImplRepoS_T.cpp"\
+ ".\ImplRepoS_T.h"\
+ ".\ImplRepoS_T.i"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_IMPLREP=\
+ ".\ace\config-all.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\CDR.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\Managed_Types.h"\
+ ".\tao\Object.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\PortableServer\Collocated_Object.h"\
+ ".\tao\PortableServer\Direct_Object_Proxy_Impl.h"\
+ ".\tao\PortableServer\Object_Adapter.h"\
+ ".\tao\PortableServer\Operation_Table.h"\
+ ".\tao\PortableServer\PortableServer.h"\
+ ".\tao\PortableServer\Servant_Base.h"\
+ ".\tao\PortableServer\ServerInterceptorAdapter.h"\
+ ".\tao\PortableServer\ServerRequestInfo.h"\
+ ".\tao\PortableServer\ThruPOA_Object_Proxy_Impl.h"\
+ ".\tao\Remote_Object_Proxy_Impl.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_IMPLREP=\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\ImplRepoS.h"\
+ ".\ImplRepoS.i"\
+ ".\ImplRepoS_T.cpp"\
+ ".\ImplRepoS_T.h"\
+ ".\ImplRepoS_T.i"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_IMPLREP=\
+ ".\ace\config-all.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\CDR.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\Managed_Types.h"\
+ ".\tao\Object.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\PortableServer\Collocated_Object.h"\
+ ".\tao\PortableServer\Direct_Object_Proxy_Impl.h"\
+ ".\tao\PortableServer\Object_Adapter.h"\
+ ".\tao\PortableServer\Operation_Table.h"\
+ ".\tao\PortableServer\PortableServer.h"\
+ ".\tao\PortableServer\Servant_Base.h"\
+ ".\tao\PortableServer\ServerInterceptorAdapter.h"\
+ ".\tao\PortableServer\ServerRequestInfo.h"\
+ ".\tao\PortableServer\ThruPOA_Object_Proxy_Impl.h"\
+ ".\tao\Remote_Object_Proxy_Impl.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_IMPLREP=\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\ImplRepoS.h"\
+ ".\ImplRepoS.i"\
+ ".\ImplRepoS_T.cpp"\
+ ".\ImplRepoS_T.h"\
+ ".\ImplRepoS_T.i"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_IMPLREP=\
+ ".\ace\config-all.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\CDR.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\Managed_Types.h"\
+ ".\tao\Object.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\PortableServer\Collocated_Object.h"\
+ ".\tao\PortableServer\Direct_Object_Proxy_Impl.h"\
+ ".\tao\PortableServer\Object_Adapter.h"\
+ ".\tao\PortableServer\Operation_Table.h"\
+ ".\tao\PortableServer\PortableServer.h"\
+ ".\tao\PortableServer\Servant_Base.h"\
+ ".\tao\PortableServer\ServerInterceptorAdapter.h"\
+ ".\tao\PortableServer\ServerRequestInfo.h"\
+ ".\tao\PortableServer\ThruPOA_Object_Proxy_Impl.h"\
+ ".\tao\Remote_Object_Proxy_Impl.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_IMPLREP=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Dynamic_Service.cpp"\
+ "..\..\..\ace\Dynamic_Service.h"\
+ "..\..\..\ace\Dynamic_Service.i"\
+ "..\..\..\ace\Dynamic_Service_Base.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\ClientRequestInfo.h"\
+ "..\ClientRequestInfo.inl"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\GIOPC.h"\
+ "..\GIOPC.i"\
+ "..\IFR_Client_Adapter.h"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptor.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\RequestInfo_Util.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\Tagged_Profile.h"\
+ "..\Tagged_Profile.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Server_Request.h"\
+ "..\TAO_Server_Request.i"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\ImplRepoS.h"\
+ ".\ImplRepoS.i"\
+ ".\ImplRepoS_T.cpp"\
+ ".\ImplRepoS_T.h"\
+ ".\ImplRepoS_T.i"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\Operation_Table.h"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ServerInterceptorAdapter.h"\
+ ".\ServerInterceptorAdapter.inl"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_IMPLREP=\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ ".\Policy_Validator.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_IMPLREP=\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\ImplRepoS.h"\
+ ".\ImplRepoS.i"\
+ ".\ImplRepoS_T.cpp"\
+ ".\ImplRepoS_T.h"\
+ ".\ImplRepoS_T.i"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_IMPLREP=\
+ ".\ace\config-all.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\CDR.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\Managed_Types.h"\
+ ".\tao\Object.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\PortableServer\Collocated_Object.h"\
+ ".\tao\PortableServer\Direct_Object_Proxy_Impl.h"\
+ ".\tao\PortableServer\Object_Adapter.h"\
+ ".\tao\PortableServer\Operation_Table.h"\
+ ".\tao\PortableServer\PortableServer.h"\
+ ".\tao\PortableServer\Servant_Base.h"\
+ ".\tao\PortableServer\ServerInterceptorAdapter.h"\
+ ".\tao\PortableServer\ServerRequestInfo.h"\
+ ".\tao\PortableServer\ThruPOA_Object_Proxy_Impl.h"\
+ ".\tao\Remote_Object_Proxy_Impl.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_IMPLREP=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\ImplRepoS.h"\
+ ".\ImplRepoS.i"\
+ ".\ImplRepoS_T.cpp"\
+ ".\ImplRepoS_T.h"\
+ ".\ImplRepoS_T.i"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\Operation_Table.h"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ServerInterceptorAdapter.h"\
+ ".\ServerInterceptorAdapter.inl"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_IMPLREP=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic_Service.cpp"\
+ ".\ce\Dynamic_Service.h"\
+ ".\ce\Dynamic_Service.i"\
+ ".\ce\Dynamic_Service_Base.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\ClientRequestInfo.h"\
+ ".\ClientRequestInfo.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\GIOPC.h"\
+ ".\GIOPC.i"\
+ ".\IFR_Client_Adapter.h"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptor.h"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\RequestInfo_Util.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\Tagged_Profile.h"\
+ ".\Tagged_Profile.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Server_Request.h"\
+ ".\TAO_Server_Request.i"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_IMPLREP=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\ImplRepoS.h"\
+ ".\ImplRepoS.i"\
+ ".\ImplRepoS_T.cpp"\
+ ".\ImplRepoS_T.h"\
+ ".\ImplRepoS_T.i"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\Operation_Table.h"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ServerInterceptorAdapter.h"\
+ ".\ServerInterceptorAdapter.inl"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_IMPLREP=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic_Service.cpp"\
+ ".\ce\Dynamic_Service.h"\
+ ".\ce\Dynamic_Service.i"\
+ ".\ce\Dynamic_Service_Base.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\ClientRequestInfo.h"\
+ ".\ClientRequestInfo.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\GIOPC.h"\
+ ".\GIOPC.i"\
+ ".\IFR_Client_Adapter.h"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptor.h"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\RequestInfo_Util.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\Tagged_Profile.h"\
+ ".\Tagged_Profile.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Server_Request.h"\
+ ".\TAO_Server_Request.i"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_IMPLREP=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Dynamic_Service.cpp"\
+ "..\..\..\ace\Dynamic_Service.h"\
+ "..\..\..\ace\Dynamic_Service.i"\
+ "..\..\..\ace\Dynamic_Service_Base.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOPC.h"\
+ "..\GIOPC.i"\
+ "..\IFR_Client_Adapter.h"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptor.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\RequestInfo_Util.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Tagged_Profile.h"\
+ "..\Tagged_Profile.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Server_Request.h"\
+ "..\TAO_Server_Request.i"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\ImplRepoS.h"\
+ ".\ImplRepoS.i"\
+ ".\ImplRepoS_T.cpp"\
+ ".\ImplRepoS_T.h"\
+ ".\ImplRepoS_T.i"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\Operation_Table.h"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ServerInterceptorAdapter.h"\
+ ".\ServerInterceptorAdapter.inl"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\IORInfo.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_IORIN=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\IORInfo.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_IORIN=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\IORInfo.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_IORIN=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\IORInfo.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_IORIN=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\IORInfo.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_IORIN=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\IORInfo.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_IORIN=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\IORInfo.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_IORIN=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\IORInfo.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_IORIN=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\IORInfo.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_IORIN=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\IORInfo.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_IORIN=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\IORInfo.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_IORIN=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\IORInfo.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Key_Adapters.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_KEY_A=\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_KEY_A=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_KEY_A=\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_KEY_A=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_KEY_A=\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_KEY_A=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_KEY_A=\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_KEY_A=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_KEY_A=\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_KEY_A=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_KEY_A=\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_KEY_A=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_KEY_A=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\TAO_Export.h"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\varbase.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_KEY_A=\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_KEY_A=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_KEY_A=\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_KEY_A=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_KEY_A=\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_KEY_A=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_KEY_A=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\TAO_Export.h"\
+ "..\varbase.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Object_Adapter.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_OBJEC=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Default_Servant_Dispatcher.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+ ".\ServerInterceptorAdapter.h"\
+ ".\ServerInterceptorAdapter.inl"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+ ".\Strategized_Object_Proxy_Broker.h"\
+
+NODEP_CPP_OBJEC=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\debug.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Interceptor_List.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\Object_Proxy_Broker.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\POA_Extension_Initializer.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Service_Context.h"\
+ ".\tao\StringSeqC.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_OBJEC=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Default_Servant_Dispatcher.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+ ".\ServerInterceptorAdapter.h"\
+ ".\ServerInterceptorAdapter.inl"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+ ".\Strategized_Object_Proxy_Broker.h"\
+
+NODEP_CPP_OBJEC=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\debug.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Interceptor_List.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\Object_Proxy_Broker.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\POA_Extension_Initializer.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Service_Context.h"\
+ ".\tao\StringSeqC.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_OBJEC=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Default_Servant_Dispatcher.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+ ".\ServerInterceptorAdapter.h"\
+ ".\ServerInterceptorAdapter.inl"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+ ".\Strategized_Object_Proxy_Broker.h"\
+
+NODEP_CPP_OBJEC=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\debug.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Interceptor_List.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\Object_Proxy_Broker.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\POA_Extension_Initializer.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Service_Context.h"\
+ ".\tao\StringSeqC.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_OBJEC=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Default_Servant_Dispatcher.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+ ".\ServerInterceptorAdapter.h"\
+ ".\ServerInterceptorAdapter.inl"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+ ".\Strategized_Object_Proxy_Broker.h"\
+
+NODEP_CPP_OBJEC=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\debug.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Interceptor_List.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\Object_Proxy_Broker.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\POA_Extension_Initializer.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Service_Context.h"\
+ ".\tao\StringSeqC.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_OBJEC=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Default_Servant_Dispatcher.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+ ".\ServerInterceptorAdapter.h"\
+ ".\ServerInterceptorAdapter.inl"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+ ".\Strategized_Object_Proxy_Broker.h"\
+
+NODEP_CPP_OBJEC=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\debug.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Interceptor_List.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\Object_Proxy_Broker.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\POA_Extension_Initializer.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Service_Context.h"\
+ ".\tao\StringSeqC.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_OBJEC=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Default_Servant_Dispatcher.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+ ".\ServerInterceptorAdapter.h"\
+ ".\ServerInterceptorAdapter.inl"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+ ".\Strategized_Object_Proxy_Broker.h"\
+
+NODEP_CPP_OBJEC=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\debug.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Interceptor_List.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\Object_Proxy_Broker.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\POA_Extension_Initializer.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Service_Context.h"\
+ ".\tao\StringSeqC.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_OBJEC=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Dynamic_Service.cpp"\
+ "..\..\..\ace\Dynamic_Service.h"\
+ "..\..\..\ace\Dynamic_Service.i"\
+ "..\..\..\ace\Dynamic_Service_Base.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\High_Res_Timer.h"\
+ "..\..\..\ace\High_Res_Timer.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timeprobe.h"\
+ "..\..\..\ace\Timeprobe.i"\
+ "..\..\..\ace\Timeprobe_T.cpp"\
+ "..\..\..\ace\Timeprobe_T.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\GIOPC.h"\
+ "..\GIOPC.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptor.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\Tagged_Profile.h"\
+ "..\Tagged_Profile.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Server_Request.h"\
+ "..\TAO_Server_Request.i"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\Thread_Lane_Resources_Manager.h"\
+ "..\Thread_Lane_Resources_Manager.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\Timeprobe.h"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Default_Servant_Dispatcher.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+ ".\ServerInterceptorAdapter.h"\
+ ".\ServerInterceptorAdapter.inl"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+ ".\Strategized_Object_Proxy_Broker.h"\
+
+NODEP_CPP_OBJEC=\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ ".\Object_Key_Strategy.h"\
+ ".\Object_Key_Strategy.inl"\
+ ".\Object_Key_Strategy_Factory.h"\
+ ".\Policy_Validator.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_OBJEC=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Default_Servant_Dispatcher.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+ ".\ServerInterceptorAdapter.h"\
+ ".\ServerInterceptorAdapter.inl"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+ ".\Strategized_Object_Proxy_Broker.h"\
+
+NODEP_CPP_OBJEC=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\debug.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Interceptor_List.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\Object_Proxy_Broker.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\POA_Extension_Initializer.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Service_Context.h"\
+ ".\tao\StringSeqC.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_OBJEC=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Default_Servant_Dispatcher.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+ ".\ServerInterceptorAdapter.h"\
+ ".\ServerInterceptorAdapter.inl"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+ ".\Strategized_Object_Proxy_Broker.h"\
+
+NODEP_CPP_OBJEC=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Auto_Ptr.cpp"\
+ ".\ce\Auto_Ptr.h"\
+ ".\ce\Auto_Ptr.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\High_Res_Timer.h"\
+ ".\ce\High_Res_Timer.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timeprobe.h"\
+ ".\ce\Timeprobe.i"\
+ ".\ce\Timeprobe_T.cpp"\
+ ".\ce\Timeprobe_T.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\GIOPC.h"\
+ ".\GIOPC.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\POA_Extension_Initializer.h"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptor.h"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\Tagged_Profile.h"\
+ ".\Tagged_Profile.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Server_Request.h"\
+ ".\TAO_Server_Request.i"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Timeprobe.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_OBJEC=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Default_Servant_Dispatcher.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+ ".\ServerInterceptorAdapter.h"\
+ ".\ServerInterceptorAdapter.inl"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+ ".\Strategized_Object_Proxy_Broker.h"\
+
+NODEP_CPP_OBJEC=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Auto_Ptr.cpp"\
+ ".\ce\Auto_Ptr.h"\
+ ".\ce\Auto_Ptr.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\High_Res_Timer.h"\
+ ".\ce\High_Res_Timer.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timeprobe.h"\
+ ".\ce\Timeprobe.i"\
+ ".\ce\Timeprobe_T.cpp"\
+ ".\ce\Timeprobe_T.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\GIOPC.h"\
+ ".\GIOPC.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptor.h"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\Tagged_Profile.h"\
+ ".\Tagged_Profile.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Server_Request.h"\
+ ".\TAO_Server_Request.i"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\Thread_Lane_Resources_Manager.h"\
+ ".\Thread_Lane_Resources_Manager.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Timeprobe.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_OBJEC=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\High_Res_Timer.h"\
+ "..\..\..\ace\High_Res_Timer.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timeprobe.h"\
+ "..\..\..\ace\Timeprobe.i"\
+ "..\..\..\ace\Timeprobe_T.cpp"\
+ "..\..\..\ace\Timeprobe_T.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\GIOPC.h"\
+ "..\GIOPC.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptor.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\Tagged_Profile.h"\
+ "..\Tagged_Profile.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Server_Request.h"\
+ "..\TAO_Server_Request.i"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\Thread_Lane_Resources_Manager.h"\
+ "..\Thread_Lane_Resources_Manager.i"\
+ "..\Timeprobe.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Default_Servant_Dispatcher.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+ ".\ServerInterceptorAdapter.h"\
+ ".\ServerInterceptorAdapter.inl"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+ ".\Strategized_Object_Proxy_Broker.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\ObjectReferenceFactory.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_OBJECT=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\ObjectReferenceFactory.h"\
+ ".\ObjectReferenceFactory.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_OBJECT=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\ObjectReferenceFactory.h"\
+ ".\ObjectReferenceFactory.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_OBJECT=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\ObjectReferenceFactory.h"\
+ ".\ObjectReferenceFactory.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_OBJECT=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\ObjectReferenceFactory.h"\
+ ".\ObjectReferenceFactory.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_OBJECT=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\ObjectReferenceFactory.h"\
+ ".\ObjectReferenceFactory.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_OBJECT=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\ObjectReferenceFactory.h"\
+ ".\ObjectReferenceFactory.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_OBJECT=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\ObjectReferenceFactory.h"\
+ ".\ObjectReferenceFactory.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_OBJECT=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\ObjectReferenceFactory.h"\
+ ".\ObjectReferenceFactory.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_OBJECT=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\ObjectReferenceFactory.h"\
+ ".\ObjectReferenceFactory.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_OBJECT=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\ObjectReferenceFactory.h"\
+ ".\ObjectReferenceFactory.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_OBJECT=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\ObjectReferenceFactory.h"\
+ ".\ObjectReferenceFactory.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\ObjectReferenceTemplate.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_OBJECTR=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\ObjectReferenceTemplate.h"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_OBJECTR=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\ObjectReferenceTemplate.h"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_OBJECTR=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\ObjectReferenceTemplate.h"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_OBJECTR=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\ObjectReferenceTemplate.h"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_OBJECTR=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\ObjectReferenceTemplate.h"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_OBJECTR=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\ObjectReferenceTemplate.h"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_OBJECTR=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\ObjectReferenceTemplate.h"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_OBJECTR=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\ObjectReferenceTemplate.h"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_OBJECTR=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\ObjectReferenceTemplate.h"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_OBJECTR=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\ObjectReferenceTemplate.h"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_OBJECTR=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\ObjectReferenceTemplate.h"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Operation_Table.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_OPERA=\
+ ".\Operation_Table.h"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_OPERA=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Synch.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\ORB.h"\
+ ".\tao\TAO_Singleton.h"\
+ ".\tao\Timeprobe.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_OPERA=\
+ ".\Operation_Table.h"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_OPERA=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Synch.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\ORB.h"\
+ ".\tao\TAO_Singleton.h"\
+ ".\tao\Timeprobe.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_OPERA=\
+ ".\Operation_Table.h"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_OPERA=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Synch.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\ORB.h"\
+ ".\tao\TAO_Singleton.h"\
+ ".\tao\Timeprobe.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_OPERA=\
+ ".\Operation_Table.h"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_OPERA=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Synch.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\ORB.h"\
+ ".\tao\TAO_Singleton.h"\
+ ".\tao\Timeprobe.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_OPERA=\
+ ".\Operation_Table.h"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_OPERA=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Synch.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\ORB.h"\
+ ".\tao\TAO_Singleton.h"\
+ ".\tao\Timeprobe.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_OPERA=\
+ ".\Operation_Table.h"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_OPERA=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Synch.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\ORB.h"\
+ ".\tao\TAO_Singleton.h"\
+ ".\tao\Timeprobe.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_OPERA=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\High_Res_Timer.h"\
+ "..\..\..\ace\High_Res_Timer.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timeprobe.h"\
+ "..\..\..\ace\Timeprobe.i"\
+ "..\..\..\ace\Timeprobe_T.cpp"\
+ "..\..\..\ace\Timeprobe_T.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orbconf.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Timeprobe.h"\
+ "..\try_macros.h"\
+ "..\varbase.h"\
+ ".\Operation_Table.h"\
+ ".\portableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_OPERA=\
+ ".\Operation_Table.h"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_OPERA=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Synch.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\ORB.h"\
+ ".\tao\TAO_Singleton.h"\
+ ".\tao\Timeprobe.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_OPERA=\
+ ".\Operation_Table.h"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_OPERA=\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\High_Res_Timer.h"\
+ ".\ce\High_Res_Timer.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timeprobe.h"\
+ ".\ce\Timeprobe.i"\
+ ".\ce\Timeprobe_T.cpp"\
+ ".\ce\Timeprobe_T.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Timeprobe.h"\
+ ".\try_macros.h"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_OPERA=\
+ ".\Operation_Table.h"\
+ ".\portableserver_export.h"\
+
+NODEP_CPP_OPERA=\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\High_Res_Timer.h"\
+ ".\ce\High_Res_Timer.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timeprobe.h"\
+ ".\ce\Timeprobe.i"\
+ ".\ce\Timeprobe_T.cpp"\
+ ".\ce\Timeprobe_T.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Timeprobe.h"\
+ ".\try_macros.h"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_OPERA=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\High_Res_Timer.h"\
+ "..\..\..\ace\High_Res_Timer.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timeprobe.h"\
+ "..\..\..\ace\Timeprobe.i"\
+ "..\..\..\ace\Timeprobe_T.cpp"\
+ "..\..\..\ace\Timeprobe_T.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Timeprobe.h"\
+ "..\varbase.h"\
+ ".\Operation_Table.h"\
+ ".\portableserver_export.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\ORB_Manager.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_ORB_M=\
+ ".\ORB_Manager.h"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_ORB_M=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\ORB.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_ORB_M=\
+ ".\ORB_Manager.h"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_ORB_M=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\ORB.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_ORB_M=\
+ ".\ORB_Manager.h"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_ORB_M=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\ORB.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_ORB_M=\
+ ".\ORB_Manager.h"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_ORB_M=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\ORB.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_ORB_M=\
+ ".\ORB_Manager.h"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_ORB_M=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\ORB.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_ORB_M=\
+ ".\ORB_Manager.h"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_ORB_M=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\ORB.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_ORB_M=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orbconf.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\TAO_Export.h"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\varbase.h"\
+ ".\ORB_Manager.h"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_ORB_M=\
+ ".\ORB_Manager.h"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_ORB_M=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\ORB.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_ORB_M=\
+ ".\ORB_Manager.h"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_ORB_M=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_ORB_M=\
+ ".\ORB_Manager.h"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_ORB_M=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_ORB_M=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\TAO_Export.h"\
+ "..\varbase.h"\
+ ".\ORB_Manager.h"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\POA.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_POA_C=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Acceptor_Filter.h"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_POA_C=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Acceptor_Filter.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\debug.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableServer\ImplRepo_i.h"\
+ ".\tao\PortableServer\ImplRepoC.h"\
+ ".\tao\PortableServer\ImplRepoS.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_POA_C=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Acceptor_Filter.h"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_POA_C=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Acceptor_Filter.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\debug.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableServer\ImplRepo_i.h"\
+ ".\tao\PortableServer\ImplRepoC.h"\
+ ".\tao\PortableServer\ImplRepoS.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_POA_C=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Acceptor_Filter.h"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_POA_C=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Acceptor_Filter.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\debug.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableServer\ImplRepo_i.h"\
+ ".\tao\PortableServer\ImplRepoC.h"\
+ ".\tao\PortableServer\ImplRepoS.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_POA_C=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Acceptor_Filter.h"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_POA_C=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Acceptor_Filter.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\debug.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableServer\ImplRepo_i.h"\
+ ".\tao\PortableServer\ImplRepoC.h"\
+ ".\tao\PortableServer\ImplRepoS.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_POA_C=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Acceptor_Filter.h"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_POA_C=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Acceptor_Filter.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\debug.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableServer\ImplRepo_i.h"\
+ ".\tao\PortableServer\ImplRepoC.h"\
+ ".\tao\PortableServer\ImplRepoS.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_POA_C=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Acceptor_Filter.h"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_POA_C=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Acceptor_Filter.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\debug.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableServer\ImplRepo_i.h"\
+ ".\tao\PortableServer\ImplRepoC.h"\
+ ".\tao\PortableServer\ImplRepoS.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_POA_C=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Acceptor_Filter.h"\
+ "..\Acceptor_Filter.i"\
+ "..\Acceptor_Registry.h"\
+ "..\Acceptor_Registry.i"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\ClientRequestInfo.h"\
+ "..\ClientRequestInfo.inl"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Default_Acceptor_Filter.h"\
+ ".\Default_Policy_Validator.h"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\ImplRepo_i.h"\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\ImplRepoS.h"\
+ ".\ImplRepoS.i"\
+ ".\ImplRepoS_T.cpp"\
+ ".\ImplRepoS_T.h"\
+ ".\ImplRepoS_T.i"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_POA_C=\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ ".\Object_Key_Strategy.h"\
+ ".\Object_Key_Strategy.inl"\
+ ".\Object_Key_Strategy_Factory.h"\
+ ".\Policy_Validator.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_POA_C=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Acceptor_Filter.h"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_POA_C=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Acceptor_Filter.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\debug.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableServer\ImplRepo_i.h"\
+ ".\tao\PortableServer\ImplRepoC.h"\
+ ".\tao\PortableServer\ImplRepoS.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_POA_C=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Default_Acceptor_Filter.h"\
+ ".\Default_Policy_Validator.h"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\ImplRepo_i.h"\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\ImplRepoS.h"\
+ ".\ImplRepoS.i"\
+ ".\ImplRepoS_T.cpp"\
+ ".\ImplRepoS_T.h"\
+ ".\ImplRepoS_T.i"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_POA_C=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Acceptor_Filter.h"\
+ ".\Acceptor_Filter.i"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Auto_Ptr.cpp"\
+ ".\ce\Auto_Ptr.h"\
+ ".\ce\Auto_Ptr.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\ClientRequestInfo.h"\
+ ".\ClientRequestInfo.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_POA_C=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Default_Acceptor_Filter.h"\
+ ".\Default_Policy_Validator.h"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\ImplRepo_i.h"\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\ImplRepoS.h"\
+ ".\ImplRepoS.i"\
+ ".\ImplRepoS_T.cpp"\
+ ".\ImplRepoS_T.h"\
+ ".\ImplRepoS_T.i"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_POA_C=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Acceptor_Filter.h"\
+ ".\Acceptor_Filter.i"\
+ ".\Acceptor_Registry.h"\
+ ".\Acceptor_Registry.i"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Auto_Ptr.cpp"\
+ ".\ce\Auto_Ptr.h"\
+ ".\ce\Auto_Ptr.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\ClientRequestInfo.h"\
+ ".\ClientRequestInfo.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_POA_C=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Acceptor_Filter.h"\
+ "..\Acceptor_Filter.i"\
+ "..\Acceptor_Registry.h"\
+ "..\Acceptor_Registry.i"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Default_Acceptor_Filter.h"\
+ ".\Default_ORTC.h"\
+ ".\Default_ORTC.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\ImplRepo_i.h"\
+ ".\ImplRepoC.h"\
+ ".\ImplRepoC.i"\
+ ".\ImplRepoS.h"\
+ ".\ImplRepoS.i"\
+ ".\ImplRepoS_T.cpp"\
+ ".\ImplRepoS_T.h"\
+ ".\ImplRepoS_T.i"\
+ ".\IORInfo.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\ObjectReferenceFactory.h"\
+ ".\ObjectReferenceTemplate.h"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\PortableGroup_Hooks.h"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\POA_Cached_Policies.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_POA_CA=\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_POA_CA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_POA_CA=\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_POA_CA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_POA_CA=\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_POA_CA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_POA_CA=\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_POA_CA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_POA_CA=\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_POA_CA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_POA_CA=\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_POA_CA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_POA_CA=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\TAO_Export.h"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\varbase.h"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_POA_CA=\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_POA_CA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_POA_CA=\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_POA_CA=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_POA_CA=\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_POA_CA=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_POA_CA=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\TAO_Export.h"\
+ "..\varbase.h"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\POA_Policies.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_POA_P=\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_POA_P=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_POA_P=\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_POA_P=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_POA_P=\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_POA_P=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_POA_P=\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_POA_P=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_POA_P=\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_POA_P=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_POA_P=\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_POA_P=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_POA_P=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\TAO_Export.h"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\varbase.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_POA_P=\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_POA_P=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_POA_P=\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_POA_P=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_POA_P=\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_POA_P=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_POA_P=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\TAO_Export.h"\
+ "..\varbase.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\POA_Policy_Set.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_POA_PO=\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_POA_PO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_POA_PO=\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_POA_PO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_POA_PO=\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_POA_PO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_POA_PO=\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_POA_PO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_POA_PO=\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_POA_PO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_POA_PO=\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_POA_PO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_POA_PO=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_POA_PO=\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ ".\Policy_Validator.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_POA_PO=\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_POA_PO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_POA_PO=\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_POA_PO=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_POA_PO=\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+NODEP_CPP_POA_PO=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_POA_PO=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\POAManager.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_POAMA=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_POAMA=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_POAMA=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_POAMA=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_POAMA=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_POAMA=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_POAMA=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_POAMA=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_POAMA=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_POAMA=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_POAMA=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_POAMA=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_POAMA=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orbconf.h"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\TAO_Export.h"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_POAMA=\
+ ".\Policy_Validator.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_POAMA=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_POAMA=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_POAMA=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_POAMA=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orbconf.h"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_POAMA=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_POAMA=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orbconf.h"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_POAMA=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\PolicyS.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_POLIC=\
+ ".\PolicyS.h"\
+ ".\PolicyS.i"\
+ ".\PolicyS_T.cpp"\
+ ".\PolicyS_T.h"\
+ ".\PolicyS_T.i"\
+
+NODEP_CPP_POLIC=\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\PortableServer\Collocated_Object.h"\
+ ".\tao\PortableServer\Direct_Object_Proxy_Impl.h"\
+ ".\tao\PortableServer\Object_Adapter.h"\
+ ".\tao\PortableServer\Operation_Table.h"\
+ ".\tao\PortableServer\PortableServer.h"\
+ ".\tao\PortableServer\Servant_Base.h"\
+ ".\tao\PortableServer\ServerInterceptorAdapter.h"\
+ ".\tao\PortableServer\ServerRequestInfo.h"\
+ ".\tao\PortableServer\ThruPOA_Object_Proxy_Impl.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_POLIC=\
+ ".\PolicyS.h"\
+ ".\PolicyS.i"\
+ ".\PolicyS_T.cpp"\
+ ".\PolicyS_T.h"\
+ ".\PolicyS_T.i"\
+
+NODEP_CPP_POLIC=\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\PortableServer\Collocated_Object.h"\
+ ".\tao\PortableServer\Direct_Object_Proxy_Impl.h"\
+ ".\tao\PortableServer\Object_Adapter.h"\
+ ".\tao\PortableServer\Operation_Table.h"\
+ ".\tao\PortableServer\PortableServer.h"\
+ ".\tao\PortableServer\Servant_Base.h"\
+ ".\tao\PortableServer\ServerInterceptorAdapter.h"\
+ ".\tao\PortableServer\ServerRequestInfo.h"\
+ ".\tao\PortableServer\ThruPOA_Object_Proxy_Impl.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_POLIC=\
+ ".\PolicyS.h"\
+ ".\PolicyS.i"\
+ ".\PolicyS_T.cpp"\
+ ".\PolicyS_T.h"\
+ ".\PolicyS_T.i"\
+
+NODEP_CPP_POLIC=\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\PortableServer\Collocated_Object.h"\
+ ".\tao\PortableServer\Direct_Object_Proxy_Impl.h"\
+ ".\tao\PortableServer\Object_Adapter.h"\
+ ".\tao\PortableServer\Operation_Table.h"\
+ ".\tao\PortableServer\PortableServer.h"\
+ ".\tao\PortableServer\Servant_Base.h"\
+ ".\tao\PortableServer\ServerInterceptorAdapter.h"\
+ ".\tao\PortableServer\ServerRequestInfo.h"\
+ ".\tao\PortableServer\ThruPOA_Object_Proxy_Impl.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_POLIC=\
+ ".\PolicyS.h"\
+ ".\PolicyS.i"\
+ ".\PolicyS_T.cpp"\
+ ".\PolicyS_T.h"\
+ ".\PolicyS_T.i"\
+
+NODEP_CPP_POLIC=\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\PortableServer\Collocated_Object.h"\
+ ".\tao\PortableServer\Direct_Object_Proxy_Impl.h"\
+ ".\tao\PortableServer\Object_Adapter.h"\
+ ".\tao\PortableServer\Operation_Table.h"\
+ ".\tao\PortableServer\PortableServer.h"\
+ ".\tao\PortableServer\Servant_Base.h"\
+ ".\tao\PortableServer\ServerInterceptorAdapter.h"\
+ ".\tao\PortableServer\ServerRequestInfo.h"\
+ ".\tao\PortableServer\ThruPOA_Object_Proxy_Impl.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_POLIC=\
+ ".\PolicyS.h"\
+ ".\PolicyS.i"\
+ ".\PolicyS_T.cpp"\
+ ".\PolicyS_T.h"\
+ ".\PolicyS_T.i"\
+
+NODEP_CPP_POLIC=\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\PortableServer\Collocated_Object.h"\
+ ".\tao\PortableServer\Direct_Object_Proxy_Impl.h"\
+ ".\tao\PortableServer\Object_Adapter.h"\
+ ".\tao\PortableServer\Operation_Table.h"\
+ ".\tao\PortableServer\PortableServer.h"\
+ ".\tao\PortableServer\Servant_Base.h"\
+ ".\tao\PortableServer\ServerInterceptorAdapter.h"\
+ ".\tao\PortableServer\ServerRequestInfo.h"\
+ ".\tao\PortableServer\ThruPOA_Object_Proxy_Impl.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_POLIC=\
+ ".\PolicyS.h"\
+ ".\PolicyS.i"\
+ ".\PolicyS_T.cpp"\
+ ".\PolicyS_T.h"\
+ ".\PolicyS_T.i"\
+
+NODEP_CPP_POLIC=\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\PortableServer\Collocated_Object.h"\
+ ".\tao\PortableServer\Direct_Object_Proxy_Impl.h"\
+ ".\tao\PortableServer\Object_Adapter.h"\
+ ".\tao\PortableServer\Operation_Table.h"\
+ ".\tao\PortableServer\PortableServer.h"\
+ ".\tao\PortableServer\Servant_Base.h"\
+ ".\tao\PortableServer\ServerInterceptorAdapter.h"\
+ ".\tao\PortableServer\ServerRequestInfo.h"\
+ ".\tao\PortableServer\ThruPOA_Object_Proxy_Impl.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_POLIC=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Dynamic_Service.cpp"\
+ "..\..\..\ace\Dynamic_Service.h"\
+ "..\..\..\ace\Dynamic_Service.i"\
+ "..\..\..\ace\Dynamic_Service_Base.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\GIOPC.h"\
+ "..\GIOPC.i"\
+ "..\IFR_Client_Adapter.h"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptor.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\RequestInfo_Util.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\Tagged_Profile.h"\
+ "..\Tagged_Profile.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Server_Request.h"\
+ "..\TAO_Server_Request.i"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\Operation_Table.h"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\PolicyS.h"\
+ ".\PolicyS.i"\
+ ".\PolicyS_T.cpp"\
+ ".\PolicyS_T.h"\
+ ".\PolicyS_T.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ServerInterceptorAdapter.h"\
+ ".\ServerInterceptorAdapter.inl"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_POLIC=\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ ".\Policy_Validator.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_POLIC=\
+ ".\PolicyS.h"\
+ ".\PolicyS.i"\
+ ".\PolicyS_T.cpp"\
+ ".\PolicyS_T.h"\
+ ".\PolicyS_T.i"\
+
+NODEP_CPP_POLIC=\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\PortableServer\Collocated_Object.h"\
+ ".\tao\PortableServer\Direct_Object_Proxy_Impl.h"\
+ ".\tao\PortableServer\Object_Adapter.h"\
+ ".\tao\PortableServer\Operation_Table.h"\
+ ".\tao\PortableServer\PortableServer.h"\
+ ".\tao\PortableServer\Servant_Base.h"\
+ ".\tao\PortableServer\ServerInterceptorAdapter.h"\
+ ".\tao\PortableServer\ServerRequestInfo.h"\
+ ".\tao\PortableServer\ThruPOA_Object_Proxy_Impl.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_POLIC=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\Operation_Table.h"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\PolicyS.h"\
+ ".\PolicyS.i"\
+ ".\PolicyS_T.cpp"\
+ ".\PolicyS_T.h"\
+ ".\PolicyS_T.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ServerInterceptorAdapter.h"\
+ ".\ServerInterceptorAdapter.inl"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_POLIC=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic_Service.cpp"\
+ ".\ce\Dynamic_Service.h"\
+ ".\ce\Dynamic_Service.i"\
+ ".\ce\Dynamic_Service_Base.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\GIOPC.h"\
+ ".\GIOPC.i"\
+ ".\IFR_Client_Adapter.h"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptor.h"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\RequestInfo_Util.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\Tagged_Profile.h"\
+ ".\Tagged_Profile.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Server_Request.h"\
+ ".\TAO_Server_Request.i"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_POLIC=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\Operation_Table.h"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\PolicyS.h"\
+ ".\PolicyS.i"\
+ ".\PolicyS_T.cpp"\
+ ".\PolicyS_T.h"\
+ ".\PolicyS_T.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ServerInterceptorAdapter.h"\
+ ".\ServerInterceptorAdapter.inl"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_POLIC=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic_Service.cpp"\
+ ".\ce\Dynamic_Service.h"\
+ ".\ce\Dynamic_Service.i"\
+ ".\ce\Dynamic_Service_Base.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\GIOPC.h"\
+ ".\GIOPC.i"\
+ ".\IFR_Client_Adapter.h"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptor.h"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\RequestInfo_Util.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\Tagged_Profile.h"\
+ ".\Tagged_Profile.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Server_Request.h"\
+ ".\TAO_Server_Request.i"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_POLIC=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Dynamic_Service.cpp"\
+ "..\..\..\ace\Dynamic_Service.h"\
+ "..\..\..\ace\Dynamic_Service.i"\
+ "..\..\..\ace\Dynamic_Service_Base.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOPC.h"\
+ "..\GIOPC.i"\
+ "..\IFR_Client_Adapter.h"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptor.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\RequestInfo_Util.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Tagged_Profile.h"\
+ "..\Tagged_Profile.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Server_Request.h"\
+ "..\TAO_Server_Request.i"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Collocated_Object.h"\
+ ".\Collocated_Object.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\Operation_Table.h"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\PolicyS.h"\
+ ".\PolicyS.i"\
+ ".\PolicyS_T.cpp"\
+ ".\PolicyS_T.h"\
+ ".\PolicyS_T.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ServerInterceptorAdapter.h"\
+ ".\ServerInterceptorAdapter.inl"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\PortableGroup_Hooks.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_PORTA=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\PortableGroup_Hooks.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_PORTA=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\PortableGroup_Hooks.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_PORTA=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\PortableGroup_Hooks.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_PORTA=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\PortableGroup_Hooks.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_PORTA=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\PortableGroup_Hooks.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_PORTA=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\PortableGroup_Hooks.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_PORTA=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\PortableGroup_Hooks.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_PORTA=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\PortableGroup_Hooks.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_PORTA=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\PortableGroup_Hooks.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_PORTA=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\PortableGroup_Hooks.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_PORTA=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\PortableGroup_Hooks.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\PortableServer.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_PORTAB=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_PORTAB=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_PORTAB=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_PORTAB=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_PORTAB=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_PORTAB=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_PORTAB=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_PORTAB=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_PORTAB=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_PORTAB=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_PORTAB=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_PORTAB=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_PORTAB=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\TAO_Export.h"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_PORTAB=\
+ ".\Default_Object_Key_Strategy_Factory.h"\
+ ".\Object_Key_Strategy_Factory.h"\
+ ".\Policy_Validator.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_PORTAB=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_PORTAB=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_PORTAB=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_PORTAB=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_PORTAB=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_PORTAB=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_PORTAB=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\TAO_Export.h"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\PortableServer.h"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\PortableServerC.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_PORTABL=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_PORTABL=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_PORTABL=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_PORTABL=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_PORTABL=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_PORTABL=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_PORTABL=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_PORTABL=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_PORTABL=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_PORTABL=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_PORTABL=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_PORTABL=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_PORTABL=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_PORTABL=\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ ".\Policy_Validator.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_PORTABL=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_PORTABL=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_PORTABL=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_PORTABL=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_PORTABL=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_PORTABL=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_PORTABL=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\ClientInterceptorAdapter.h"\
+ "..\ClientInterceptorAdapter.inl"\
+ "..\ClientRequestInfo_i.h"\
+ "..\ClientRequestInfo_i.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\Invocation.h"\
+ "..\Invocation.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LF_Event.h"\
+ "..\LF_Event.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\operation_details.h"\
+ "..\operation_details.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptor.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Reply_Dispatcher.h"\
+ "..\Reply_Dispatcher.i"\
+ "..\RequestInfo_Util.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Synch_Reply_Dispatcher.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TAOC.h"\
+ "..\TAOC.i"\
+ "..\target_specification.h"\
+ "..\target_specification.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Servant_Base.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SERVA=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\Operation_Table.h"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_SERVA=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+ ".\tao\TAO_Singleton.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SERVA=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\Operation_Table.h"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_SERVA=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+ ".\tao\TAO_Singleton.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_SERVA=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\Operation_Table.h"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_SERVA=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+ ".\tao\TAO_Singleton.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SERVA=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\Operation_Table.h"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_SERVA=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+ ".\tao\TAO_Singleton.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_SERVA=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\Operation_Table.h"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_SERVA=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+ ".\tao\TAO_Singleton.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SERVA=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\Operation_Table.h"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_SERVA=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+ ".\tao\TAO_Singleton.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_SERVA=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Dynamic_Service.cpp"\
+ "..\..\..\ace\Dynamic_Service.h"\
+ "..\..\..\ace\Dynamic_Service.i"\
+ "..\..\..\ace\Dynamic_Service_Base.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\High_Res_Timer.h"\
+ "..\..\..\ace\High_Res_Timer.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timeprobe.h"\
+ "..\..\..\ace\Timeprobe.i"\
+ "..\..\..\ace\Timeprobe_T.cpp"\
+ "..\..\..\ace\Timeprobe_T.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\GIOPC.h"\
+ "..\GIOPC.i"\
+ "..\IFR_Client_Adapter.h"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\Tagged_Profile.h"\
+ "..\Tagged_Profile.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Server_Request.h"\
+ "..\TAO_Server_Request.i"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\Timeprobe.h"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\Operation_Table.h"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_SERVA=\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ ".\Policy_Validator.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SERVA=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\Operation_Table.h"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_SERVA=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\IFR_Client_Adapter.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TAO_Server_Request.h"\
+ ".\tao\TAO_Singleton.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_SERVA=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\Operation_Table.h"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_SERVA=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic_Service.cpp"\
+ ".\ce\Dynamic_Service.h"\
+ ".\ce\Dynamic_Service.i"\
+ ".\ce\Dynamic_Service_Base.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\High_Res_Timer.h"\
+ ".\ce\High_Res_Timer.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timeprobe.h"\
+ ".\ce\Timeprobe.i"\
+ ".\ce\Timeprobe_T.cpp"\
+ ".\ce\Timeprobe_T.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\GIOPC.h"\
+ ".\GIOPC.i"\
+ ".\IFR_Client_Adapter.h"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\Tagged_Profile.h"\
+ ".\Tagged_Profile.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Server_Request.h"\
+ ".\TAO_Server_Request.i"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Timeprobe.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SERVA=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\Operation_Table.h"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+NODEP_CPP_SERVA=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic_Service.cpp"\
+ ".\ce\Dynamic_Service.h"\
+ ".\ce\Dynamic_Service.i"\
+ ".\ce\Dynamic_Service_Base.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\High_Res_Timer.h"\
+ ".\ce\High_Res_Timer.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timeprobe.h"\
+ ".\ce\Timeprobe.i"\
+ ".\ce\Timeprobe_T.cpp"\
+ ".\ce\Timeprobe_T.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\GIOPC.h"\
+ ".\GIOPC.i"\
+ ".\IFR_Client_Adapter.h"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\Tagged_Profile.h"\
+ ".\Tagged_Profile.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Server_Request.h"\
+ ".\TAO_Server_Request.i"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Timeprobe.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_SERVA=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Dynamic_Service.cpp"\
+ "..\..\..\ace\Dynamic_Service.h"\
+ "..\..\..\ace\Dynamic_Service.i"\
+ "..\..\..\ace\Dynamic_Service_Base.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\High_Res_Timer.h"\
+ "..\..\..\ace\High_Res_Timer.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timeprobe.h"\
+ "..\..\..\ace\Timeprobe.i"\
+ "..\..\..\ace\Timeprobe_T.cpp"\
+ "..\..\..\ace\Timeprobe_T.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOPC.h"\
+ "..\GIOPC.i"\
+ "..\IFR_Client_Adapter.h"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Tagged_Profile.h"\
+ "..\Tagged_Profile.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Server_Request.h"\
+ "..\TAO_Server_Request.i"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Timeprobe.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\Operation_Table.h"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Servant_Dispatcher.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SERVAN=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+
+NODEP_CPP_SERVAN=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SERVAN=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+
+NODEP_CPP_SERVAN=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_SERVAN=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+
+NODEP_CPP_SERVAN=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SERVAN=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+
+NODEP_CPP_SERVAN=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_SERVAN=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+
+NODEP_CPP_SERVAN=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SERVAN=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+
+NODEP_CPP_SERVAN=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_SERVAN=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\TAO_Export.h"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+
+NODEP_CPP_SERVAN=\
+ ".\Policy_Validator.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SERVAN=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+
+NODEP_CPP_SERVAN=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_SERVAN=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+
+NODEP_CPP_SERVAN=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SERVAN=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+
+NODEP_CPP_SERVAN=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_SERVAN=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\TAO_Export.h"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\Servant_Dispatcher.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\ServerInterceptorAdapter.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SERVE=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ServerInterceptorAdapter.h"\
+ ".\ServerInterceptorAdapter.inl"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+
+NODEP_CPP_SERVE=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Interceptor_List.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Service_Context.h"\
+ ".\tao\StringSeqC.h"\
+ ".\tao\TAO_Server_Request.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SERVE=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ServerInterceptorAdapter.h"\
+ ".\ServerInterceptorAdapter.inl"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+
+NODEP_CPP_SERVE=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Interceptor_List.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Service_Context.h"\
+ ".\tao\StringSeqC.h"\
+ ".\tao\TAO_Server_Request.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_SERVE=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ServerInterceptorAdapter.h"\
+ ".\ServerInterceptorAdapter.inl"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+
+NODEP_CPP_SERVE=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Interceptor_List.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Service_Context.h"\
+ ".\tao\StringSeqC.h"\
+ ".\tao\TAO_Server_Request.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SERVE=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ServerInterceptorAdapter.h"\
+ ".\ServerInterceptorAdapter.inl"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+
+NODEP_CPP_SERVE=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Interceptor_List.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Service_Context.h"\
+ ".\tao\StringSeqC.h"\
+ ".\tao\TAO_Server_Request.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_SERVE=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ServerInterceptorAdapter.h"\
+ ".\ServerInterceptorAdapter.inl"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+
+NODEP_CPP_SERVE=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Interceptor_List.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Service_Context.h"\
+ ".\tao\StringSeqC.h"\
+ ".\tao\TAO_Server_Request.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SERVE=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ServerInterceptorAdapter.h"\
+ ".\ServerInterceptorAdapter.inl"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+
+NODEP_CPP_SERVE=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Interceptor_List.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Service_Context.h"\
+ ".\tao\StringSeqC.h"\
+ ".\tao\TAO_Server_Request.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_SERVE=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\GIOPC.h"\
+ "..\GIOPC.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orbconf.h"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\Tagged_Profile.h"\
+ "..\Tagged_Profile.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Server_Request.h"\
+ "..\TAO_Server_Request.i"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ServerInterceptorAdapter.h"\
+ ".\ServerInterceptorAdapter.inl"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+
+NODEP_CPP_SERVE=\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ ".\Policy_Validator.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SERVE=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ServerInterceptorAdapter.h"\
+ ".\ServerInterceptorAdapter.inl"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+
+NODEP_CPP_SERVE=\
+ ".\ace\config-all.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Interceptor_List.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Service_Context.h"\
+ ".\tao\StringSeqC.h"\
+ ".\tao\TAO_Server_Request.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_SERVE=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ServerInterceptorAdapter.h"\
+ ".\ServerInterceptorAdapter.inl"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+
+NODEP_CPP_SERVE=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\GIOPC.h"\
+ ".\GIOPC.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orbconf.h"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\Tagged_Profile.h"\
+ ".\Tagged_Profile.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Server_Request.h"\
+ ".\TAO_Server_Request.i"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SERVE=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ServerInterceptorAdapter.h"\
+ ".\ServerInterceptorAdapter.inl"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+
+NODEP_CPP_SERVE=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\GIOPC.h"\
+ ".\GIOPC.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orbconf.h"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\Tagged_Profile.h"\
+ ".\Tagged_Profile.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Server_Request.h"\
+ ".\TAO_Server_Request.i"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_SERVE=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\GIOPC.h"\
+ "..\GIOPC.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orbconf.h"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\Tagged_Profile.h"\
+ "..\Tagged_Profile.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Server_Request.h"\
+ "..\TAO_Server_Request.i"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ServerInterceptorAdapter.h"\
+ ".\ServerInterceptorAdapter.inl"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\ServerRequestInfo.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SERVER=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+
+NODEP_CPP_SERVER=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Service_Context.h"\
+ ".\tao\StringSeqC.h"\
+ ".\tao\TAO_Server_Request.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SERVER=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+
+NODEP_CPP_SERVER=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Service_Context.h"\
+ ".\tao\StringSeqC.h"\
+ ".\tao\TAO_Server_Request.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_SERVER=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+
+NODEP_CPP_SERVER=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Service_Context.h"\
+ ".\tao\StringSeqC.h"\
+ ".\tao\TAO_Server_Request.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SERVER=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+
+NODEP_CPP_SERVER=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Service_Context.h"\
+ ".\tao\StringSeqC.h"\
+ ".\tao\TAO_Server_Request.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_SERVER=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+
+NODEP_CPP_SERVER=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Service_Context.h"\
+ ".\tao\StringSeqC.h"\
+ ".\tao\TAO_Server_Request.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SERVER=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+
+NODEP_CPP_SERVER=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Service_Context.h"\
+ ".\tao\StringSeqC.h"\
+ ".\tao\TAO_Server_Request.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_SERVER=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOPC.h"\
+ "..\GIOPC.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\Tagged_Profile.h"\
+ "..\Tagged_Profile.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Server_Request.h"\
+ "..\TAO_Server_Request.i"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+
+NODEP_CPP_SERVER=\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ ".\Policy_Validator.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SERVER=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+
+NODEP_CPP_SERVER=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Service_Context.h"\
+ ".\tao\StringSeqC.h"\
+ ".\tao\TAO_Server_Request.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_SERVER=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+
+NODEP_CPP_SERVER=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\GIOPC.h"\
+ ".\GIOPC.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orbconf.h"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\Tagged_Profile.h"\
+ ".\Tagged_Profile.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Server_Request.h"\
+ ".\TAO_Server_Request.i"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SERVER=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+
+NODEP_CPP_SERVER=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOPC.h"\
+ ".\GIOPC.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\Tagged_Profile.h"\
+ ".\Tagged_Profile.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Server_Request.h"\
+ ".\TAO_Server_Request.i"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_SERVER=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOPC.h"\
+ "..\GIOPC.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\Tagged_Profile.h"\
+ "..\Tagged_Profile.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Server_Request.h"\
+ "..\TAO_Server_Request.i"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ServerRequestInfo.h"\
+ ".\ServerRequestInfo.inl"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Strategized_Object_Proxy_Broker.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_STRAT=\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\portableserver_export.h"\
+ ".\Strategized_Object_Proxy_Broker.h"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_STRAT=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Object_Proxy_Broker.h"\
+ ".\tao\Object_Proxy_Impl.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Remote_Object_Proxy_Impl.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_STRAT=\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\portableserver_export.h"\
+ ".\Strategized_Object_Proxy_Broker.h"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_STRAT=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Object_Proxy_Broker.h"\
+ ".\tao\Object_Proxy_Impl.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Remote_Object_Proxy_Impl.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_STRAT=\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\portableserver_export.h"\
+ ".\Strategized_Object_Proxy_Broker.h"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_STRAT=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Object_Proxy_Broker.h"\
+ ".\tao\Object_Proxy_Impl.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Remote_Object_Proxy_Impl.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_STRAT=\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\portableserver_export.h"\
+ ".\Strategized_Object_Proxy_Broker.h"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_STRAT=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Object_Proxy_Broker.h"\
+ ".\tao\Object_Proxy_Impl.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Remote_Object_Proxy_Impl.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_STRAT=\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\portableserver_export.h"\
+ ".\Strategized_Object_Proxy_Broker.h"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_STRAT=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Object_Proxy_Broker.h"\
+ ".\tao\Object_Proxy_Impl.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Remote_Object_Proxy_Impl.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_STRAT=\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\portableserver_export.h"\
+ ".\Strategized_Object_Proxy_Broker.h"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_STRAT=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Object_Proxy_Broker.h"\
+ ".\tao\Object_Proxy_Impl.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Remote_Object_Proxy_Impl.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_STRAT=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\portableserver_export.h"\
+ ".\Strategized_Object_Proxy_Broker.h"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_STRAT=\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_STRAT=\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\portableserver_export.h"\
+ ".\Strategized_Object_Proxy_Broker.h"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_STRAT=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Object_Proxy_Broker.h"\
+ ".\tao\Object_Proxy_Impl.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Remote_Object_Proxy_Impl.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_STRAT=\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\portableserver_export.h"\
+ ".\Strategized_Object_Proxy_Broker.h"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_STRAT=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_STRAT=\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\portableserver_export.h"\
+ ".\Strategized_Object_Proxy_Broker.h"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_STRAT=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_STRAT=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Direct_Object_Proxy_Impl.h"\
+ ".\portableserver_export.h"\
+ ".\Strategized_Object_Proxy_Broker.h"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\ThruPOA_Object_Proxy_Impl.cpp
+
+!IF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_THRUP=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_THRUP=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\Object_Proxy_Impl.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_THRUP=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_THRUP=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\Object_Proxy_Impl.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_THRUP=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_THRUP=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\Object_Proxy_Impl.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_THRUP=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_THRUP=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\Object_Proxy_Impl.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_THRUP=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_THRUP=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\Object_Proxy_Impl.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_THRUP=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_THRUP=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\Object_Proxy_Impl.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_THRUP=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_THRUP=\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ ".\Policy_Validator.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_THRUP=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_THRUP=\
+ ".\ace\config-all.h"\
+ ".\ace\Containers.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Map.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\ace\Synch.h"\
+ ".\Policy_Validator.h"\
+ ".\tao\Abstract_Servant_Base.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\CurrentC.h"\
+ ".\tao\Environment.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\Object_Proxy_Impl.h"\
+ ".\tao\OctetSeqC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Policy_Set.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\try_macros.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_THRUP=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_THRUP=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_THRUP=\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+NODEP_CPP_THRUP=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\Policy_Validator.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_PortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_THRUP=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.cpp"\
+ "..\..\..\ace\Atomic_Op.h"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\Policy_Validator.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\Active_Object_Map.h"\
+ ".\Active_Object_Map.i"\
+ ".\Default_Policy_Validator.h"\
+ ".\Key_Adapters.h"\
+ ".\Key_Adapters.i"\
+ ".\Object_Adapter.h"\
+ ".\Object_Adapter.i"\
+ ".\POA.h"\
+ ".\POA.i"\
+ ".\POA_Cached_Policies.h"\
+ ".\POA_Cached_Policies.i"\
+ ".\poa_macros.h"\
+ ".\POA_Policies.h"\
+ ".\POA_Policies.i"\
+ ".\POA_Policy_Set.h"\
+ ".\POA_Policy_Set.i"\
+ ".\POAManager.h"\
+ ".\POAManager.i"\
+ ".\portableserver_export.h"\
+ ".\PortableServerC.h"\
+ ".\PortableServerC.i"\
+ ".\Servant_Base.h"\
+ ".\Servant_Base.i"\
+ ".\ThruPOA_Object_Proxy_Impl.h"\
+
+
+!ENDIF
+
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=.\Active_Object_Map.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\AMH_Response_Handler.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Collocated_Object.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Default_Acceptor_Filter.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Default_ORTC.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Default_Policy_Validator.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Default_Servant_Dispatcher.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Direct_Object_Proxy_Impl.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\ImplRepo_i.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\ImplRepoC.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\ImplRepoS.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\ImplRepoS_T.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\IORInfo.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Key_Adapters.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\MessagingS_T.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Object_Adapter.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\ObjectReferenceFactory.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\ObjectReferenceTemplate.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Operation_Table.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\ORB_Manager.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\POA.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\POA_Cached_Policies.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\poa_macros.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\POA_Policies.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\POA_Policy_Set.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\POAManager.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\PolicyS.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\PortableGroup_Hooks.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\PortableServer.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\portableserver_export.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\PortableServerC.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Servant_Base.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Servant_Dispatcher.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\ServerInterceptorAdapter.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\ServerRequestInfo.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Strategized_Object_Proxy_Broker.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\ThruPOA_Object_Proxy_Impl.h
+# End Source File
+# End Group
+# Begin Group "Resource Files"
+
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+# End Group
+# Begin Group "Inline Files"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=.\Default_Object_Key_Strategy.inl
+# End Source File
+# End Group
+# End Target
+# End Project
diff --git a/TAO/tao/RTCORBA/RT_ORB_Loader.cpp b/TAO/tao/RTCORBA/RT_ORB_Loader.cpp
index cbf84917ad9..470940760b3 100644
--- a/TAO/tao/RTCORBA/RT_ORB_Loader.cpp
+++ b/TAO/tao/RTCORBA/RT_ORB_Loader.cpp
@@ -19,7 +19,7 @@ TAO_RT_ORB_Loader::~TAO_RT_ORB_Loader (void)
int
TAO_RT_ORB_Loader::init (int argc,
- char* argv[])
+ ACE_TCHAR* argv[])
{
ACE_TRACE ("TAO_RT_ORB_Loader::init");
@@ -40,69 +40,72 @@ TAO_RT_ORB_Loader::init (int argc,
// Parse any service configurator parameters.
for (curarg = 0; curarg < argc; curarg++)
if (ACE_OS::strcasecmp (argv[curarg],
- "-ORBPriorityMapping") == 0)
+ ACE_LIB_TEXT("-ORBPriorityMapping")) == 0)
{
curarg++;
if (curarg < argc)
{
- char *name = argv[curarg];
+ ACE_TCHAR* name = argv[curarg];
if (ACE_OS::strcasecmp (name,
- "continuous") == 0)
+ ACE_LIB_TEXT("continuous")) == 0)
priority_mapping_type = TAO_RT_ORBInitializer::TAO_PRIORITY_MAPPING_CONTINUOUS;
else if (ACE_OS::strcasecmp (name,
- "linear") == 0)
+ ACE_LIB_TEXT("linear")) == 0)
priority_mapping_type = TAO_RT_ORBInitializer::TAO_PRIORITY_MAPPING_LINEAR;
else if (ACE_OS::strcasecmp (name,
- "direct") == 0)
+ ACE_LIB_TEXT("direct")) == 0)
priority_mapping_type = TAO_RT_ORBInitializer::TAO_PRIORITY_MAPPING_DIRECT;
else
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("RT_ORB_Loader - unknown argument")
- ACE_TEXT (" <%s> for -ORBPriorityMapping\n"), name));
+ ACE_LIB_TEXT("RT_ORB_Loader - unknown argument")
+ ACE_LIB_TEXT(" <%s> for -ORBPriorityMapping\n"),
+ name));
}
}
else if (ACE_OS::strcasecmp (argv[curarg],
- "-ORBSchedPolicy") == 0)
+ ACE_LIB_TEXT("-ORBSchedPolicy")) == 0)
{
curarg++;
if (curarg < argc)
{
- char *name = argv[curarg];
+ ACE_TCHAR* name = argv[curarg];
if (ACE_OS::strcasecmp (name,
- "SCHED_OTHER") == 0)
+ ACE_LIB_TEXT("SCHED_OTHER")) == 0)
sched_policy = THR_SCHED_DEFAULT;
else if (ACE_OS::strcasecmp (name,
- "SCHED_FIFO") == 0)
+ ACE_LIB_TEXT("SCHED_FIFO")) == 0)
sched_policy = THR_SCHED_FIFO;
else if (ACE_OS::strcasecmp (name,
- "SCHED_RR") == 0)
+ ACE_LIB_TEXT("SCHED_RR")) == 0)
sched_policy = THR_SCHED_RR;
else
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("RT_ORB_Loader - unknown argument")
- ACE_TEXT (" <%s> for -ORBSchedPolicy\n"), name));
+ ACE_LIB_TEXT("RT_ORB_Loader - unknown argument")
+ ACE_LIB_TEXT(" <%s> for -ORBSchedPolicy\n"),
+ name));
}
}
else if (ACE_OS::strcasecmp (argv[curarg],
- "-ORBScopePolicy") == 0)
+ ACE_LIB_TEXT("-ORBScopePolicy")) == 0)
{
curarg++;
if (curarg < argc)
{
- char *name = argv[curarg];
+ ACE_TCHAR* name = argv[curarg];
if (ACE_OS::strcasecmp (name,
- "SYSTEM") == 0)
+ ACE_LIB_TEXT("SYSTEM")) == 0)
scope_policy = THR_SCOPE_SYSTEM;
else if (ACE_OS::strcasecmp (name,
- "PROCESS") == 0)
+ ACE_LIB_TEXT("PROCESS")) == 0)
scope_policy = THR_SCOPE_PROCESS;
else
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("RT_ORB_Loader - unknown argument")
- ACE_TEXT (" <%s> for -ORBScopePolicy\n"), name));
+ ACE_LIB_TEXT("RT_ORB_Loader - unknown argument")
+ ACE_LIB_TEXT(" <%s> for -ORBScopePolicy\n"),
+ name));
}
}
else
@@ -110,8 +113,8 @@ TAO_RT_ORB_Loader::init (int argc,
if (TAO_debug_level > 0)
{
ACE_DEBUG ((LM_ERROR,
- ACE_TEXT ("RT_ORB_Loader: Unknown option ")
- ACE_TEXT ("<%s>.\n"),
+ ACE_LIB_TEXT("RT_ORB_Loader: Unknown option ")
+ ACE_LIB_TEXT("<%s>.\n"),
argv[curarg]));
}
}
diff --git a/TAO/tao/RTCORBA/RT_ORB_Loader.h b/TAO/tao/RTCORBA/RT_ORB_Loader.h
index 8c61838982b..a77e8b116f8 100644
--- a/TAO/tao/RTCORBA/RT_ORB_Loader.h
+++ b/TAO/tao/RTCORBA/RT_ORB_Loader.h
@@ -39,7 +39,7 @@ public:
/// Initialize the RT ORB loader hooks.
virtual int init (int argc,
- char* []);
+ ACE_TCHAR* []);
};
ACE_STATIC_SVC_DECLARE_EXPORT (TAO_RTCORBA, TAO_RT_ORB_Loader)
diff --git a/TAO/tao/RTCORBA/TAO_RTCORBA.vcp b/TAO/tao/RTCORBA/TAO_RTCORBA.vcp
new file mode 100644
index 00000000000..0680ddb596c
--- /dev/null
+++ b/TAO/tao/RTCORBA/TAO_RTCORBA.vcp
@@ -0,0 +1,31758 @@
+# Microsoft eMbedded Visual Tools Project File - Name="TAO_RTCORBA" - Package Owner=<4>
+# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (WCE x86em) Dynamic-Link Library" 0x7f02
+# TARGTYPE "Win32 (WCE SH3) Dynamic-Link Library" 0x8102
+# TARGTYPE "Win32 (WCE x86) Dynamic-Link Library" 0x8302
+# TARGTYPE "Win32 (WCE ARM) Dynamic-Link Library" 0x8502
+# TARGTYPE "Win32 (WCE SH4) Dynamic-Link Library" 0x8602
+# TARGTYPE "Win32 (WCE MIPS) Dynamic-Link Library" 0x8202
+
+CFG=TAO_RTCORBA - Win32 (WCE MIPS) Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "TAO_RTCORBA.vcn".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "TAO_RTCORBA.vcn" CFG="TAO_RTCORBA - Win32 (WCE MIPS) Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "TAO_RTCORBA - Win32 (WCE MIPS) Release" (based on "Win32 (WCE MIPS) Dynamic-Link Library")
+!MESSAGE "TAO_RTCORBA - Win32 (WCE MIPS) Debug" (based on "Win32 (WCE MIPS) Dynamic-Link Library")
+!MESSAGE "TAO_RTCORBA - Win32 (WCE SH4) Release" (based on "Win32 (WCE SH4) Dynamic-Link Library")
+!MESSAGE "TAO_RTCORBA - Win32 (WCE SH4) Debug" (based on "Win32 (WCE SH4) Dynamic-Link Library")
+!MESSAGE "TAO_RTCORBA - Win32 (WCE SH3) Release" (based on "Win32 (WCE SH3) Dynamic-Link Library")
+!MESSAGE "TAO_RTCORBA - Win32 (WCE SH3) Debug" (based on "Win32 (WCE SH3) Dynamic-Link Library")
+!MESSAGE "TAO_RTCORBA - Win32 (WCE ARM) Release" (based on "Win32 (WCE ARM) Dynamic-Link Library")
+!MESSAGE "TAO_RTCORBA - Win32 (WCE ARM) Debug" (based on "Win32 (WCE ARM) Dynamic-Link Library")
+!MESSAGE "TAO_RTCORBA - Win32 (WCE x86em) Release" (based on "Win32 (WCE x86em) Dynamic-Link Library")
+!MESSAGE "TAO_RTCORBA - Win32 (WCE x86em) Debug" (based on "Win32 (WCE x86em) Dynamic-Link Library")
+!MESSAGE "TAO_RTCORBA - Win32 (WCE x86) Debug" (based on "Win32 (WCE x86) Dynamic-Link Library")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+# PROP ATL_Project 2
+
+!IF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "MIPSRel"
+# PROP BASE Intermediate_Dir "MIPSRel"
+# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "MIPSRel"
+# PROP Intermediate_Dir "MIPSRel"
+# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_RTCORBA_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "MIPS" /D "_MIPS_" /D "NDEBUG" /D "_USRDLL" /D "TAO_RTCORBA_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_RTCORBA_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "MIPSDbg"
+# PROP BASE Intermediate_Dir "MIPSDbg"
+# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "MIPSDbg"
+# PROP Intermediate_Dir "MIPSDbg"
+# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_RTCORBA_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "MIPS" /D "_MIPS_" /D "_USRDLL" /D "TAO_RTCORBA_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_RTCORBA_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "SH4Rel"
+# PROP BASE Intermediate_Dir "SH4Rel"
+# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "SH4Rel"
+# PROP Intermediate_Dir "SH4Rel"
+# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_RTCORBA_EXPORTS" /YX /Qsh4 /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "SHx" /D "SH4" /D "_SH4_" /D "NDEBUG" /D "_USRDLL" /D "TAO_RTCORBA_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_RTCORBA_BUILD_DLL" /YX /Qsh4 /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "SH4Dbg"
+# PROP BASE Intermediate_Dir "SH4Dbg"
+# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "SH4Dbg"
+# PROP Intermediate_Dir "SH4Dbg"
+# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_RTCORBA_EXPORTS" /YX /Qsh4 /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "SHx" /D "SH4" /D "_SH4_" /D "_USRDLL" /D "TAO_RTCORBA_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_RTCORBA_BUILD_DLL" /YX /Qsh4 /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "SH3Rel"
+# PROP BASE Intermediate_Dir "SH3Rel"
+# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "SH3Rel"
+# PROP Intermediate_Dir "SH3Rel"
+# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+PFILE=pfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_RTCORBA_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "SHx" /D "SH3" /D "_SH3_" /D "NDEBUG" /D "_USRDLL" /D "TAO_RTCORBA_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_RTCORBA_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "SH3Dbg"
+# PROP BASE Intermediate_Dir "SH3Dbg"
+# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "SH3Dbg"
+# PROP Intermediate_Dir "SH3Dbg"
+# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+PFILE=pfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_RTCORBA_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "SHx" /D "SH3" /D "_SH3_" /D "_USRDLL" /D "TAO_RTCORBA_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_RTCORBA_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "ARMRel"
+# PROP BASE Intermediate_Dir "ARMRel"
+# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "../../LIB/Release/ARM"
+# PROP Intermediate_Dir "Release/ARM"
+# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_RTCORBA_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "ARM" /D "_ARM_" /D "NDEBUG" /D "_USRDLL" /D "TAO_RTCORBA_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_RTCORBA_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 commctrl.lib coredll.lib TAO.lib ace.lib ace_os.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /out:"../../../bin/Release/ARM/TAO_RTCORBA.dll" /libpath:"../../LIB/Release/ARM" /libpath:"../../../LIB/Release/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "ARMDbg"
+# PROP BASE Intermediate_Dir "ARMDbg"
+# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/ARM"
+# PROP Intermediate_Dir "Debug/ARM"
+# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_RTCORBA_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "ARM" /D "_ARM_" /D "_USRDLL" /D "TAO_RTCORBA_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_RTCORBA_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 commctrl.lib coredll.lib TAOd.lib aced.lib ace_osd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"../../../bin/Debug/ARM/TAO_RTCORBAd.dll" /libpath:"../../LIB/Debug/ARM" /libpath:"../../../LIB/Debug/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "X86EMRel"
+# PROP BASE Intermediate_Dir "X86EMRel"
+# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "../../LIB/Release/X86EM"
+# PROP Intermediate_Dir "Release/X86EM"
+# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+EMPFILE=empfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_USRDLL" /D "TAO_RTCORBA_EXPORTS" /YX /Gz /Oxs /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "i486" /D "_X86_" /D "x86" /D "NDEBUG" /D "_USRDLL" /D "TAO_RTCORBA_EXPORTS" /D "TAO_RTCORBA_BUILD_DLL" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /YX /Gz /Oxs /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /o "NUL" /win32
+# SUBTRACT MTL /mktyplib203
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+# ADD LINK32 $(CEx86Corelibc) TAO.lib ace.lib ace_os.lib commctrl.lib coredll.lib /nologo /stack:0x10000,0x1000 /dll /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /out:"../../../bin/Release/X86EM/TAO_RTCORBA.dll" /libpath:"../../LIB/Release/X86EM" /libpath:"../../../LIB/Release/X86EM" /windowsce:emulation /MACHINE:IX86
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "X86EMDbg"
+# PROP BASE Intermediate_Dir "X86EMDbg"
+# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/X86EM"
+# PROP Intermediate_Dir "Debug/X86EM"
+# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+EMPFILE=empfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_USRDLL" /D "TAO_RTCORBA_EXPORTS" /YX /Gz /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "i486" /D "_X86_" /D "x86" /D "_USRDLL" /D "TAO_RTCORBA_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_RTCORBA_BUILD_DLL" /YX /Gz /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /o "NUL" /win32
+# SUBTRACT MTL /mktyplib203
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+# ADD LINK32 $(CEx86Corelibc) TAOd.lib aced.lib ace_osd.lib commctrl.lib coredll.lib /nologo /stack:0x10000,0x1000 /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /out:"../../../bin/Debug/X86EM/TAO_RTCORBAd.dll" /libpath:"../../LIB/Debug/X86EM" /libpath:"../../../LIB/Debug/X86EM" /windowsce:emulation /MACHINE:IX86
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "X86Dbg"
+# PROP BASE Intermediate_Dir "X86Dbg"
+# PROP BASE CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/X86EM"
+# PROP Intermediate_Dir "Debug/X86EM"
+# PROP CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /YX /Gs8192 /GF /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "_i386_" /D "_X86_" /D "x86" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_RTCORBA_BUILD_DLL" /YX /Gs8192 /GF /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /subsystem:$(CESubsystem) /MACHINE:IX86
+# ADD LINK32 $(CEx86Corelibc) commctrl.lib coredll.lib TAOd.lib aced.lib ace_osd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /out:"../../../bin/Debug/X86EM/TAO_RTCORBAd.dll" /libpath:"../../LIB/Debug/X86EM" /libpath:"../../../LIB/Debug/X86EM" /subsystem:$(CESubsystem) /MACHINE:IX86
+
+!ENDIF
+
+# Begin Target
+
+# Name "TAO_RTCORBA - Win32 (WCE MIPS) Release"
+# Name "TAO_RTCORBA - Win32 (WCE MIPS) Debug"
+# Name "TAO_RTCORBA - Win32 (WCE SH4) Release"
+# Name "TAO_RTCORBA - Win32 (WCE SH4) Debug"
+# Name "TAO_RTCORBA - Win32 (WCE SH3) Release"
+# Name "TAO_RTCORBA - Win32 (WCE SH3) Debug"
+# Name "TAO_RTCORBA - Win32 (WCE ARM) Release"
+# Name "TAO_RTCORBA - Win32 (WCE ARM) Debug"
+# Name "TAO_RTCORBA - Win32 (WCE x86em) Release"
+# Name "TAO_RTCORBA - Win32 (WCE x86em) Debug"
+# Name "TAO_RTCORBA - Win32 (WCE x86) Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=.\Continuous_Priority_Mapping.cpp
+
+!IF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Release"
+
+DEP_CPP_CONTI=\
+ ".\Continuous_Priority_Mapping.h"\
+ ".\Continuous_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_CONTI=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Sched_Params.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_CONTI=\
+ ".\Continuous_Priority_Mapping.h"\
+ ".\Continuous_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_CONTI=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Sched_Params.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Release"
+
+DEP_CPP_CONTI=\
+ ".\Continuous_Priority_Mapping.h"\
+ ".\Continuous_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_CONTI=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Sched_Params.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Debug"
+
+DEP_CPP_CONTI=\
+ ".\Continuous_Priority_Mapping.h"\
+ ".\Continuous_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_CONTI=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Sched_Params.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Release"
+
+DEP_CPP_CONTI=\
+ ".\Continuous_Priority_Mapping.h"\
+ ".\Continuous_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_CONTI=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Sched_Params.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Debug"
+
+DEP_CPP_CONTI=\
+ ".\Continuous_Priority_Mapping.h"\
+ ".\Continuous_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_CONTI=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Sched_Params.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Release"
+
+DEP_CPP_CONTI=\
+ ".\Continuous_Priority_Mapping.h"\
+ ".\Continuous_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_CONTI=\
+ "..\..\..\ace\ace\config-cygwin32.h"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Sched_Params.h"\
+ ".\ce\Sched_Params.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Debug"
+
+DEP_CPP_CONTI=\
+ ".\Continuous_Priority_Mapping.h"\
+ ".\Continuous_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_CONTI=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Sched_Params.h"\
+ ".\ce\Sched_Params.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Release"
+
+DEP_CPP_CONTI=\
+ ".\Continuous_Priority_Mapping.h"\
+ ".\Continuous_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_CONTI=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Sched_Params.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Debug"
+
+DEP_CPP_CONTI=\
+ ".\Continuous_Priority_Mapping.h"\
+ ".\Continuous_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_CONTI=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Sched_Params.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86) Debug"
+
+DEP_CPP_CONTI=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Sched_Params.h"\
+ "..\..\..\ace\Sched_Params.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\varbase.h"\
+ ".\Continuous_Priority_Mapping.h"\
+ ".\Continuous_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Direct_Priority_Mapping.cpp
+
+!IF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DIREC=\
+ ".\Direct_Priority_Mapping.h"\
+ ".\Direct_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_DIREC=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Sched_Params.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DIREC=\
+ ".\Direct_Priority_Mapping.h"\
+ ".\Direct_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_DIREC=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Sched_Params.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Release"
+
+DEP_CPP_DIREC=\
+ ".\Direct_Priority_Mapping.h"\
+ ".\Direct_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_DIREC=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Sched_Params.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DIREC=\
+ ".\Direct_Priority_Mapping.h"\
+ ".\Direct_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_DIREC=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Sched_Params.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Release"
+
+DEP_CPP_DIREC=\
+ ".\Direct_Priority_Mapping.h"\
+ ".\Direct_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_DIREC=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Sched_Params.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DIREC=\
+ ".\Direct_Priority_Mapping.h"\
+ ".\Direct_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_DIREC=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Sched_Params.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Release"
+
+DEP_CPP_DIREC=\
+ ".\Direct_Priority_Mapping.h"\
+ ".\Direct_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_DIREC=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Sched_Params.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DIREC=\
+ ".\Direct_Priority_Mapping.h"\
+ ".\Direct_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_DIREC=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Sched_Params.h"\
+ ".\ce\Sched_Params.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Release"
+
+DEP_CPP_DIREC=\
+ ".\Direct_Priority_Mapping.h"\
+ ".\Direct_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_DIREC=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Sched_Params.h"\
+ ".\ce\Sched_Params.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DIREC=\
+ ".\Direct_Priority_Mapping.h"\
+ ".\Direct_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_DIREC=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Sched_Params.h"\
+ ".\ce\Sched_Params.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86) Debug"
+
+DEP_CPP_DIREC=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Sched_Params.h"\
+ "..\..\..\ace\Sched_Params.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\varbase.h"\
+ ".\Direct_Priority_Mapping.h"\
+ ".\Direct_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Linear_Priority_Mapping.cpp
+
+!IF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Release"
+
+DEP_CPP_LINEA=\
+ ".\Linear_Priority_Mapping.h"\
+ ".\Linear_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_LINEA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Sched_Params.h"\
+ ".\tao\debug.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_LINEA=\
+ ".\Linear_Priority_Mapping.h"\
+ ".\Linear_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_LINEA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Sched_Params.h"\
+ ".\tao\debug.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Release"
+
+DEP_CPP_LINEA=\
+ ".\Linear_Priority_Mapping.h"\
+ ".\Linear_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_LINEA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Sched_Params.h"\
+ ".\tao\debug.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Debug"
+
+DEP_CPP_LINEA=\
+ ".\Linear_Priority_Mapping.h"\
+ ".\Linear_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_LINEA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Sched_Params.h"\
+ ".\tao\debug.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Release"
+
+DEP_CPP_LINEA=\
+ ".\Linear_Priority_Mapping.h"\
+ ".\Linear_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_LINEA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Sched_Params.h"\
+ ".\tao\debug.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Debug"
+
+DEP_CPP_LINEA=\
+ ".\Linear_Priority_Mapping.h"\
+ ".\Linear_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_LINEA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Sched_Params.h"\
+ ".\tao\debug.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Release"
+
+DEP_CPP_LINEA=\
+ ".\Linear_Priority_Mapping.h"\
+ ".\Linear_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_LINEA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Sched_Params.h"\
+ ".\tao\debug.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Debug"
+
+DEP_CPP_LINEA=\
+ ".\Linear_Priority_Mapping.h"\
+ ".\Linear_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_LINEA=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Sched_Params.h"\
+ ".\ce\Sched_Params.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Release"
+
+DEP_CPP_LINEA=\
+ ".\Linear_Priority_Mapping.h"\
+ ".\Linear_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_LINEA=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Sched_Params.h"\
+ ".\ce\Sched_Params.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Debug"
+
+DEP_CPP_LINEA=\
+ ".\Linear_Priority_Mapping.h"\
+ ".\Linear_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_LINEA=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Sched_Params.h"\
+ ".\ce\Sched_Params.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86) Debug"
+
+DEP_CPP_LINEA=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Sched_Params.h"\
+ "..\..\..\ace\Sched_Params.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\varbase.h"\
+ ".\Linear_Priority_Mapping.h"\
+ ".\Linear_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Priority_Mapping.cpp
+
+!IF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Release"
+
+DEP_CPP_PRIOR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_PRIOR=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_PRIOR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_PRIOR=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Release"
+
+DEP_CPP_PRIOR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_PRIOR=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Debug"
+
+DEP_CPP_PRIOR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_PRIOR=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Release"
+
+DEP_CPP_PRIOR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_PRIOR=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Debug"
+
+DEP_CPP_PRIOR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_PRIOR=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Release"
+
+DEP_CPP_PRIOR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_PRIOR=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Debug"
+
+DEP_CPP_PRIOR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_PRIOR=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Release"
+
+DEP_CPP_PRIOR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_PRIOR=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Debug"
+
+DEP_CPP_PRIOR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_PRIOR=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86) Debug"
+
+DEP_CPP_PRIOR=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\varbase.h"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Priority_Mapping_Manager.cpp
+
+!IF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Release"
+
+DEP_CPP_PRIORI=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_PRIORI=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_PRIORI=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_PRIORI=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Release"
+
+DEP_CPP_PRIORI=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_PRIORI=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Debug"
+
+DEP_CPP_PRIORI=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_PRIORI=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Release"
+
+DEP_CPP_PRIORI=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_PRIORI=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Debug"
+
+DEP_CPP_PRIORI=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_PRIORI=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Release"
+
+DEP_CPP_PRIORI=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_PRIORI=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Debug"
+
+DEP_CPP_PRIORI=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_PRIORI=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Release"
+
+DEP_CPP_PRIORI=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_PRIORI=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Debug"
+
+DEP_CPP_PRIORI=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_PRIORI=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86) Debug"
+
+DEP_CPP_PRIORI=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\varbase.h"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Private_Transport_Descriptor.cpp
+
+!IF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Release"
+
+DEP_CPP_PRIVA=\
+ ".\Private_Transport_Descriptor.h"\
+ ".\Private_Transport_Descriptor.inl"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_PRIVA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Transport_Descriptor_Interface.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_PRIVA=\
+ ".\Private_Transport_Descriptor.h"\
+ ".\Private_Transport_Descriptor.inl"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_PRIVA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Transport_Descriptor_Interface.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Release"
+
+DEP_CPP_PRIVA=\
+ ".\Private_Transport_Descriptor.h"\
+ ".\Private_Transport_Descriptor.inl"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_PRIVA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Transport_Descriptor_Interface.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Debug"
+
+DEP_CPP_PRIVA=\
+ ".\Private_Transport_Descriptor.h"\
+ ".\Private_Transport_Descriptor.inl"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_PRIVA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Transport_Descriptor_Interface.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Release"
+
+DEP_CPP_PRIVA=\
+ ".\Private_Transport_Descriptor.h"\
+ ".\Private_Transport_Descriptor.inl"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_PRIVA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Transport_Descriptor_Interface.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Debug"
+
+DEP_CPP_PRIVA=\
+ ".\Private_Transport_Descriptor.h"\
+ ".\Private_Transport_Descriptor.inl"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_PRIVA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Transport_Descriptor_Interface.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Release"
+
+DEP_CPP_PRIVA=\
+ ".\Private_Transport_Descriptor.h"\
+ ".\Private_Transport_Descriptor.inl"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_PRIVA=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Transport_Descriptor_Interface.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Debug"
+
+DEP_CPP_PRIVA=\
+ ".\Private_Transport_Descriptor.h"\
+ ".\Private_Transport_Descriptor.inl"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_PRIVA=\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\orbconf.h"\
+ ".\TAO_Export.h"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Release"
+
+DEP_CPP_PRIVA=\
+ ".\Private_Transport_Descriptor.h"\
+ ".\Private_Transport_Descriptor.inl"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_PRIVA=\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\orbconf.h"\
+ ".\TAO_Export.h"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Debug"
+
+DEP_CPP_PRIVA=\
+ ".\Private_Transport_Descriptor.h"\
+ ".\Private_Transport_Descriptor.inl"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_PRIVA=\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\orbconf.h"\
+ ".\TAO_Export.h"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86) Debug"
+
+DEP_CPP_PRIVA=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\orbconf.h"\
+ "..\TAO_Export.h"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\try_macros.h"\
+ "..\varbase.h"\
+ ".\Private_Transport_Descriptor.h"\
+ ".\Private_Transport_Descriptor.inl"\
+ ".\rtcorba_export.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Current.cpp
+
+!IF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Release"
+
+DEP_CPP_RT_CU=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\RT_Current.h"\
+ ".\RT_Current.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_CU=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Thread.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_RT_CU=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\RT_Current.h"\
+ ".\RT_Current.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_CU=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Thread.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Release"
+
+DEP_CPP_RT_CU=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\RT_Current.h"\
+ ".\RT_Current.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_CU=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Thread.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Debug"
+
+DEP_CPP_RT_CU=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\RT_Current.h"\
+ ".\RT_Current.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_CU=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Thread.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Release"
+
+DEP_CPP_RT_CU=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\RT_Current.h"\
+ ".\RT_Current.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_CU=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Thread.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Debug"
+
+DEP_CPP_RT_CU=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\RT_Current.h"\
+ ".\RT_Current.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_CU=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Thread.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Release"
+
+DEP_CPP_RT_CU=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\RT_Current.h"\
+ ".\RT_Current.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_CU=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Thread.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Debug"
+
+DEP_CPP_RT_CU=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\RT_Current.h"\
+ ".\RT_Current.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_CU=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Release"
+
+DEP_CPP_RT_CU=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\RT_Current.h"\
+ ".\RT_Current.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_CU=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Debug"
+
+DEP_CPP_RT_CU=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\RT_Current.h"\
+ ".\RT_Current.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_CU=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86) Debug"
+
+DEP_CPP_RT_CU=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\RT_Current.h"\
+ ".\RT_Current.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Endpoint_Selector_Factory.cpp
+
+!IF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Release"
+
+DEP_CPP_RT_EN=\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Stub.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_EN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Endpoint_Selector_Factory.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Invocation_Endpoint_Selectors.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_RT_EN=\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Stub.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_EN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Endpoint_Selector_Factory.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Invocation_Endpoint_Selectors.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Release"
+
+DEP_CPP_RT_EN=\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Stub.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_EN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Endpoint_Selector_Factory.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Invocation_Endpoint_Selectors.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Debug"
+
+DEP_CPP_RT_EN=\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Stub.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_EN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Endpoint_Selector_Factory.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Invocation_Endpoint_Selectors.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Release"
+
+DEP_CPP_RT_EN=\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Stub.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_EN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Endpoint_Selector_Factory.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Invocation_Endpoint_Selectors.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Debug"
+
+DEP_CPP_RT_EN=\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Stub.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_EN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Endpoint_Selector_Factory.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Invocation_Endpoint_Selectors.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Release"
+
+DEP_CPP_RT_EN=\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Stub.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_EN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Endpoint_Selector_Factory.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Invocation_Endpoint_Selectors.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Debug"
+
+DEP_CPP_RT_EN=\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Stub.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_EN=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint_Selector_Factory.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Release"
+
+DEP_CPP_RT_EN=\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Stub.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_EN=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint_Selector_Factory.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Debug"
+
+DEP_CPP_RT_EN=\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Stub.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_EN=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint_Selector_Factory.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86) Debug"
+
+DEP_CPP_RT_EN=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint_Selector_Factory.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\Invocation.h"\
+ "..\Invocation.i"\
+ "..\Invocation_Endpoint_Selectors.h"\
+ "..\Invocation_Endpoint_Selectors.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LF_Event.h"\
+ "..\LF_Event.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\operation_details.h"\
+ "..\operation_details.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Reply_Dispatcher.h"\
+ "..\Reply_Dispatcher.i"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Synch_Reply_Dispatcher.h"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TAOC.h"\
+ "..\TAOC.i"\
+ "..\target_specification.h"\
+ "..\target_specification.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Stub.h"\
+ ".\rtcorba_export.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Endpoint_Utils.cpp
+
+!IF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Release"
+
+DEP_CPP_RT_END=\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Stub.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_END=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Endpoint_Selector_Factory.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Invocation_Endpoint_Selectors.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_RT_END=\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Stub.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_END=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Endpoint_Selector_Factory.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Invocation_Endpoint_Selectors.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Release"
+
+DEP_CPP_RT_END=\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Stub.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_END=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Endpoint_Selector_Factory.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Invocation_Endpoint_Selectors.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Debug"
+
+DEP_CPP_RT_END=\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Stub.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_END=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Endpoint_Selector_Factory.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Invocation_Endpoint_Selectors.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Release"
+
+DEP_CPP_RT_END=\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Stub.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_END=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Endpoint_Selector_Factory.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Invocation_Endpoint_Selectors.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Debug"
+
+DEP_CPP_RT_END=\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Stub.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_END=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Endpoint_Selector_Factory.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Invocation_Endpoint_Selectors.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Release"
+
+DEP_CPP_RT_END=\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Stub.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_END=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Endpoint_Selector_Factory.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Invocation_Endpoint_Selectors.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Stub.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Debug"
+
+DEP_CPP_RT_END=\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Stub.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_END=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint_Selector_Factory.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Release"
+
+DEP_CPP_RT_END=\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Stub.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_END=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint_Selector_Factory.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Debug"
+
+DEP_CPP_RT_END=\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Stub.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_END=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint_Selector_Factory.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86) Debug"
+
+DEP_CPP_RT_END=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint_Selector_Factory.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\Invocation.h"\
+ "..\Invocation.i"\
+ "..\Invocation_Endpoint_Selectors.h"\
+ "..\Invocation_Endpoint_Selectors.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LF_Event.h"\
+ "..\LF_Event.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\operation_details.h"\
+ "..\operation_details.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Reply_Dispatcher.h"\
+ "..\Reply_Dispatcher.i"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Synch_Reply_Dispatcher.h"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TAOC.h"\
+ "..\TAOC.i"\
+ "..\target_specification.h"\
+ "..\target_specification.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Stub.h"\
+ ".\rtcorba_export.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Invocation_Endpoint_Selectors.cpp
+
+!IF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Release"
+
+DEP_CPP_RT_IN=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\Private_Transport_Descriptor.h"\
+ ".\Private_Transport_Descriptor.inl"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_IN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Invocation_Endpoint_Selectors.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+ ".\tao\Transport_Descriptor_Interface.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_RT_IN=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\Private_Transport_Descriptor.h"\
+ ".\Private_Transport_Descriptor.inl"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_IN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Invocation_Endpoint_Selectors.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+ ".\tao\Transport_Descriptor_Interface.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Release"
+
+DEP_CPP_RT_IN=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\Private_Transport_Descriptor.h"\
+ ".\Private_Transport_Descriptor.inl"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_IN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Invocation_Endpoint_Selectors.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+ ".\tao\Transport_Descriptor_Interface.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Debug"
+
+DEP_CPP_RT_IN=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\Private_Transport_Descriptor.h"\
+ ".\Private_Transport_Descriptor.inl"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_IN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Invocation_Endpoint_Selectors.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+ ".\tao\Transport_Descriptor_Interface.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Release"
+
+DEP_CPP_RT_IN=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\Private_Transport_Descriptor.h"\
+ ".\Private_Transport_Descriptor.inl"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_IN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Invocation_Endpoint_Selectors.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+ ".\tao\Transport_Descriptor_Interface.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Debug"
+
+DEP_CPP_RT_IN=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\Private_Transport_Descriptor.h"\
+ ".\Private_Transport_Descriptor.inl"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_IN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Invocation_Endpoint_Selectors.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+ ".\tao\Transport_Descriptor_Interface.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Release"
+
+DEP_CPP_RT_IN=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\Private_Transport_Descriptor.h"\
+ ".\Private_Transport_Descriptor.inl"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_IN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Invocation_Endpoint_Selectors.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+ ".\tao\Transport_Descriptor_Interface.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Debug"
+
+DEP_CPP_RT_IN=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\Private_Transport_Descriptor.h"\
+ ".\Private_Transport_Descriptor.inl"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_IN=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Base_Transport_Property.h"\
+ ".\Base_Transport_Property.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Release"
+
+DEP_CPP_RT_IN=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\Private_Transport_Descriptor.h"\
+ ".\Private_Transport_Descriptor.inl"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_IN=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Base_Transport_Property.h"\
+ ".\Base_Transport_Property.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Debug"
+
+DEP_CPP_RT_IN=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\Private_Transport_Descriptor.h"\
+ ".\Private_Transport_Descriptor.inl"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_IN=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Base_Transport_Property.h"\
+ ".\Base_Transport_Property.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86) Debug"
+
+DEP_CPP_RT_IN=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Base_Transport_Property.h"\
+ "..\Base_Transport_Property.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\Invocation.h"\
+ "..\Invocation.i"\
+ "..\Invocation_Endpoint_Selectors.h"\
+ "..\Invocation_Endpoint_Selectors.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LF_Event.h"\
+ "..\LF_Event.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\operation_details.h"\
+ "..\operation_details.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Reply_Dispatcher.h"\
+ "..\Reply_Dispatcher.i"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Synch_Reply_Dispatcher.h"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TAOC.h"\
+ "..\TAOC.i"\
+ "..\target_specification.h"\
+ "..\target_specification.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\Private_Transport_Descriptor.h"\
+ ".\Private_Transport_Descriptor.inl"\
+ ".\RT_Endpoint_Utils.h"\
+ ".\RT_Invocation_Endpoint_Selectors.h"\
+ ".\RT_Invocation_Endpoint_Selectors.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Mutex.cpp
+
+!IF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Release"
+
+DEP_CPP_RT_MU=\
+ ".\RT_Mutex.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_RT_MU=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Hash_Map_Manager_T.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Task.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_RT_MU=\
+ ".\RT_Mutex.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_RT_MU=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Hash_Map_Manager_T.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Task.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Release"
+
+DEP_CPP_RT_MU=\
+ ".\RT_Mutex.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_RT_MU=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Hash_Map_Manager_T.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Task.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Debug"
+
+DEP_CPP_RT_MU=\
+ ".\RT_Mutex.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_RT_MU=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Hash_Map_Manager_T.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Task.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Release"
+
+DEP_CPP_RT_MU=\
+ ".\RT_Mutex.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_RT_MU=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Hash_Map_Manager_T.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Task.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Debug"
+
+DEP_CPP_RT_MU=\
+ ".\RT_Mutex.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_RT_MU=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Hash_Map_Manager_T.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Task.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Release"
+
+DEP_CPP_RT_MU=\
+ ".\RT_Mutex.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_RT_MU=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Hash_Map_Manager_T.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Task.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Debug"
+
+DEP_CPP_RT_MU=\
+ ".\RT_Mutex.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_MU=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Release"
+
+DEP_CPP_RT_MU=\
+ ".\RT_Mutex.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_RT_MU=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Debug"
+
+DEP_CPP_RT_MU=\
+ ".\RT_Mutex.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_RT_MU=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86) Debug"
+
+DEP_CPP_RT_MU=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\varbase.h"\
+ ".\RT_Mutex.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_ORB.cpp
+
+!IF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Release"
+
+DEP_CPP_RT_OR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Mutex.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_RT_OR=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Hash_Map_Manager_T.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\ace\Task.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_RT_OR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Mutex.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_RT_OR=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Hash_Map_Manager_T.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\ace\Task.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Release"
+
+DEP_CPP_RT_OR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Mutex.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_RT_OR=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Hash_Map_Manager_T.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\ace\Task.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Debug"
+
+DEP_CPP_RT_OR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Mutex.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_RT_OR=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Hash_Map_Manager_T.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\ace\Task.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Release"
+
+DEP_CPP_RT_OR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Mutex.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_RT_OR=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Hash_Map_Manager_T.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\ace\Task.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Debug"
+
+DEP_CPP_RT_OR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Mutex.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_RT_OR=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Hash_Map_Manager_T.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\ace\Task.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Release"
+
+DEP_CPP_RT_OR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Mutex.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_RT_OR=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Hash_Map_Manager_T.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\ace\Task.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Debug"
+
+DEP_CPP_RT_OR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Mutex.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Thread_Lane_Resources_Manager.h"\
+ ".\RT_Thread_Lane_Resources_Manager.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_RT_OR=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\New_Leader_Generator.h"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\Thread_Lane_Resources_Manager.h"\
+ ".\Thread_Lane_Resources_Manager.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Release"
+
+DEP_CPP_RT_OR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Mutex.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_RT_OR=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Debug"
+
+DEP_CPP_RT_OR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Mutex.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_RT_OR=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86) Debug"
+
+DEP_CPP_RT_OR=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies.h"\
+ "..\..\..\ace\Strategies.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ "..\New_Leader_Generator.h"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\Thread_Lane_Resources_Manager.h"\
+ "..\Thread_Lane_Resources_Manager.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Mutex.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Thread_Lane_Resources_Manager.h"\
+ ".\RT_Thread_Lane_Resources_Manager.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_ORB_Loader.cpp
+
+!IF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Release"
+
+DEP_CPP_RT_ORB=\
+ ".\RT_ORB_Loader.h"\
+ ".\RT_ORBInitializer.h"\
+ ".\RT_PolicyFactory.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_ORB=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\ORBInitializer_Registry.h"\
+ ".\tao\PortableInterceptorC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_RT_ORB=\
+ ".\RT_ORB_Loader.h"\
+ ".\RT_ORBInitializer.h"\
+ ".\RT_PolicyFactory.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_ORB=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\ORBInitializer_Registry.h"\
+ ".\tao\PortableInterceptorC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Release"
+
+DEP_CPP_RT_ORB=\
+ ".\RT_ORB_Loader.h"\
+ ".\RT_ORBInitializer.h"\
+ ".\RT_PolicyFactory.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_ORB=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\ORBInitializer_Registry.h"\
+ ".\tao\PortableInterceptorC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Debug"
+
+DEP_CPP_RT_ORB=\
+ ".\RT_ORB_Loader.h"\
+ ".\RT_ORBInitializer.h"\
+ ".\RT_PolicyFactory.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_ORB=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\ORBInitializer_Registry.h"\
+ ".\tao\PortableInterceptorC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Release"
+
+DEP_CPP_RT_ORB=\
+ ".\RT_ORB_Loader.h"\
+ ".\RT_ORBInitializer.h"\
+ ".\RT_PolicyFactory.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_ORB=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\ORBInitializer_Registry.h"\
+ ".\tao\PortableInterceptorC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Debug"
+
+DEP_CPP_RT_ORB=\
+ ".\RT_ORB_Loader.h"\
+ ".\RT_ORBInitializer.h"\
+ ".\RT_PolicyFactory.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_ORB=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\ORBInitializer_Registry.h"\
+ ".\tao\PortableInterceptorC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Release"
+
+DEP_CPP_RT_ORB=\
+ ".\RT_ORB_Loader.h"\
+ ".\RT_ORBInitializer.h"\
+ ".\RT_PolicyFactory.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_ORB=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\ORBInitializer_Registry.h"\
+ ".\tao\PortableInterceptorC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Debug"
+
+DEP_CPP_RT_ORB=\
+ ".\RT_ORB_Loader.h"\
+ ".\RT_ORBInitializer.h"\
+ ".\RT_PolicyFactory.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_ORB=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\ORBInitializer_Registry.h"\
+ ".\ORBInitializer_Registry.inl"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Release"
+
+DEP_CPP_RT_ORB=\
+ ".\RT_ORB_Loader.h"\
+ ".\RT_ORBInitializer.h"\
+ ".\RT_PolicyFactory.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_ORB=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\ORBInitializer_Registry.h"\
+ ".\ORBInitializer_Registry.inl"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Debug"
+
+DEP_CPP_RT_ORB=\
+ ".\RT_ORB_Loader.h"\
+ ".\RT_ORBInitializer.h"\
+ ".\RT_PolicyFactory.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_ORB=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\ORBInitializer_Registry.h"\
+ ".\ORBInitializer_Registry.inl"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86) Debug"
+
+DEP_CPP_RT_ORB=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\ORBInitializer_Registry.h"\
+ "..\ORBInitializer_Registry.inl"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\RT_ORB_Loader.h"\
+ ".\RT_ORBInitializer.h"\
+ ".\RT_PolicyFactory.h"\
+ ".\rtcorba_export.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_ORBInitializer.cpp
+
+!IF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Release"
+
+DEP_CPP_RT_ORBI=\
+ ".\Direct_Priority_Mapping.h"\
+ ".\Direct_Priority_Mapping.i"\
+ ".\Linear_Priority_Mapping.h"\
+ ".\Linear_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Current.h"\
+ ".\RT_Current.i"\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\RT_ORB_Loader.h"\
+ ".\RT_ORBInitializer.h"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_PolicyFactory.h"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub_Factory.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_RT_ORBI=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Hash_Map_Manager_T.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Service_Repository.h"\
+ ".\ace\SString.h"\
+ ".\ace\Svc_Conf.h"\
+ ".\ace\Task.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Endpoint_Selector_Factory.h"\
+ ".\tao\Exception.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\ORBInitInfo.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Stub_Factory.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_RT_ORBI=\
+ ".\Direct_Priority_Mapping.h"\
+ ".\Direct_Priority_Mapping.i"\
+ ".\Linear_Priority_Mapping.h"\
+ ".\Linear_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Current.h"\
+ ".\RT_Current.i"\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\RT_ORB_Loader.h"\
+ ".\RT_ORBInitializer.h"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_PolicyFactory.h"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub_Factory.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_RT_ORBI=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Hash_Map_Manager_T.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Service_Repository.h"\
+ ".\ace\SString.h"\
+ ".\ace\Svc_Conf.h"\
+ ".\ace\Task.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Endpoint_Selector_Factory.h"\
+ ".\tao\Exception.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\ORBInitInfo.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Stub_Factory.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Release"
+
+DEP_CPP_RT_ORBI=\
+ ".\Direct_Priority_Mapping.h"\
+ ".\Direct_Priority_Mapping.i"\
+ ".\Linear_Priority_Mapping.h"\
+ ".\Linear_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Current.h"\
+ ".\RT_Current.i"\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\RT_ORB_Loader.h"\
+ ".\RT_ORBInitializer.h"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_PolicyFactory.h"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub_Factory.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_RT_ORBI=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Hash_Map_Manager_T.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Service_Repository.h"\
+ ".\ace\SString.h"\
+ ".\ace\Svc_Conf.h"\
+ ".\ace\Task.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Endpoint_Selector_Factory.h"\
+ ".\tao\Exception.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\ORBInitInfo.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Stub_Factory.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Debug"
+
+DEP_CPP_RT_ORBI=\
+ ".\Direct_Priority_Mapping.h"\
+ ".\Direct_Priority_Mapping.i"\
+ ".\Linear_Priority_Mapping.h"\
+ ".\Linear_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Current.h"\
+ ".\RT_Current.i"\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\RT_ORB_Loader.h"\
+ ".\RT_ORBInitializer.h"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_PolicyFactory.h"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub_Factory.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_RT_ORBI=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Hash_Map_Manager_T.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Service_Repository.h"\
+ ".\ace\SString.h"\
+ ".\ace\Svc_Conf.h"\
+ ".\ace\Task.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Endpoint_Selector_Factory.h"\
+ ".\tao\Exception.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\ORBInitInfo.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Stub_Factory.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Release"
+
+DEP_CPP_RT_ORBI=\
+ ".\Direct_Priority_Mapping.h"\
+ ".\Direct_Priority_Mapping.i"\
+ ".\Linear_Priority_Mapping.h"\
+ ".\Linear_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Current.h"\
+ ".\RT_Current.i"\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\RT_ORB_Loader.h"\
+ ".\RT_ORBInitializer.h"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_PolicyFactory.h"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub_Factory.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_RT_ORBI=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Hash_Map_Manager_T.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Service_Repository.h"\
+ ".\ace\SString.h"\
+ ".\ace\Svc_Conf.h"\
+ ".\ace\Task.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Endpoint_Selector_Factory.h"\
+ ".\tao\Exception.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\ORBInitInfo.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Stub_Factory.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Debug"
+
+DEP_CPP_RT_ORBI=\
+ ".\Direct_Priority_Mapping.h"\
+ ".\Direct_Priority_Mapping.i"\
+ ".\Linear_Priority_Mapping.h"\
+ ".\Linear_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Current.h"\
+ ".\RT_Current.i"\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\RT_ORB_Loader.h"\
+ ".\RT_ORBInitializer.h"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_PolicyFactory.h"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub_Factory.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_RT_ORBI=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Hash_Map_Manager_T.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Service_Repository.h"\
+ ".\ace\SString.h"\
+ ".\ace\Svc_Conf.h"\
+ ".\ace\Task.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Endpoint_Selector_Factory.h"\
+ ".\tao\Exception.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\ORBInitInfo.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Stub_Factory.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Release"
+
+DEP_CPP_RT_ORBI=\
+ ".\Direct_Priority_Mapping.h"\
+ ".\Direct_Priority_Mapping.i"\
+ ".\Linear_Priority_Mapping.h"\
+ ".\Linear_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Current.h"\
+ ".\RT_Current.i"\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\RT_ORB_Loader.h"\
+ ".\RT_ORBInitializer.h"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_PolicyFactory.h"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub_Factory.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_RT_ORBI=\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\Hash_Map_Manager_T.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Service_Repository.h"\
+ ".\ace\SString.h"\
+ ".\ace\Svc_Conf.h"\
+ ".\ace\Task.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Endpoint_Selector_Factory.h"\
+ ".\tao\Exception.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\ORBInitInfo.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Stub_Factory.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Debug"
+
+DEP_CPP_RT_ORBI=\
+ ".\Continuous_Priority_Mapping.h"\
+ ".\Continuous_Priority_Mapping.i"\
+ ".\Direct_Priority_Mapping.h"\
+ ".\Direct_Priority_Mapping.i"\
+ ".\Linear_Priority_Mapping.h"\
+ ".\Linear_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Current.h"\
+ ".\RT_Current.i"\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\RT_ORB_Loader.h"\
+ ".\RT_ORBInitializer.h"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_PolicyFactory.h"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub_Factory.h"\
+ ".\RT_Thread_Lane_Resources_Manager.h"\
+ ".\RT_Thread_Lane_Resources_Manager.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_ORBI=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\DLL.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Obchunk.h"\
+ ".\ce\Obchunk.i"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\Obstack.h"\
+ ".\ce\Obstack_T.cpp"\
+ ".\ce\Obstack_T.h"\
+ ".\ce\Obstack_T.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Parse_Node.h"\
+ ".\ce\Parse_Node.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf.h"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint_Selector_Factory.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\ORBInitInfo.h"\
+ ".\ORBInitInfo.inl"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\Stub_Factory.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources_Manager.h"\
+ ".\Thread_Lane_Resources_Manager.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Release"
+
+DEP_CPP_RT_ORBI=\
+ ".\Direct_Priority_Mapping.h"\
+ ".\Direct_Priority_Mapping.i"\
+ ".\Linear_Priority_Mapping.h"\
+ ".\Linear_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Current.h"\
+ ".\RT_Current.i"\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\RT_ORB_Loader.h"\
+ ".\RT_ORBInitializer.h"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_PolicyFactory.h"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub_Factory.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_RT_ORBI=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\DLL.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Obchunk.h"\
+ ".\ce\Obchunk.i"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\Obstack.h"\
+ ".\ce\Obstack_T.cpp"\
+ ".\ce\Obstack_T.h"\
+ ".\ce\Obstack_T.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Parse_Node.h"\
+ ".\ce\Parse_Node.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf.h"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint_Selector_Factory.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\ORBInitInfo.h"\
+ ".\ORBInitInfo.inl"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\Stub_Factory.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Debug"
+
+DEP_CPP_RT_ORBI=\
+ ".\Direct_Priority_Mapping.h"\
+ ".\Direct_Priority_Mapping.i"\
+ ".\Linear_Priority_Mapping.h"\
+ ".\Linear_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Current.h"\
+ ".\RT_Current.i"\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\RT_ORB_Loader.h"\
+ ".\RT_ORBInitializer.h"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_PolicyFactory.h"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub_Factory.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_RT_ORBI=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\DLL.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Obchunk.h"\
+ ".\ce\Obchunk.i"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\Obstack.h"\
+ ".\ce\Obstack_T.cpp"\
+ ".\ce\Obstack_T.h"\
+ ".\ce\Obstack_T.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Parse_Node.h"\
+ ".\ce\Parse_Node.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf.h"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint_Selector_Factory.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\ORBInitInfo.h"\
+ ".\ORBInitInfo.inl"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\Stub_Factory.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86) Debug"
+
+DEP_CPP_RT_ORBI=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\DLL.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Obchunk.h"\
+ "..\..\..\ace\Obchunk.i"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\Obstack.h"\
+ "..\..\..\ace\Obstack_T.cpp"\
+ "..\..\..\ace\Obstack_T.h"\
+ "..\..\..\ace\Obstack_T.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Parse_Node.h"\
+ "..\..\..\ace\Parse_Node.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf.h"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint_Selector_Factory.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\ORBInitInfo.h"\
+ "..\ORBInitInfo.inl"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\Stub_Factory.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Thread_Lane_Resources_Manager.h"\
+ "..\Thread_Lane_Resources_Manager.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Continuous_Priority_Mapping.h"\
+ ".\Continuous_Priority_Mapping.i"\
+ ".\Direct_Priority_Mapping.h"\
+ ".\Direct_Priority_Mapping.i"\
+ ".\Linear_Priority_Mapping.h"\
+ ".\Linear_Priority_Mapping.i"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Current.h"\
+ ".\RT_Current.i"\
+ ".\RT_Endpoint_Selector_Factory.h"\
+ ".\RT_ORB.h"\
+ ".\RT_ORB.i"\
+ ".\RT_ORB_Loader.h"\
+ ".\RT_ORBInitializer.h"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_PolicyFactory.h"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub_Factory.h"\
+ ".\RT_Thread_Lane_Resources_Manager.h"\
+ ".\RT_Thread_Lane_Resources_Manager.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Policy_i.cpp
+
+!IF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Release"
+
+DEP_CPP_RT_PO=\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_PO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_RT_PO=\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_PO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Release"
+
+DEP_CPP_RT_PO=\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_PO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Debug"
+
+DEP_CPP_RT_PO=\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_PO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Release"
+
+DEP_CPP_RT_PO=\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_PO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Debug"
+
+DEP_CPP_RT_PO=\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_PO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Release"
+
+DEP_CPP_RT_PO=\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_PO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Debug"
+
+DEP_CPP_RT_PO=\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_PO=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Release"
+
+DEP_CPP_RT_PO=\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_PO=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Debug"
+
+DEP_CPP_RT_PO=\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_PO=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86) Debug"
+
+DEP_CPP_RT_PO=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_PolicyFactory.cpp
+
+!IF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Release"
+
+DEP_CPP_RT_POL=\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_PolicyFactory.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_POL=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_RT_POL=\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_PolicyFactory.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_POL=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Release"
+
+DEP_CPP_RT_POL=\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_PolicyFactory.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_POL=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Debug"
+
+DEP_CPP_RT_POL=\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_PolicyFactory.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_POL=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Release"
+
+DEP_CPP_RT_POL=\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_PolicyFactory.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_POL=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Debug"
+
+DEP_CPP_RT_POL=\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_PolicyFactory.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_POL=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Release"
+
+DEP_CPP_RT_POL=\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_PolicyFactory.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_POL=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptorC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Debug"
+
+DEP_CPP_RT_POL=\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_PolicyFactory.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_POL=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Release"
+
+DEP_CPP_RT_POL=\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_PolicyFactory.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_POL=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Debug"
+
+DEP_CPP_RT_POL=\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_PolicyFactory.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_POL=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86) Debug"
+
+DEP_CPP_RT_POL=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_PolicyFactory.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Protocols_Hooks.cpp
+
+!IF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Release"
+
+DEP_CPP_RT_PR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_PR=\
+ ".\ace\config-all.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_RT_PR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_PR=\
+ ".\ace\config-all.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Release"
+
+DEP_CPP_RT_PR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_PR=\
+ ".\ace\config-all.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Debug"
+
+DEP_CPP_RT_PR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_PR=\
+ ".\ace\config-all.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Release"
+
+DEP_CPP_RT_PR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_PR=\
+ ".\ace\config-all.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Debug"
+
+DEP_CPP_RT_PR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_PR=\
+ ".\ace\config-all.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Release"
+
+DEP_CPP_RT_PR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_PR=\
+ ".\ace\config-all.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SString.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Debug"
+
+DEP_CPP_RT_PR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_PR=\
+ ".\Acceptor_Registry.h"\
+ ".\Acceptor_Registry.i"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic_Service.cpp"\
+ ".\ce\Dynamic_Service.h"\
+ ".\ce\Dynamic_Service.i"\
+ ".\ce\Dynamic_Service_Base.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Release"
+
+DEP_CPP_RT_PR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_PR=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic_Service.cpp"\
+ ".\ce\Dynamic_Service.h"\
+ ".\ce\Dynamic_Service.i"\
+ ".\ce\Dynamic_Service_Base.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Debug"
+
+DEP_CPP_RT_PR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_PR=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic_Service.cpp"\
+ ".\ce\Dynamic_Service.h"\
+ ".\ce\Dynamic_Service.i"\
+ ".\ce\Dynamic_Service_Base.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86) Debug"
+
+DEP_CPP_RT_PR=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Dynamic_Service.cpp"\
+ "..\..\..\ace\Dynamic_Service.h"\
+ "..\..\..\ace\Dynamic_Service.i"\
+ "..\..\..\ace\Dynamic_Service_Base.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Acceptor_Registry.h"\
+ "..\Acceptor_Registry.i"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\Invocation.h"\
+ "..\Invocation.i"\
+ "..\Invocation_Endpoint_Selectors.h"\
+ "..\Invocation_Endpoint_Selectors.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LF_Event.h"\
+ "..\LF_Event.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\operation_details.h"\
+ "..\operation_details.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Reply_Dispatcher.h"\
+ "..\Reply_Dispatcher.i"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Synch_Reply_Dispatcher.h"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TAOC.h"\
+ "..\TAOC.i"\
+ "..\target_specification.h"\
+ "..\target_specification.i"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RT_Stub.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Stub.cpp
+
+!IF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Release"
+
+DEP_CPP_RT_ST=\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Stub.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_ST=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_RT_ST=\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Stub.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_ST=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Release"
+
+DEP_CPP_RT_ST=\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Stub.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_ST=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Debug"
+
+DEP_CPP_RT_ST=\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Stub.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_ST=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Release"
+
+DEP_CPP_RT_ST=\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Stub.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_ST=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Debug"
+
+DEP_CPP_RT_ST=\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Stub.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_ST=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Release"
+
+DEP_CPP_RT_ST=\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Stub.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_ST=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\SString.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Debug"
+
+DEP_CPP_RT_ST=\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Stub.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_ST=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Release"
+
+DEP_CPP_RT_ST=\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Stub.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_ST=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Debug"
+
+DEP_CPP_RT_ST=\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Stub.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RT_ST=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86) Debug"
+
+DEP_CPP_RT_ST=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\RT_Policy_i.h"\
+ ".\RT_Policy_i.i"\
+ ".\RT_Stub.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Stub_Factory.cpp
+
+!IF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Release"
+
+DEP_CPP_RT_STU=\
+ ".\RT_Stub.h"\
+ ".\RT_Stub_Factory.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_STU=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Stub_Factory.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_RT_STU=\
+ ".\RT_Stub.h"\
+ ".\RT_Stub_Factory.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_STU=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Stub_Factory.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Release"
+
+DEP_CPP_RT_STU=\
+ ".\RT_Stub.h"\
+ ".\RT_Stub_Factory.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_STU=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Stub_Factory.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Debug"
+
+DEP_CPP_RT_STU=\
+ ".\RT_Stub.h"\
+ ".\RT_Stub_Factory.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_STU=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Stub_Factory.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Release"
+
+DEP_CPP_RT_STU=\
+ ".\RT_Stub.h"\
+ ".\RT_Stub_Factory.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_STU=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Stub_Factory.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Debug"
+
+DEP_CPP_RT_STU=\
+ ".\RT_Stub.h"\
+ ".\RT_Stub_Factory.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_STU=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Stub_Factory.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Release"
+
+DEP_CPP_RT_STU=\
+ ".\RT_Stub.h"\
+ ".\RT_Stub_Factory.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_STU=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Stub_Factory.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Debug"
+
+DEP_CPP_RT_STU=\
+ ".\RT_Stub.h"\
+ ".\RT_Stub_Factory.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_STU=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Stub_Factory.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Release"
+
+DEP_CPP_RT_STU=\
+ ".\RT_Stub.h"\
+ ".\RT_Stub_Factory.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_STU=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Stub_Factory.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Debug"
+
+DEP_CPP_RT_STU=\
+ ".\RT_Stub.h"\
+ ".\RT_Stub_Factory.h"\
+ ".\rtcorba_export.h"\
+
+NODEP_CPP_RT_STU=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Stub_Factory.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86) Debug"
+
+DEP_CPP_RT_STU=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Stub_Factory.h"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\RT_Stub.h"\
+ ".\RT_Stub_Factory.h"\
+ ".\rtcorba_export.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Thread_Lane_Resources_Manager.cpp
+
+!IF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Release"
+
+DEP_CPP_RT_TH=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\Intrusive_List.cpp"\
+ "..\..\..\ace\Intrusive_List.h"\
+ "..\..\..\ace\Intrusive_List.inl"\
+ "..\..\..\ace\Intrusive_List_Node.cpp"\
+ "..\..\..\ace\Intrusive_List_Node.h"\
+ "..\..\..\ace\Intrusive_List_Node.inl"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies.h"\
+ "..\..\..\ace\Strategies.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Acceptor_Registry.h"\
+ "..\Acceptor_Registry.i"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\Leader_Follower.h"\
+ "..\Leader_Follower.i"\
+ "..\LF_Follower.h"\
+ "..\LF_Follower.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ "..\New_Leader_Generator.h"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\Thread_Lane_Resources_Manager.h"\
+ "..\Thread_Lane_Resources_Manager.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\RT_Thread_Lane_Resources_Manager.h"\
+ ".\RT_Thread_Lane_Resources_Manager.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_RT_TH=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\Intrusive_List.cpp"\
+ "..\..\..\ace\Intrusive_List.h"\
+ "..\..\..\ace\Intrusive_List.inl"\
+ "..\..\..\ace\Intrusive_List_Node.cpp"\
+ "..\..\..\ace\Intrusive_List_Node.h"\
+ "..\..\..\ace\Intrusive_List_Node.inl"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies.h"\
+ "..\..\..\ace\Strategies.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Acceptor_Registry.h"\
+ "..\Acceptor_Registry.i"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\Leader_Follower.h"\
+ "..\Leader_Follower.i"\
+ "..\LF_Follower.h"\
+ "..\LF_Follower.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ "..\New_Leader_Generator.h"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\Thread_Lane_Resources_Manager.h"\
+ "..\Thread_Lane_Resources_Manager.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\RT_Thread_Lane_Resources_Manager.h"\
+ ".\RT_Thread_Lane_Resources_Manager.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Release"
+
+DEP_CPP_RT_TH=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\Intrusive_List.cpp"\
+ "..\..\..\ace\Intrusive_List.h"\
+ "..\..\..\ace\Intrusive_List.inl"\
+ "..\..\..\ace\Intrusive_List_Node.cpp"\
+ "..\..\..\ace\Intrusive_List_Node.h"\
+ "..\..\..\ace\Intrusive_List_Node.inl"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies.h"\
+ "..\..\..\ace\Strategies.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Acceptor_Registry.h"\
+ "..\Acceptor_Registry.i"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\Leader_Follower.h"\
+ "..\Leader_Follower.i"\
+ "..\LF_Follower.h"\
+ "..\LF_Follower.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ "..\New_Leader_Generator.h"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\Thread_Lane_Resources_Manager.h"\
+ "..\Thread_Lane_Resources_Manager.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\RT_Thread_Lane_Resources_Manager.h"\
+ ".\RT_Thread_Lane_Resources_Manager.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Debug"
+
+DEP_CPP_RT_TH=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\Intrusive_List.cpp"\
+ "..\..\..\ace\Intrusive_List.h"\
+ "..\..\..\ace\Intrusive_List.inl"\
+ "..\..\..\ace\Intrusive_List_Node.cpp"\
+ "..\..\..\ace\Intrusive_List_Node.h"\
+ "..\..\..\ace\Intrusive_List_Node.inl"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies.h"\
+ "..\..\..\ace\Strategies.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Acceptor_Registry.h"\
+ "..\Acceptor_Registry.i"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\Leader_Follower.h"\
+ "..\Leader_Follower.i"\
+ "..\LF_Follower.h"\
+ "..\LF_Follower.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ "..\New_Leader_Generator.h"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\Thread_Lane_Resources_Manager.h"\
+ "..\Thread_Lane_Resources_Manager.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\RT_Thread_Lane_Resources_Manager.h"\
+ ".\RT_Thread_Lane_Resources_Manager.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Release"
+
+DEP_CPP_RT_TH=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\Intrusive_List.cpp"\
+ "..\..\..\ace\Intrusive_List.h"\
+ "..\..\..\ace\Intrusive_List.inl"\
+ "..\..\..\ace\Intrusive_List_Node.cpp"\
+ "..\..\..\ace\Intrusive_List_Node.h"\
+ "..\..\..\ace\Intrusive_List_Node.inl"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies.h"\
+ "..\..\..\ace\Strategies.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Acceptor_Registry.h"\
+ "..\Acceptor_Registry.i"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\Leader_Follower.h"\
+ "..\Leader_Follower.i"\
+ "..\LF_Follower.h"\
+ "..\LF_Follower.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ "..\New_Leader_Generator.h"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\Thread_Lane_Resources_Manager.h"\
+ "..\Thread_Lane_Resources_Manager.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\RT_Thread_Lane_Resources_Manager.h"\
+ ".\RT_Thread_Lane_Resources_Manager.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Debug"
+
+DEP_CPP_RT_TH=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\Intrusive_List.cpp"\
+ "..\..\..\ace\Intrusive_List.h"\
+ "..\..\..\ace\Intrusive_List.inl"\
+ "..\..\..\ace\Intrusive_List_Node.cpp"\
+ "..\..\..\ace\Intrusive_List_Node.h"\
+ "..\..\..\ace\Intrusive_List_Node.inl"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies.h"\
+ "..\..\..\ace\Strategies.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Acceptor_Registry.h"\
+ "..\Acceptor_Registry.i"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\Leader_Follower.h"\
+ "..\Leader_Follower.i"\
+ "..\LF_Follower.h"\
+ "..\LF_Follower.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ "..\New_Leader_Generator.h"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\Thread_Lane_Resources_Manager.h"\
+ "..\Thread_Lane_Resources_Manager.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\RT_Thread_Lane_Resources_Manager.h"\
+ ".\RT_Thread_Lane_Resources_Manager.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Release"
+
+DEP_CPP_RT_TH=\
+ ".\RT_Thread_Lane_Resources_Manager.h"\
+ ".\RT_Thread_Lane_Resources_Manager.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_RT_TH=\
+ "..\..\..\ace\ace\config-cygwin32.h"\
+ ".\Acceptor_Registry.h"\
+ ".\Acceptor_Registry.i"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\Intrusive_List.cpp"\
+ ".\ce\Intrusive_List.h"\
+ ".\ce\Intrusive_List.inl"\
+ ".\ce\Intrusive_List_Node.cpp"\
+ ".\ce\Intrusive_List_Node.h"\
+ ".\ce\Intrusive_List_Node.inl"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Leader_Follower.h"\
+ ".\Leader_Follower.i"\
+ ".\LF_Follower.h"\
+ ".\LF_Follower.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\New_Leader_Generator.h"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\Thread_Lane_Resources_Manager.h"\
+ ".\Thread_Lane_Resources_Manager.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Debug"
+
+DEP_CPP_RT_TH=\
+ ".\RT_Thread_Lane_Resources_Manager.h"\
+ ".\RT_Thread_Lane_Resources_Manager.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_RT_TH=\
+ ".\Acceptor_Registry.h"\
+ ".\Acceptor_Registry.i"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\Intrusive_List.cpp"\
+ ".\ce\Intrusive_List.h"\
+ ".\ce\Intrusive_List.inl"\
+ ".\ce\Intrusive_List_Node.cpp"\
+ ".\ce\Intrusive_List_Node.h"\
+ ".\ce\Intrusive_List_Node.inl"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Leader_Follower.h"\
+ ".\Leader_Follower.i"\
+ ".\LF_Follower.h"\
+ ".\LF_Follower.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\New_Leader_Generator.h"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\Thread_Lane_Resources_Manager.h"\
+ ".\Thread_Lane_Resources_Manager.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Release"
+
+DEP_CPP_RT_TH=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\Intrusive_List.cpp"\
+ "..\..\..\ace\Intrusive_List.h"\
+ "..\..\..\ace\Intrusive_List.inl"\
+ "..\..\..\ace\Intrusive_List_Node.cpp"\
+ "..\..\..\ace\Intrusive_List_Node.h"\
+ "..\..\..\ace\Intrusive_List_Node.inl"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies.h"\
+ "..\..\..\ace\Strategies.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Acceptor_Registry.h"\
+ "..\Acceptor_Registry.i"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\Leader_Follower.h"\
+ "..\Leader_Follower.i"\
+ "..\LF_Follower.h"\
+ "..\LF_Follower.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ "..\New_Leader_Generator.h"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\Thread_Lane_Resources_Manager.h"\
+ "..\Thread_Lane_Resources_Manager.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\RT_Thread_Lane_Resources_Manager.h"\
+ ".\RT_Thread_Lane_Resources_Manager.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Debug"
+
+DEP_CPP_RT_TH=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\Intrusive_List.cpp"\
+ "..\..\..\ace\Intrusive_List.h"\
+ "..\..\..\ace\Intrusive_List.inl"\
+ "..\..\..\ace\Intrusive_List_Node.cpp"\
+ "..\..\..\ace\Intrusive_List_Node.h"\
+ "..\..\..\ace\Intrusive_List_Node.inl"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies.h"\
+ "..\..\..\ace\Strategies.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Acceptor_Registry.h"\
+ "..\Acceptor_Registry.i"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\Leader_Follower.h"\
+ "..\Leader_Follower.i"\
+ "..\LF_Follower.h"\
+ "..\LF_Follower.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ "..\New_Leader_Generator.h"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\Thread_Lane_Resources_Manager.h"\
+ "..\Thread_Lane_Resources_Manager.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\RT_Thread_Lane_Resources_Manager.h"\
+ ".\RT_Thread_Lane_Resources_Manager.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86) Debug"
+
+DEP_CPP_RT_TH=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\Intrusive_List.cpp"\
+ "..\..\..\ace\Intrusive_List.h"\
+ "..\..\..\ace\Intrusive_List.inl"\
+ "..\..\..\ace\Intrusive_List_Node.cpp"\
+ "..\..\..\ace\Intrusive_List_Node.h"\
+ "..\..\..\ace\Intrusive_List_Node.inl"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies.h"\
+ "..\..\..\ace\Strategies.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Acceptor_Registry.h"\
+ "..\Acceptor_Registry.i"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\Leader_Follower.h"\
+ "..\Leader_Follower.i"\
+ "..\LF_Follower.h"\
+ "..\LF_Follower.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ "..\New_Leader_Generator.h"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\Thread_Lane_Resources_Manager.h"\
+ "..\Thread_Lane_Resources_Manager.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\RT_Thread_Lane_Resources_Manager.h"\
+ ".\RT_Thread_Lane_Resources_Manager.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\RTCORBA.cpp
+
+!IF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Release"
+
+DEP_CPP_RTCOR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_ORB_Loader.h"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RTCOR=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_RTCOR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_ORB_Loader.h"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RTCOR=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Release"
+
+DEP_CPP_RTCOR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_ORB_Loader.h"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RTCOR=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Debug"
+
+DEP_CPP_RTCOR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_ORB_Loader.h"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RTCOR=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Release"
+
+DEP_CPP_RTCOR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_ORB_Loader.h"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RTCOR=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Debug"
+
+DEP_CPP_RTCOR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_ORB_Loader.h"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RTCOR=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Release"
+
+DEP_CPP_RTCOR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_ORB_Loader.h"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RTCOR=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Debug"
+
+DEP_CPP_RTCOR=\
+ ".\RT_ORB_Loader.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RTCOR=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Release"
+
+DEP_CPP_RTCOR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_ORB_Loader.h"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RTCOR=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Debug"
+
+DEP_CPP_RTCOR=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\RT_ORB_Loader.h"\
+ ".\RT_Protocols_Hooks.h"\
+ ".\RT_Protocols_Hooks.i"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RTCOR=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86) Debug"
+
+DEP_CPP_RTCOR=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\varbase.h"\
+ ".\RT_ORB_Loader.h"\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\RTCORBAC.cpp
+
+!IF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Release"
+
+DEP_CPP_RTCORB=\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RTCORB=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_RTCORB=\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RTCORB=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Release"
+
+DEP_CPP_RTCORB=\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RTCORB=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Debug"
+
+DEP_CPP_RTCORB=\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RTCORB=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Release"
+
+DEP_CPP_RTCORB=\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RTCORB=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Debug"
+
+DEP_CPP_RTCORB=\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RTCORB=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Release"
+
+DEP_CPP_RTCORB=\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RTCORB=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\ClientInterceptorAdapter.h"\
+ ".\tao\ClientRequestInfo.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\PortableInterceptor.h"\
+ ".\tao\RequestInfo_Util.h"\
+ ".\tao\Stub.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Debug"
+
+DEP_CPP_RTCORB=\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RTCORB=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\ClientInterceptorAdapter.h"\
+ ".\ClientInterceptorAdapter.inl"\
+ ".\ClientRequestInfo.h"\
+ ".\ClientRequestInfo.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptor.h"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\RequestInfo_Util.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Release"
+
+DEP_CPP_RTCORB=\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RTCORB=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\ClientInterceptorAdapter.h"\
+ ".\ClientInterceptorAdapter.inl"\
+ ".\ClientRequestInfo.h"\
+ ".\ClientRequestInfo.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptor.h"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\RequestInfo_Util.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Debug"
+
+DEP_CPP_RTCORB=\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+NODEP_CPP_RTCORB=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\ClientInterceptorAdapter.h"\
+ ".\ClientInterceptorAdapter.inl"\
+ ".\ClientRequestInfo.h"\
+ ".\ClientRequestInfo.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptor.h"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\RequestInfo_Util.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\StringSeqC.h"\
+ ".\StringSeqC.i"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86) Debug"
+
+DEP_CPP_RTCORB=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\ClientInterceptorAdapter.h"\
+ "..\ClientInterceptorAdapter.inl"\
+ "..\ClientRequestInfo.h"\
+ "..\ClientRequestInfo.inl"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\Invocation.h"\
+ "..\Invocation.i"\
+ "..\Invocation_Endpoint_Selectors.h"\
+ "..\Invocation_Endpoint_Selectors.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LF_Event.h"\
+ "..\LF_Event.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\operation_details.h"\
+ "..\operation_details.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptor.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Reply_Dispatcher.h"\
+ "..\Reply_Dispatcher.i"\
+ "..\RequestInfo_Util.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Synch_Reply_Dispatcher.h"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TAOC.h"\
+ "..\TAOC.i"\
+ "..\target_specification.h"\
+ "..\target_specification.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Thread_Pool.cpp
+
+!IF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Release"
+
+DEP_CPP_THREA=\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_THREA=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Task.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Exception.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_THREA=\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_THREA=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Task.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Exception.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Release"
+
+DEP_CPP_THREA=\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_THREA=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Task.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Exception.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH4) Debug"
+
+DEP_CPP_THREA=\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_THREA=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Task.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Exception.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Release"
+
+DEP_CPP_THREA=\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_THREA=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Task.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Exception.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE SH3) Debug"
+
+DEP_CPP_THREA=\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_THREA=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Task.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Exception.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Release"
+
+DEP_CPP_THREA=\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_THREA=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Hash_Map_Manager.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Task.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Encodable.h"\
+ ".\tao\Exception.h"\
+ ".\tao\IOPC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PolicyC.h"\
+ ".\tao\TimeBaseC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE ARM) Debug"
+
+DEP_CPP_THREA=\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_THREA=\
+ ".\Acceptor_Registry.h"\
+ ".\Acceptor_Registry.i"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Auto_Ptr.cpp"\
+ ".\ce\Auto_Ptr.h"\
+ ".\ce\Auto_Ptr.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\Intrusive_List.cpp"\
+ ".\ce\Intrusive_List.h"\
+ ".\ce\Intrusive_List.inl"\
+ ".\ce\Intrusive_List_Node.cpp"\
+ ".\ce\Intrusive_List_Node.h"\
+ ".\ce\Intrusive_List_Node.inl"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Leader_Follower.h"\
+ ".\Leader_Follower.i"\
+ ".\LF_Follower.h"\
+ ".\LF_Follower.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\New_Leader_Generator.h"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Release"
+
+DEP_CPP_THREA=\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_THREA=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Auto_Ptr.cpp"\
+ ".\ce\Auto_Ptr.h"\
+ ".\ce\Auto_Ptr.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86em) Debug"
+
+DEP_CPP_THREA=\
+ ".\RTCORBA.h"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+NODEP_CPP_THREA=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Auto_Ptr.cpp"\
+ ".\ce\Auto_Ptr.h"\
+ ".\ce\Auto_Ptr.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTCORBA - Win32 (WCE x86) Debug"
+
+DEP_CPP_THREA=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\Intrusive_List.cpp"\
+ "..\..\..\ace\Intrusive_List.h"\
+ "..\..\..\ace\Intrusive_List.inl"\
+ "..\..\..\ace\Intrusive_List_Node.cpp"\
+ "..\..\..\ace\Intrusive_List_Node.h"\
+ "..\..\..\ace\Intrusive_List_Node.inl"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies.h"\
+ "..\..\..\ace\Strategies.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Acceptor_Registry.h"\
+ "..\Acceptor_Registry.i"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\Leader_Follower.h"\
+ "..\Leader_Follower.i"\
+ "..\LF_Follower.h"\
+ "..\LF_Follower.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ "..\New_Leader_Generator.h"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\Priority_Mapping.h"\
+ ".\Priority_Mapping.i"\
+ ".\Priority_Mapping_Manager.h"\
+ ".\Priority_Mapping_Manager.i"\
+ ".\rtcorba_export.h"\
+ ".\RTCORBAC.h"\
+ ".\RTCORBAC.i"\
+ ".\Thread_Pool.h"\
+ ".\Thread_Pool.i"\
+
+
+!ENDIF
+
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=.\Continuous_Priority_Mapping.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Direct_Priority_Mapping.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Linear_Priority_Mapping.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Priority_Mapping.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Priority_Mapping_Manager.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Private_Transport_Descriptor.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Current.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Endpoint_Selector_Factory.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Endpoint_Utils.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Invocation_Endpoint_Selectors.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Mutex.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_ORB.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_ORB_Loader.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_ORBInitializer.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Policy_i.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_PolicyFactory.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Protocols_Hooks.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Stub.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Stub_Factory.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Thread_Lane_Resources_Manager.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\RTCORBA.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\rtcorba_export.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\RTCORBAC.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Thread_Pool.h
+# End Source File
+# End Group
+# Begin Group "Resource Files"
+
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+# End Group
+# Begin Group "Inline Files"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=.\Direct_Priority_Mapping.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\Linear_Priority_Mapping.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\Pool_Per_Endpoint.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\Priority_Mapping.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\Priority_Mapping_Manager.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\Private_Transport_Descriptor.inl
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Current.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Invocation_Endpoint_Selectors.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Mutex.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_ORB.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Policy_i.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Protocols_Hooks.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\RTCORBAC.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\Thread_Pool.i
+# End Source File
+# End Group
+# End Target
+# End Project
diff --git a/TAO/tao/RTPortableServer/TAO_RTPortableServer.vcp b/TAO/tao/RTPortableServer/TAO_RTPortableServer.vcp
new file mode 100644
index 00000000000..aec5081839f
--- /dev/null
+++ b/TAO/tao/RTPortableServer/TAO_RTPortableServer.vcp
@@ -0,0 +1,12127 @@
+# Microsoft eMbedded Visual Tools Project File - Name="TAO_RTPortableServer" - Package Owner=<4>
+# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (WCE x86em) Dynamic-Link Library" 0x7f02
+# TARGTYPE "Win32 (WCE SH3) Dynamic-Link Library" 0x8102
+# TARGTYPE "Win32 (WCE x86) Dynamic-Link Library" 0x8302
+# TARGTYPE "Win32 (WCE ARM) Dynamic-Link Library" 0x8502
+# TARGTYPE "Win32 (WCE SH4) Dynamic-Link Library" 0x8602
+# TARGTYPE "Win32 (WCE MIPS) Dynamic-Link Library" 0x8202
+
+CFG=TAO_RTPortableServer - Win32 (WCE MIPS) Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "TAO_RTPortableServer.vcn".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "TAO_RTPortableServer.vcn" CFG="TAO_RTPortableServer - Win32 (WCE MIPS) Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "TAO_RTPortableServer - Win32 (WCE MIPS) Release" (based on "Win32 (WCE MIPS) Dynamic-Link Library")
+!MESSAGE "TAO_RTPortableServer - Win32 (WCE MIPS) Debug" (based on "Win32 (WCE MIPS) Dynamic-Link Library")
+!MESSAGE "TAO_RTPortableServer - Win32 (WCE SH4) Release" (based on "Win32 (WCE SH4) Dynamic-Link Library")
+!MESSAGE "TAO_RTPortableServer - Win32 (WCE SH4) Debug" (based on "Win32 (WCE SH4) Dynamic-Link Library")
+!MESSAGE "TAO_RTPortableServer - Win32 (WCE SH3) Release" (based on "Win32 (WCE SH3) Dynamic-Link Library")
+!MESSAGE "TAO_RTPortableServer - Win32 (WCE SH3) Debug" (based on "Win32 (WCE SH3) Dynamic-Link Library")
+!MESSAGE "TAO_RTPortableServer - Win32 (WCE ARM) Release" (based on "Win32 (WCE ARM) Dynamic-Link Library")
+!MESSAGE "TAO_RTPortableServer - Win32 (WCE ARM) Debug" (based on "Win32 (WCE ARM) Dynamic-Link Library")
+!MESSAGE "TAO_RTPortableServer - Win32 (WCE x86em) Release" (based on "Win32 (WCE x86em) Dynamic-Link Library")
+!MESSAGE "TAO_RTPortableServer - Win32 (WCE x86em) Debug" (based on "Win32 (WCE x86em) Dynamic-Link Library")
+!MESSAGE "TAO_RTPortableServer - Win32 (WCE x86) Debug" (based on "Win32 (WCE x86) Dynamic-Link Library")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+# PROP ATL_Project 2
+
+!IF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE MIPS) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "MIPSRel"
+# PROP BASE Intermediate_Dir "MIPSRel"
+# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "MIPSRel"
+# PROP Intermediate_Dir "MIPSRel"
+# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_RTPortableServer_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "MIPS" /D "_MIPS_" /D "NDEBUG" /D "_USRDLL" /D "TAO_RTPortableServer_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_RTPORTABLESERVER_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE MIPS) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "MIPSDbg"
+# PROP BASE Intermediate_Dir "MIPSDbg"
+# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "MIPSDbg"
+# PROP Intermediate_Dir "MIPSDbg"
+# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_RTPortableServer_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "MIPS" /D "_MIPS_" /D "_USRDLL" /D "TAO_RTPortableServer_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_RTPORTABLESERVER_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH4) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "SH4Rel"
+# PROP BASE Intermediate_Dir "SH4Rel"
+# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "SH4Rel"
+# PROP Intermediate_Dir "SH4Rel"
+# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_RTPortableServer_EXPORTS" /YX /Qsh4 /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "SHx" /D "SH4" /D "_SH4_" /D "NDEBUG" /D "_USRDLL" /D "TAO_RTPortableServer_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_RTPORTABLESERVER_BUILD_DLL" /YX /Qsh4 /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH4) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "SH4Dbg"
+# PROP BASE Intermediate_Dir "SH4Dbg"
+# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "SH4Dbg"
+# PROP Intermediate_Dir "SH4Dbg"
+# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_RTPortableServer_EXPORTS" /YX /Qsh4 /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "SHx" /D "SH4" /D "_SH4_" /D "_USRDLL" /D "TAO_RTPortableServer_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_RTPORTABLESERVER_BUILD_DLL" /YX /Qsh4 /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH3) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "SH3Rel"
+# PROP BASE Intermediate_Dir "SH3Rel"
+# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "SH3Rel"
+# PROP Intermediate_Dir "SH3Rel"
+# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+PFILE=pfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_RTPortableServer_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "SHx" /D "SH3" /D "_SH3_" /D "NDEBUG" /D "_USRDLL" /D "TAO_RTPortableServer_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_RTPORTABLESERVER_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH3) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "SH3Dbg"
+# PROP BASE Intermediate_Dir "SH3Dbg"
+# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "SH3Dbg"
+# PROP Intermediate_Dir "SH3Dbg"
+# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+PFILE=pfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_RTPortableServer_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "SHx" /D "SH3" /D "_SH3_" /D "_USRDLL" /D "TAO_RTPortableServer_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_RTPORTABLESERVER_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE ARM) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "ARMRel"
+# PROP BASE Intermediate_Dir "ARMRel"
+# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "../../LIB/Release/ARM"
+# PROP Intermediate_Dir "Release/ARM"
+# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_RTPortableServer_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "ARM" /D "_ARM_" /D "NDEBUG" /D "_USRDLL" /D "TAO_RTPortableServer_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_RTPORTABLESERVER_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 commctrl.lib coredll.lib TAO.lib ace.lib ace_os.lib TAO_PortableServer.lib TAO_RTCORBA.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /out:"../../../bin/Release/ARM/TAO_RTPortableServer.dll" /libpath:"../../LIB/Release/ARM" /libpath:"../../../LIB/Release/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE ARM) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "ARMDbg"
+# PROP BASE Intermediate_Dir "ARMDbg"
+# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/ARM"
+# PROP Intermediate_Dir "Debug/ARM"
+# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_RTPortableServer_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "ARM" /D "_ARM_" /D "_USRDLL" /D "TAO_RTPortableServer_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_RTPORTABLESERVER_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 commctrl.lib coredll.lib TAOd.lib aced.lib ace_osd.lib TAO_PortableServerd.lib TAO_RTCORBAd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"../../../bin/Debug/ARM/TAO_RTPortableServerd.dll" /libpath:"../../LIB/Debug/ARM" /libpath:"../../../LIB/Debug/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE x86em) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "X86EMRel"
+# PROP BASE Intermediate_Dir "X86EMRel"
+# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "../../LIB/Release/X86EM"
+# PROP Intermediate_Dir "Release/X86EM"
+# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+EMPFILE=empfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_USRDLL" /D "TAO_RTPortableServer_EXPORTS" /YX /Gz /Oxs /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "i486" /D "_X86_" /D "x86" /D "NDEBUG" /D "_USRDLL" /D "TAO_RTPortableServer_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_RTPORTABLESERVER_BUILD_DLL" /YX /Gz /Oxs /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /o "NUL" /win32
+# SUBTRACT MTL /mktyplib203
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) TAO.lib ace.lib ace_os.lib /nologo /stack:0x10000,0x1000 /dll /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /libpath:"../../LIB/Release/X86EM" /libpath:"../../../LIB/Release/X86EM" /windowsce:emulation /MACHINE:IX86
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE x86em) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "X86EMDbg"
+# PROP BASE Intermediate_Dir "X86EMDbg"
+# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/X86EM"
+# PROP Intermediate_Dir "Debug/X86EM"
+# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+EMPFILE=empfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_USRDLL" /D "TAO_RTPortableServer_EXPORTS" /YX /Gz /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "i486" /D "_X86_" /D "x86" /D "_USRDLL" /D "TAO_RTPortableServer_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_RTPORTABLESERVER_BUILD_DLL" /YX /Gz /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /o "NUL" /win32
+# SUBTRACT MTL /mktyplib203
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) TAOd.lib aced.lib ace_osd.lib /nologo /stack:0x10000,0x1000 /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /libpath:"../../LIB/Debug/X86EM" /libpath:"../../../LIB/Debug/X86EM" /windowsce:emulation /MACHINE:IX86
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE x86) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "X86Dbg"
+# PROP BASE Intermediate_Dir "X86Dbg"
+# PROP BASE CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/X86EM"
+# PROP Intermediate_Dir "Debug/X86EM"
+# PROP CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /YX /Gs8192 /GF /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "_i386_" /D "_X86_" /D "x86" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_RTPORTABLESERVER_BUILD_DLL" /YX /Gs8192 /GF /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /subsystem:$(CESubsystem) /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) TAOd.lib aced.lib ace_osd.lib TAO_PortableServerd.lib TAO_RTCORBAd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /out:"../../../bin/Debug/X86EM/TAO_RTPortableServerd.dll" /libpath:"../../LIB/Debug/X86EM" /libpath:"../../../LIB/Debug/X86EM" /subsystem:$(CESubsystem) /MACHINE:IX86
+
+!ENDIF
+
+# Begin Target
+
+# Name "TAO_RTPortableServer - Win32 (WCE MIPS) Release"
+# Name "TAO_RTPortableServer - Win32 (WCE MIPS) Debug"
+# Name "TAO_RTPortableServer - Win32 (WCE SH4) Release"
+# Name "TAO_RTPortableServer - Win32 (WCE SH4) Debug"
+# Name "TAO_RTPortableServer - Win32 (WCE SH3) Release"
+# Name "TAO_RTPortableServer - Win32 (WCE SH3) Debug"
+# Name "TAO_RTPortableServer - Win32 (WCE ARM) Release"
+# Name "TAO_RTPortableServer - Win32 (WCE ARM) Debug"
+# Name "TAO_RTPortableServer - Win32 (WCE x86em) Release"
+# Name "TAO_RTPortableServer - Win32 (WCE x86em) Debug"
+# Name "TAO_RTPortableServer - Win32 (WCE x86) Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=.\RT_Acceptor_Filters.cpp
+
+!IF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_RT_AC=\
+ ".\RT_Acceptor_Filters.h"\
+ ".\RT_Acceptor_Filters.i"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_AC=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Acceptor_Filter.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_RT_AC=\
+ ".\RT_Acceptor_Filters.h"\
+ ".\RT_Acceptor_Filters.i"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_AC=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Acceptor_Filter.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_RT_AC=\
+ ".\RT_Acceptor_Filters.h"\
+ ".\RT_Acceptor_Filters.i"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_AC=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Acceptor_Filter.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_RT_AC=\
+ ".\RT_Acceptor_Filters.h"\
+ ".\RT_Acceptor_Filters.i"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_AC=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Acceptor_Filter.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_RT_AC=\
+ ".\RT_Acceptor_Filters.h"\
+ ".\RT_Acceptor_Filters.i"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_AC=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Acceptor_Filter.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_RT_AC=\
+ ".\RT_Acceptor_Filters.h"\
+ ".\RT_Acceptor_Filters.i"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_AC=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Acceptor_Filter.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_RT_AC=\
+ ".\RT_Acceptor_Filters.h"\
+ ".\RT_Acceptor_Filters.i"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_AC=\
+ "..\..\..\..\..\..\Acceptor_Filter.i"\
+ "..\..\..\..\..\..\RTCORBA\rtcorba_export.h"\
+ "..\..\..\..\..\..\RTCORBA\RTCORBAC.h"\
+ "..\..\..\..\..\..\RTCORBA\RTCORBAC.i"\
+ ".\Acceptor_Filter.h"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_RT_AC=\
+ ".\RT_Acceptor_Filters.h"\
+ ".\RT_Acceptor_Filters.i"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_AC=\
+ "..\..\..\..\..\..\Acceptor_Filter.i"\
+ "..\..\..\..\..\..\RTCORBA\rtcorba_export.h"\
+ "..\..\..\..\..\..\RTCORBA\RTCORBAC.h"\
+ "..\..\..\..\..\..\RTCORBA\RTCORBAC.i"\
+ ".\Acceptor_Filter.h"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_RT_AC=\
+ ".\RT_Acceptor_Filters.h"\
+ ".\RT_Acceptor_Filters.i"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_AC=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Acceptor_Filter.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_RT_AC=\
+ ".\RT_Acceptor_Filters.h"\
+ ".\RT_Acceptor_Filters.i"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_AC=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Acceptor_Filter.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_RT_AC=\
+ ".\RT_Acceptor_Filters.h"\
+ ".\RT_Acceptor_Filters.i"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_AC=\
+ "..\..\..\..\..\..\Acceptor_Filter.i"\
+ "..\..\..\..\..\..\RTCORBA\rtcorba_export.h"\
+ "..\..\..\..\..\..\RTCORBA\RTCORBAC.h"\
+ "..\..\..\..\..\..\RTCORBA\RTCORBAC.i"\
+ ".\Acceptor_Filter.h"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Collocation_Resolver.cpp
+
+!IF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_RT_CO=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies.h"\
+ "..\..\..\ace\Strategies.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Collocation_Resolver.h"\
+ "..\Collocation_Resolver.i"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\New_Leader_Generator.h"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\PortableServer\Active_Object_Map.h"\
+ "..\PortableServer\Active_Object_Map.i"\
+ "..\PortableServer\Default_Policy_Validator.h"\
+ "..\PortableServer\Key_Adapters.h"\
+ "..\PortableServer\Key_Adapters.i"\
+ "..\PortableServer\Object_Adapter.h"\
+ "..\PortableServer\Object_Adapter.i"\
+ "..\PortableServer\POA.h"\
+ "..\PortableServer\POA.i"\
+ "..\PortableServer\POA_Cached_Policies.h"\
+ "..\PortableServer\POA_Cached_Policies.i"\
+ "..\PortableServer\poa_macros.h"\
+ "..\PortableServer\POA_Policies.h"\
+ "..\PortableServer\POA_Policies.i"\
+ "..\PortableServer\POA_Policy_Set.h"\
+ "..\PortableServer\POA_Policy_Set.i"\
+ "..\PortableServer\POAManager.h"\
+ "..\PortableServer\POAManager.i"\
+ "..\PortableServer\Policy_Validator.h"\
+ "..\PortableServer\portableserver_export.h"\
+ "..\PortableServer\PortableServerC.h"\
+ "..\PortableServer\PortableServerC.i"\
+ "..\PortableServer\Servant_Base.h"\
+ "..\PortableServer\Servant_Base.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\RTCORBA\rtcorba_export.h"\
+ "..\RTCORBA\RTCORBAC.h"\
+ "..\RTCORBA\RTCORBAC.i"\
+ "..\RTCORBA\Thread_Pool.h"\
+ "..\RTCORBA\Thread_Pool.i"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\RT_Collocation_Resolver.h"\
+ ".\RT_Collocation_Resolver.i"\
+ ".\rtportableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_RT_CO=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies.h"\
+ "..\..\..\ace\Strategies.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Collocation_Resolver.h"\
+ "..\Collocation_Resolver.i"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\New_Leader_Generator.h"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\PortableServer\Active_Object_Map.h"\
+ "..\PortableServer\Active_Object_Map.i"\
+ "..\PortableServer\Default_Policy_Validator.h"\
+ "..\PortableServer\Key_Adapters.h"\
+ "..\PortableServer\Key_Adapters.i"\
+ "..\PortableServer\Object_Adapter.h"\
+ "..\PortableServer\Object_Adapter.i"\
+ "..\PortableServer\POA.h"\
+ "..\PortableServer\POA.i"\
+ "..\PortableServer\POA_Cached_Policies.h"\
+ "..\PortableServer\POA_Cached_Policies.i"\
+ "..\PortableServer\poa_macros.h"\
+ "..\PortableServer\POA_Policies.h"\
+ "..\PortableServer\POA_Policies.i"\
+ "..\PortableServer\POA_Policy_Set.h"\
+ "..\PortableServer\POA_Policy_Set.i"\
+ "..\PortableServer\POAManager.h"\
+ "..\PortableServer\POAManager.i"\
+ "..\PortableServer\Policy_Validator.h"\
+ "..\PortableServer\portableserver_export.h"\
+ "..\PortableServer\PortableServerC.h"\
+ "..\PortableServer\PortableServerC.i"\
+ "..\PortableServer\Servant_Base.h"\
+ "..\PortableServer\Servant_Base.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\RTCORBA\rtcorba_export.h"\
+ "..\RTCORBA\RTCORBAC.h"\
+ "..\RTCORBA\RTCORBAC.i"\
+ "..\RTCORBA\Thread_Pool.h"\
+ "..\RTCORBA\Thread_Pool.i"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\RT_Collocation_Resolver.h"\
+ ".\RT_Collocation_Resolver.i"\
+ ".\rtportableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_RT_CO=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies.h"\
+ "..\..\..\ace\Strategies.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Collocation_Resolver.h"\
+ "..\Collocation_Resolver.i"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\New_Leader_Generator.h"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\PortableServer\Active_Object_Map.h"\
+ "..\PortableServer\Active_Object_Map.i"\
+ "..\PortableServer\Default_Policy_Validator.h"\
+ "..\PortableServer\Key_Adapters.h"\
+ "..\PortableServer\Key_Adapters.i"\
+ "..\PortableServer\Object_Adapter.h"\
+ "..\PortableServer\Object_Adapter.i"\
+ "..\PortableServer\POA.h"\
+ "..\PortableServer\POA.i"\
+ "..\PortableServer\POA_Cached_Policies.h"\
+ "..\PortableServer\POA_Cached_Policies.i"\
+ "..\PortableServer\poa_macros.h"\
+ "..\PortableServer\POA_Policies.h"\
+ "..\PortableServer\POA_Policies.i"\
+ "..\PortableServer\POA_Policy_Set.h"\
+ "..\PortableServer\POA_Policy_Set.i"\
+ "..\PortableServer\POAManager.h"\
+ "..\PortableServer\POAManager.i"\
+ "..\PortableServer\Policy_Validator.h"\
+ "..\PortableServer\portableserver_export.h"\
+ "..\PortableServer\PortableServerC.h"\
+ "..\PortableServer\PortableServerC.i"\
+ "..\PortableServer\Servant_Base.h"\
+ "..\PortableServer\Servant_Base.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\RTCORBA\rtcorba_export.h"\
+ "..\RTCORBA\RTCORBAC.h"\
+ "..\RTCORBA\RTCORBAC.i"\
+ "..\RTCORBA\Thread_Pool.h"\
+ "..\RTCORBA\Thread_Pool.i"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\RT_Collocation_Resolver.h"\
+ ".\RT_Collocation_Resolver.i"\
+ ".\rtportableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_RT_CO=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies.h"\
+ "..\..\..\ace\Strategies.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Collocation_Resolver.h"\
+ "..\Collocation_Resolver.i"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\New_Leader_Generator.h"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\PortableServer\Active_Object_Map.h"\
+ "..\PortableServer\Active_Object_Map.i"\
+ "..\PortableServer\Default_Policy_Validator.h"\
+ "..\PortableServer\Key_Adapters.h"\
+ "..\PortableServer\Key_Adapters.i"\
+ "..\PortableServer\Object_Adapter.h"\
+ "..\PortableServer\Object_Adapter.i"\
+ "..\PortableServer\POA.h"\
+ "..\PortableServer\POA.i"\
+ "..\PortableServer\POA_Cached_Policies.h"\
+ "..\PortableServer\POA_Cached_Policies.i"\
+ "..\PortableServer\poa_macros.h"\
+ "..\PortableServer\POA_Policies.h"\
+ "..\PortableServer\POA_Policies.i"\
+ "..\PortableServer\POA_Policy_Set.h"\
+ "..\PortableServer\POA_Policy_Set.i"\
+ "..\PortableServer\POAManager.h"\
+ "..\PortableServer\POAManager.i"\
+ "..\PortableServer\Policy_Validator.h"\
+ "..\PortableServer\portableserver_export.h"\
+ "..\PortableServer\PortableServerC.h"\
+ "..\PortableServer\PortableServerC.i"\
+ "..\PortableServer\Servant_Base.h"\
+ "..\PortableServer\Servant_Base.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\RTCORBA\rtcorba_export.h"\
+ "..\RTCORBA\RTCORBAC.h"\
+ "..\RTCORBA\RTCORBAC.i"\
+ "..\RTCORBA\Thread_Pool.h"\
+ "..\RTCORBA\Thread_Pool.i"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\RT_Collocation_Resolver.h"\
+ ".\RT_Collocation_Resolver.i"\
+ ".\rtportableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_RT_CO=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies.h"\
+ "..\..\..\ace\Strategies.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Collocation_Resolver.h"\
+ "..\Collocation_Resolver.i"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\New_Leader_Generator.h"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\PortableServer\Active_Object_Map.h"\
+ "..\PortableServer\Active_Object_Map.i"\
+ "..\PortableServer\Default_Policy_Validator.h"\
+ "..\PortableServer\Key_Adapters.h"\
+ "..\PortableServer\Key_Adapters.i"\
+ "..\PortableServer\Object_Adapter.h"\
+ "..\PortableServer\Object_Adapter.i"\
+ "..\PortableServer\POA.h"\
+ "..\PortableServer\POA.i"\
+ "..\PortableServer\POA_Cached_Policies.h"\
+ "..\PortableServer\POA_Cached_Policies.i"\
+ "..\PortableServer\poa_macros.h"\
+ "..\PortableServer\POA_Policies.h"\
+ "..\PortableServer\POA_Policies.i"\
+ "..\PortableServer\POA_Policy_Set.h"\
+ "..\PortableServer\POA_Policy_Set.i"\
+ "..\PortableServer\POAManager.h"\
+ "..\PortableServer\POAManager.i"\
+ "..\PortableServer\Policy_Validator.h"\
+ "..\PortableServer\portableserver_export.h"\
+ "..\PortableServer\PortableServerC.h"\
+ "..\PortableServer\PortableServerC.i"\
+ "..\PortableServer\Servant_Base.h"\
+ "..\PortableServer\Servant_Base.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\RTCORBA\rtcorba_export.h"\
+ "..\RTCORBA\RTCORBAC.h"\
+ "..\RTCORBA\RTCORBAC.i"\
+ "..\RTCORBA\Thread_Pool.h"\
+ "..\RTCORBA\Thread_Pool.i"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\RT_Collocation_Resolver.h"\
+ ".\RT_Collocation_Resolver.i"\
+ ".\rtportableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_RT_CO=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Active_Map_Manager.h"\
+ "..\..\..\ace\Active_Map_Manager.i"\
+ "..\..\..\ace\Active_Map_Manager_T.cpp"\
+ "..\..\..\ace\Active_Map_Manager_T.h"\
+ "..\..\..\ace\Active_Map_Manager_T.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map.h"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Map_T.cpp"\
+ "..\..\..\ace\Map_T.h"\
+ "..\..\..\ace\Map_T.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pair.h"\
+ "..\..\..\ace\Pair_T.cpp"\
+ "..\..\..\ace\Pair_T.h"\
+ "..\..\..\ace\Pair_T.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies.h"\
+ "..\..\..\ace\Strategies.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Abstract_Servant_Base.h"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Collocation_Resolver.h"\
+ "..\Collocation_Resolver.i"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\MessagingC.h"\
+ "..\MessagingC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\New_Leader_Generator.h"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PollableC.h"\
+ "..\PollableC.i"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\PortableServer\Active_Object_Map.h"\
+ "..\PortableServer\Active_Object_Map.i"\
+ "..\PortableServer\Default_Policy_Validator.h"\
+ "..\PortableServer\Key_Adapters.h"\
+ "..\PortableServer\Key_Adapters.i"\
+ "..\PortableServer\Object_Adapter.h"\
+ "..\PortableServer\Object_Adapter.i"\
+ "..\PortableServer\POA.h"\
+ "..\PortableServer\POA.i"\
+ "..\PortableServer\POA_Cached_Policies.h"\
+ "..\PortableServer\POA_Cached_Policies.i"\
+ "..\PortableServer\poa_macros.h"\
+ "..\PortableServer\POA_Policies.h"\
+ "..\PortableServer\POA_Policies.i"\
+ "..\PortableServer\POA_Policy_Set.h"\
+ "..\PortableServer\POA_Policy_Set.i"\
+ "..\PortableServer\POAManager.h"\
+ "..\PortableServer\POAManager.i"\
+ "..\PortableServer\Policy_Validator.h"\
+ "..\PortableServer\portableserver_export.h"\
+ "..\PortableServer\PortableServerC.h"\
+ "..\PortableServer\PortableServerC.i"\
+ "..\PortableServer\Servant_Base.h"\
+ "..\PortableServer\Servant_Base.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\RTCORBA\rtcorba_export.h"\
+ "..\RTCORBA\RTCORBAC.h"\
+ "..\RTCORBA\RTCORBAC.i"\
+ "..\RTCORBA\Thread_Pool.h"\
+ "..\RTCORBA\Thread_Pool.i"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\try_macros.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\ValueFactory.h"\
+ "..\ValueFactory.i"\
+ "..\varbase.h"\
+ ".\RT_Collocation_Resolver.h"\
+ ".\RT_Collocation_Resolver.i"\
+ ".\rtportableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_RT_CO=\
+ ".\RT_Collocation_Resolver.h"\
+ ".\RT_Collocation_Resolver.i"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_CO=\
+ "..\..\..\..\..\..\PortableServer\Active_Object_Map.h"\
+ "..\..\..\..\..\..\PortableServer\Active_Object_Map.i"\
+ "..\..\..\..\..\..\PortableServer\Default_Policy_Validator.h"\
+ "..\..\..\..\..\..\PortableServer\Key_Adapters.h"\
+ "..\..\..\..\..\..\PortableServer\Key_Adapters.i"\
+ "..\..\..\..\..\..\PortableServer\Object_Adapter.h"\
+ "..\..\..\..\..\..\PortableServer\Object_Adapter.i"\
+ "..\..\..\..\..\..\PortableServer\POA.h"\
+ "..\..\..\..\..\..\PortableServer\POA.i"\
+ "..\..\..\..\..\..\PortableServer\POA_Cached_Policies.h"\
+ "..\..\..\..\..\..\PortableServer\POA_Cached_Policies.i"\
+ "..\..\..\..\..\..\PortableServer\poa_macros.h"\
+ "..\..\..\..\..\..\PortableServer\POA_Policies.h"\
+ "..\..\..\..\..\..\PortableServer\POA_Policies.i"\
+ "..\..\..\..\..\..\PortableServer\POA_Policy_Set.h"\
+ "..\..\..\..\..\..\PortableServer\POA_Policy_Set.i"\
+ "..\..\..\..\..\..\PortableServer\POAManager.h"\
+ "..\..\..\..\..\..\PortableServer\POAManager.i"\
+ "..\..\..\..\..\..\PortableServer\Policy_Validator.h"\
+ "..\..\..\..\..\..\RTCORBA\rtcorba_export.h"\
+ "..\..\..\..\..\..\RTCORBA\RTCORBAC.h"\
+ "..\..\..\..\..\..\RTCORBA\RTCORBAC.i"\
+ "..\..\..\..\..\..\RTCORBA\Thread_Pool.h"\
+ "..\..\..\..\..\..\RTCORBA\Thread_Pool.i"\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Collocation_Resolver.h"\
+ ".\Collocation_Resolver.i"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\New_Leader_Generator.h"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\PortableServer\portableserver_export.h"\
+ ".\PortableServer\PortableServerC.h"\
+ ".\PortableServer\PortableServerC.i"\
+ ".\PortableServer\Servant_Base.h"\
+ ".\PortableServer\Servant_Base.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_RT_CO=\
+ ".\RT_Collocation_Resolver.h"\
+ ".\RT_Collocation_Resolver.i"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_CO=\
+ "..\..\..\..\..\..\PortableServer\Active_Object_Map.h"\
+ "..\..\..\..\..\..\PortableServer\Active_Object_Map.i"\
+ "..\..\..\..\..\..\PortableServer\Default_Policy_Validator.h"\
+ "..\..\..\..\..\..\PortableServer\Key_Adapters.h"\
+ "..\..\..\..\..\..\PortableServer\Key_Adapters.i"\
+ "..\..\..\..\..\..\PortableServer\Object_Adapter.h"\
+ "..\..\..\..\..\..\PortableServer\Object_Adapter.i"\
+ "..\..\..\..\..\..\PortableServer\POA.h"\
+ "..\..\..\..\..\..\PortableServer\POA.i"\
+ "..\..\..\..\..\..\PortableServer\POA_Cached_Policies.h"\
+ "..\..\..\..\..\..\PortableServer\POA_Cached_Policies.i"\
+ "..\..\..\..\..\..\PortableServer\poa_macros.h"\
+ "..\..\..\..\..\..\PortableServer\POA_Policies.h"\
+ "..\..\..\..\..\..\PortableServer\POA_Policies.i"\
+ "..\..\..\..\..\..\PortableServer\POA_Policy_Set.h"\
+ "..\..\..\..\..\..\PortableServer\POA_Policy_Set.i"\
+ "..\..\..\..\..\..\PortableServer\POAManager.h"\
+ "..\..\..\..\..\..\PortableServer\POAManager.i"\
+ "..\..\..\..\..\..\PortableServer\Policy_Validator.h"\
+ "..\..\..\..\..\..\RTCORBA\rtcorba_export.h"\
+ "..\..\..\..\..\..\RTCORBA\RTCORBAC.h"\
+ "..\..\..\..\..\..\RTCORBA\RTCORBAC.i"\
+ "..\..\..\..\..\..\RTCORBA\Thread_Pool.h"\
+ "..\..\..\..\..\..\RTCORBA\Thread_Pool.i"\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Collocation_Resolver.h"\
+ ".\Collocation_Resolver.i"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\New_Leader_Generator.h"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\PortableServer\portableserver_export.h"\
+ ".\PortableServer\PortableServerC.h"\
+ ".\PortableServer\PortableServerC.i"\
+ ".\PortableServer\Servant_Base.h"\
+ ".\PortableServer\Servant_Base.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_RT_CO=\
+ ".\RT_Collocation_Resolver.h"\
+ ".\RT_Collocation_Resolver.i"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_CO=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Collocation_Resolver.h"\
+ ".\Collocation_Resolver.i"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\New_Leader_Generator.h"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\PortableServer\Active_Object_Map.h"\
+ ".\PortableServer\Active_Object_Map.i"\
+ ".\PortableServer\Default_Policy_Validator.h"\
+ ".\PortableServer\Key_Adapters.h"\
+ ".\PortableServer\Key_Adapters.i"\
+ ".\PortableServer\Object_Adapter.h"\
+ ".\PortableServer\Object_Adapter.i"\
+ ".\PortableServer\POA.h"\
+ ".\PortableServer\POA.i"\
+ ".\PortableServer\POA_Cached_Policies.h"\
+ ".\PortableServer\POA_Cached_Policies.i"\
+ ".\PortableServer\poa_macros.h"\
+ ".\PortableServer\POA_Policies.h"\
+ ".\PortableServer\POA_Policies.i"\
+ ".\PortableServer\POA_Policy_Set.h"\
+ ".\PortableServer\POA_Policy_Set.i"\
+ ".\PortableServer\POAManager.h"\
+ ".\PortableServer\POAManager.i"\
+ ".\PortableServer\Policy_Validator.h"\
+ ".\PortableServer\portableserver_export.h"\
+ ".\PortableServer\PortableServerC.h"\
+ ".\PortableServer\PortableServerC.i"\
+ ".\PortableServer\Servant_Base.h"\
+ ".\PortableServer\Servant_Base.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\RTCORBA\rtcorba_export.h"\
+ ".\RTCORBA\RTCORBAC.h"\
+ ".\RTCORBA\RTCORBAC.i"\
+ ".\RTCORBA\Thread_Pool.h"\
+ ".\RTCORBA\Thread_Pool.i"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_RT_CO=\
+ ".\RT_Collocation_Resolver.h"\
+ ".\RT_Collocation_Resolver.i"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_CO=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Collocation_Resolver.h"\
+ ".\Collocation_Resolver.i"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\New_Leader_Generator.h"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\PortableServer\Active_Object_Map.h"\
+ ".\PortableServer\Active_Object_Map.i"\
+ ".\PortableServer\Default_Policy_Validator.h"\
+ ".\PortableServer\Key_Adapters.h"\
+ ".\PortableServer\Key_Adapters.i"\
+ ".\PortableServer\Object_Adapter.h"\
+ ".\PortableServer\Object_Adapter.i"\
+ ".\PortableServer\POA.h"\
+ ".\PortableServer\POA.i"\
+ ".\PortableServer\POA_Cached_Policies.h"\
+ ".\PortableServer\POA_Cached_Policies.i"\
+ ".\PortableServer\poa_macros.h"\
+ ".\PortableServer\POA_Policies.h"\
+ ".\PortableServer\POA_Policies.i"\
+ ".\PortableServer\POA_Policy_Set.h"\
+ ".\PortableServer\POA_Policy_Set.i"\
+ ".\PortableServer\POAManager.h"\
+ ".\PortableServer\POAManager.i"\
+ ".\PortableServer\Policy_Validator.h"\
+ ".\PortableServer\portableserver_export.h"\
+ ".\PortableServer\PortableServerC.h"\
+ ".\PortableServer\PortableServerC.i"\
+ ".\PortableServer\Servant_Base.h"\
+ ".\PortableServer\Servant_Base.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\RTCORBA\rtcorba_export.h"\
+ ".\RTCORBA\RTCORBAC.h"\
+ ".\RTCORBA\RTCORBAC.i"\
+ ".\RTCORBA\Thread_Pool.h"\
+ ".\RTCORBA\Thread_Pool.i"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_RT_CO=\
+ ".\RT_Collocation_Resolver.h"\
+ ".\RT_Collocation_Resolver.i"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_CO=\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Collocation_Resolver.h"\
+ ".\Collocation_Resolver.i"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\New_Leader_Generator.h"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\PortableServer\Active_Object_Map.h"\
+ ".\PortableServer\Active_Object_Map.i"\
+ ".\PortableServer\Default_Policy_Validator.h"\
+ ".\PortableServer\Key_Adapters.h"\
+ ".\PortableServer\Key_Adapters.i"\
+ ".\PortableServer\Object_Adapter.h"\
+ ".\PortableServer\Object_Adapter.i"\
+ ".\PortableServer\POA.h"\
+ ".\PortableServer\POA.i"\
+ ".\PortableServer\POA_Cached_Policies.h"\
+ ".\PortableServer\POA_Cached_Policies.i"\
+ ".\PortableServer\poa_macros.h"\
+ ".\PortableServer\POA_Policies.h"\
+ ".\PortableServer\POA_Policies.i"\
+ ".\PortableServer\POA_Policy_Set.h"\
+ ".\PortableServer\POA_Policy_Set.i"\
+ ".\PortableServer\POAManager.h"\
+ ".\PortableServer\POAManager.i"\
+ ".\PortableServer\Policy_Validator.h"\
+ ".\PortableServer\portableserver_export.h"\
+ ".\PortableServer\PortableServerC.h"\
+ ".\PortableServer\PortableServerC.i"\
+ ".\PortableServer\Servant_Base.h"\
+ ".\PortableServer\Servant_Base.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\RTCORBA\rtcorba_export.h"\
+ ".\RTCORBA\RTCORBAC.h"\
+ ".\RTCORBA\RTCORBAC.i"\
+ ".\RTCORBA\Thread_Pool.h"\
+ ".\RTCORBA\Thread_Pool.i"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Object_Adapter_Factory.cpp
+
+!IF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_RT_OB=\
+ ".\RT_Collocation_Resolver.h"\
+ ".\RT_Object_Adapter_Factory.h"\
+ ".\RT_Policy_Validator.h"\
+ ".\RT_Servant_Dispatcher.h"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_OB=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Collocation_Resolver.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PortableServer\Object_Adapter.h"\
+ ".\tao\PortableServer\Policy_Validator.h"\
+ ".\tao\PortableServer\Servant_Dispatcher.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+ ".\tao\RTPortableServer\RT_Collocation_Resolver.i"\
+ ".\tao\RTPortableServer\rtportableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_RT_OB=\
+ ".\RT_Collocation_Resolver.h"\
+ ".\RT_Object_Adapter_Factory.h"\
+ ".\RT_Policy_Validator.h"\
+ ".\RT_Servant_Dispatcher.h"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_OB=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Collocation_Resolver.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PortableServer\Object_Adapter.h"\
+ ".\tao\PortableServer\Policy_Validator.h"\
+ ".\tao\PortableServer\Servant_Dispatcher.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+ ".\tao\RTPortableServer\RT_Collocation_Resolver.i"\
+ ".\tao\RTPortableServer\rtportableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_RT_OB=\
+ ".\RT_Collocation_Resolver.h"\
+ ".\RT_Object_Adapter_Factory.h"\
+ ".\RT_Policy_Validator.h"\
+ ".\RT_Servant_Dispatcher.h"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_OB=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Collocation_Resolver.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PortableServer\Object_Adapter.h"\
+ ".\tao\PortableServer\Policy_Validator.h"\
+ ".\tao\PortableServer\Servant_Dispatcher.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+ ".\tao\RTPortableServer\RT_Collocation_Resolver.i"\
+ ".\tao\RTPortableServer\rtportableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_RT_OB=\
+ ".\RT_Collocation_Resolver.h"\
+ ".\RT_Object_Adapter_Factory.h"\
+ ".\RT_Policy_Validator.h"\
+ ".\RT_Servant_Dispatcher.h"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_OB=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Collocation_Resolver.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PortableServer\Object_Adapter.h"\
+ ".\tao\PortableServer\Policy_Validator.h"\
+ ".\tao\PortableServer\Servant_Dispatcher.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+ ".\tao\RTPortableServer\RT_Collocation_Resolver.i"\
+ ".\tao\RTPortableServer\rtportableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_RT_OB=\
+ ".\RT_Collocation_Resolver.h"\
+ ".\RT_Object_Adapter_Factory.h"\
+ ".\RT_Policy_Validator.h"\
+ ".\RT_Servant_Dispatcher.h"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_OB=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Collocation_Resolver.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PortableServer\Object_Adapter.h"\
+ ".\tao\PortableServer\Policy_Validator.h"\
+ ".\tao\PortableServer\Servant_Dispatcher.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+ ".\tao\RTPortableServer\RT_Collocation_Resolver.i"\
+ ".\tao\RTPortableServer\rtportableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_RT_OB=\
+ ".\RT_Collocation_Resolver.h"\
+ ".\RT_Object_Adapter_Factory.h"\
+ ".\RT_Policy_Validator.h"\
+ ".\RT_Servant_Dispatcher.h"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_OB=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Collocation_Resolver.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PortableServer\Object_Adapter.h"\
+ ".\tao\PortableServer\Policy_Validator.h"\
+ ".\tao\PortableServer\Servant_Dispatcher.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+ ".\tao\RTPortableServer\RT_Collocation_Resolver.i"\
+ ".\tao\RTPortableServer\rtportableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_RT_OB=\
+ ".\RT_Collocation_Resolver.h"\
+ ".\RT_Collocation_Resolver.i"\
+ ".\RT_Object_Adapter_Factory.h"\
+ ".\RT_Policy_Validator.h"\
+ ".\RT_Servant_Dispatcher.h"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_OB=\
+ "..\..\..\..\..\..\PortableServer\Servant_Dispatcher.h"\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Collocation_Resolver.h"\
+ ".\Collocation_Resolver.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\PortableServer\Active_Object_Map.h"\
+ ".\PortableServer\Active_Object_Map.i"\
+ ".\PortableServer\Default_Policy_Validator.h"\
+ ".\PortableServer\Key_Adapters.h"\
+ ".\PortableServer\Key_Adapters.i"\
+ ".\PortableServer\Object_Adapter.h"\
+ ".\PortableServer\Object_Adapter.i"\
+ ".\PortableServer\poa_macros.h"\
+ ".\PortableServer\POA_Policies.h"\
+ ".\PortableServer\POA_Policies.i"\
+ ".\PortableServer\POA_Policy_Set.h"\
+ ".\PortableServer\POA_Policy_Set.i"\
+ ".\PortableServer\Policy_Validator.h"\
+ ".\PortableServer\portableserver_export.h"\
+ ".\PortableServer\PortableServerC.h"\
+ ".\PortableServer\PortableServerC.i"\
+ ".\PortableServer\Servant_Base.h"\
+ ".\PortableServer\Servant_Base.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\RTCORBA\rtcorba_export.h"\
+ ".\RTCORBA\RTCORBAC.h"\
+ ".\RTCORBA\RTCORBAC.i"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_RT_OB=\
+ ".\RT_Collocation_Resolver.h"\
+ ".\RT_Collocation_Resolver.i"\
+ ".\RT_Object_Adapter_Factory.h"\
+ ".\RT_Policy_Validator.h"\
+ ".\RT_Servant_Dispatcher.h"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_OB=\
+ "..\..\..\..\..\..\PortableServer\Servant_Dispatcher.h"\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Collocation_Resolver.h"\
+ ".\Collocation_Resolver.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\PortableServer\Active_Object_Map.h"\
+ ".\PortableServer\Active_Object_Map.i"\
+ ".\PortableServer\Default_Policy_Validator.h"\
+ ".\PortableServer\Key_Adapters.h"\
+ ".\PortableServer\Key_Adapters.i"\
+ ".\PortableServer\Object_Adapter.h"\
+ ".\PortableServer\Object_Adapter.i"\
+ ".\PortableServer\poa_macros.h"\
+ ".\PortableServer\POA_Policies.h"\
+ ".\PortableServer\POA_Policies.i"\
+ ".\PortableServer\POA_Policy_Set.h"\
+ ".\PortableServer\POA_Policy_Set.i"\
+ ".\PortableServer\Policy_Validator.h"\
+ ".\PortableServer\portableserver_export.h"\
+ ".\PortableServer\PortableServerC.h"\
+ ".\PortableServer\PortableServerC.i"\
+ ".\PortableServer\Servant_Base.h"\
+ ".\PortableServer\Servant_Base.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\RTCORBA\rtcorba_export.h"\
+ ".\RTCORBA\RTCORBAC.h"\
+ ".\RTCORBA\RTCORBAC.i"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_RT_OB=\
+ ".\RT_Collocation_Resolver.h"\
+ ".\RT_Object_Adapter_Factory.h"\
+ ".\RT_Policy_Validator.h"\
+ ".\RT_Servant_Dispatcher.h"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_OB=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Collocation_Resolver.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PortableServer\Object_Adapter.h"\
+ ".\tao\PortableServer\Policy_Validator.h"\
+ ".\tao\PortableServer\Servant_Dispatcher.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+ ".\tao\RTPortableServer\RT_Collocation_Resolver.i"\
+ ".\tao\RTPortableServer\rtportableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_RT_OB=\
+ ".\RT_Collocation_Resolver.h"\
+ ".\RT_Object_Adapter_Factory.h"\
+ ".\RT_Policy_Validator.h"\
+ ".\RT_Servant_Dispatcher.h"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_OB=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\Collocation_Resolver.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PortableServer\Object_Adapter.h"\
+ ".\tao\PortableServer\Policy_Validator.h"\
+ ".\tao\PortableServer\Servant_Dispatcher.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+ ".\tao\RTPortableServer\RT_Collocation_Resolver.i"\
+ ".\tao\RTPortableServer\rtportableserver_export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_RT_OB=\
+ ".\RT_Collocation_Resolver.h"\
+ ".\RT_Collocation_Resolver.i"\
+ ".\RT_Object_Adapter_Factory.h"\
+ ".\RT_Policy_Validator.h"\
+ ".\RT_Servant_Dispatcher.h"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_OB=\
+ "..\..\..\..\..\..\PortableServer\Servant_Dispatcher.h"\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Collocation_Resolver.h"\
+ ".\Collocation_Resolver.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\PortableServer\Active_Object_Map.h"\
+ ".\PortableServer\Active_Object_Map.i"\
+ ".\PortableServer\Default_Policy_Validator.h"\
+ ".\PortableServer\Key_Adapters.h"\
+ ".\PortableServer\Key_Adapters.i"\
+ ".\PortableServer\Object_Adapter.h"\
+ ".\PortableServer\Object_Adapter.i"\
+ ".\PortableServer\poa_macros.h"\
+ ".\PortableServer\POA_Policies.h"\
+ ".\PortableServer\POA_Policies.i"\
+ ".\PortableServer\POA_Policy_Set.h"\
+ ".\PortableServer\POA_Policy_Set.i"\
+ ".\PortableServer\Policy_Validator.h"\
+ ".\PortableServer\portableserver_export.h"\
+ ".\PortableServer\PortableServerC.h"\
+ ".\PortableServer\PortableServerC.i"\
+ ".\PortableServer\Servant_Base.h"\
+ ".\PortableServer\Servant_Base.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\RTCORBA\rtcorba_export.h"\
+ ".\RTCORBA\RTCORBAC.h"\
+ ".\RTCORBA\RTCORBAC.i"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_POA.cpp
+
+!IF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_RT_PO=\
+ ".\RT_Acceptor_Filters.h"\
+ ".\RT_Acceptor_Filters.i"\
+ ".\RT_POA.h"\
+ ".\RT_POA.i"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RT_PO=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Acceptor_Filter.h"\
+ ".\tao\Acceptor_Registry.h"\
+ ".\tao\debug.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PortableServer\Default_Acceptor_Filter.h"\
+ ".\tao\PortableServer\POA.h"\
+ ".\tao\PortableServer\poa_macros.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\RTCORBA\RT_Policy_i.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+ ".\tao\RTCORBA\Thread_Pool.h"\
+ ".\tao\RTPortableServer\RT_Policy_Validator.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_RT_PO=\
+ ".\RT_Acceptor_Filters.h"\
+ ".\RT_Acceptor_Filters.i"\
+ ".\RT_POA.h"\
+ ".\RT_POA.i"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RT_PO=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Acceptor_Filter.h"\
+ ".\tao\Acceptor_Registry.h"\
+ ".\tao\debug.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PortableServer\Default_Acceptor_Filter.h"\
+ ".\tao\PortableServer\POA.h"\
+ ".\tao\PortableServer\poa_macros.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\RTCORBA\RT_Policy_i.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+ ".\tao\RTCORBA\Thread_Pool.h"\
+ ".\tao\RTPortableServer\RT_Policy_Validator.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_RT_PO=\
+ ".\RT_Acceptor_Filters.h"\
+ ".\RT_Acceptor_Filters.i"\
+ ".\RT_POA.h"\
+ ".\RT_POA.i"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RT_PO=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Acceptor_Filter.h"\
+ ".\tao\Acceptor_Registry.h"\
+ ".\tao\debug.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PortableServer\Default_Acceptor_Filter.h"\
+ ".\tao\PortableServer\POA.h"\
+ ".\tao\PortableServer\poa_macros.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\RTCORBA\RT_Policy_i.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+ ".\tao\RTCORBA\Thread_Pool.h"\
+ ".\tao\RTPortableServer\RT_Policy_Validator.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_RT_PO=\
+ ".\RT_Acceptor_Filters.h"\
+ ".\RT_Acceptor_Filters.i"\
+ ".\RT_POA.h"\
+ ".\RT_POA.i"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RT_PO=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Acceptor_Filter.h"\
+ ".\tao\Acceptor_Registry.h"\
+ ".\tao\debug.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PortableServer\Default_Acceptor_Filter.h"\
+ ".\tao\PortableServer\POA.h"\
+ ".\tao\PortableServer\poa_macros.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\RTCORBA\RT_Policy_i.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+ ".\tao\RTCORBA\Thread_Pool.h"\
+ ".\tao\RTPortableServer\RT_Policy_Validator.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_RT_PO=\
+ ".\RT_Acceptor_Filters.h"\
+ ".\RT_Acceptor_Filters.i"\
+ ".\RT_POA.h"\
+ ".\RT_POA.i"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RT_PO=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Acceptor_Filter.h"\
+ ".\tao\Acceptor_Registry.h"\
+ ".\tao\debug.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PortableServer\Default_Acceptor_Filter.h"\
+ ".\tao\PortableServer\POA.h"\
+ ".\tao\PortableServer\poa_macros.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\RTCORBA\RT_Policy_i.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+ ".\tao\RTCORBA\Thread_Pool.h"\
+ ".\tao\RTPortableServer\RT_Policy_Validator.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_RT_PO=\
+ ".\RT_Acceptor_Filters.h"\
+ ".\RT_Acceptor_Filters.i"\
+ ".\RT_POA.h"\
+ ".\RT_POA.i"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RT_PO=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Acceptor_Filter.h"\
+ ".\tao\Acceptor_Registry.h"\
+ ".\tao\debug.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PortableServer\Default_Acceptor_Filter.h"\
+ ".\tao\PortableServer\POA.h"\
+ ".\tao\PortableServer\poa_macros.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\RTCORBA\RT_Policy_i.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+ ".\tao\RTCORBA\Thread_Pool.h"\
+ ".\tao\RTPortableServer\RT_Policy_Validator.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_RT_PO=\
+ ".\RT_Acceptor_Filters.h"\
+ ".\RT_Acceptor_Filters.i"\
+ ".\RT_POA.h"\
+ ".\RT_POA.i"\
+ ".\RT_Policy_Validator.h"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RT_PO=\
+ "..\..\..\..\..\..\Acceptor_Filter.i"\
+ "..\..\..\..\..\..\PortableServer\Default_Acceptor_Filter.h"\
+ "..\..\..\..\..\..\RTCORBA\RT_Policy_i.h"\
+ "..\..\..\..\..\..\RTCORBA\RT_Policy_i.i"\
+ ".\Abstract_Servant_Base.h"\
+ ".\Acceptor_Filter.h"\
+ ".\Acceptor_Registry.h"\
+ ".\Acceptor_Registry.i"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Auto_Ptr.cpp"\
+ ".\ce\Auto_Ptr.h"\
+ ".\ce\Auto_Ptr.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\New_Leader_Generator.h"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\PortableServer\Active_Object_Map.h"\
+ ".\PortableServer\Active_Object_Map.i"\
+ ".\PortableServer\Default_Policy_Validator.h"\
+ ".\PortableServer\Key_Adapters.h"\
+ ".\PortableServer\Key_Adapters.i"\
+ ".\PortableServer\Object_Adapter.h"\
+ ".\PortableServer\Object_Adapter.i"\
+ ".\PortableServer\POA.h"\
+ ".\PortableServer\POA.i"\
+ ".\PortableServer\POA_Cached_Policies.h"\
+ ".\PortableServer\POA_Cached_Policies.i"\
+ ".\PortableServer\poa_macros.h"\
+ ".\PortableServer\POA_Policies.h"\
+ ".\PortableServer\POA_Policies.i"\
+ ".\PortableServer\POA_Policy_Set.h"\
+ ".\PortableServer\POA_Policy_Set.i"\
+ ".\PortableServer\POAManager.h"\
+ ".\PortableServer\POAManager.i"\
+ ".\PortableServer\Policy_Validator.h"\
+ ".\PortableServer\portableserver_export.h"\
+ ".\PortableServer\PortableServerC.h"\
+ ".\PortableServer\PortableServerC.i"\
+ ".\PortableServer\Servant_Base.h"\
+ ".\PortableServer\Servant_Base.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\RTCORBA\rtcorba_export.h"\
+ ".\RTCORBA\RTCORBAC.h"\
+ ".\RTCORBA\RTCORBAC.i"\
+ ".\RTCORBA\Thread_Pool.h"\
+ ".\RTCORBA\Thread_Pool.i"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_RT_PO=\
+ ".\RT_Acceptor_Filters.h"\
+ ".\RT_Acceptor_Filters.i"\
+ ".\RT_POA.h"\
+ ".\RT_POA.i"\
+ ".\RT_Policy_Validator.h"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RT_PO=\
+ "..\..\..\..\..\..\Acceptor_Filter.i"\
+ "..\..\..\..\..\..\PortableServer\Default_Acceptor_Filter.h"\
+ "..\..\..\..\..\..\RTCORBA\RT_Policy_i.h"\
+ "..\..\..\..\..\..\RTCORBA\RT_Policy_i.i"\
+ ".\Abstract_Servant_Base.h"\
+ ".\Acceptor_Filter.h"\
+ ".\Acceptor_Registry.h"\
+ ".\Acceptor_Registry.i"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Auto_Ptr.cpp"\
+ ".\ce\Auto_Ptr.h"\
+ ".\ce\Auto_Ptr.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\New_Leader_Generator.h"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\PortableServer\Active_Object_Map.h"\
+ ".\PortableServer\Active_Object_Map.i"\
+ ".\PortableServer\Default_Policy_Validator.h"\
+ ".\PortableServer\Key_Adapters.h"\
+ ".\PortableServer\Key_Adapters.i"\
+ ".\PortableServer\Object_Adapter.h"\
+ ".\PortableServer\Object_Adapter.i"\
+ ".\PortableServer\POA.h"\
+ ".\PortableServer\POA.i"\
+ ".\PortableServer\POA_Cached_Policies.h"\
+ ".\PortableServer\POA_Cached_Policies.i"\
+ ".\PortableServer\poa_macros.h"\
+ ".\PortableServer\POA_Policies.h"\
+ ".\PortableServer\POA_Policies.i"\
+ ".\PortableServer\POA_Policy_Set.h"\
+ ".\PortableServer\POA_Policy_Set.i"\
+ ".\PortableServer\POAManager.h"\
+ ".\PortableServer\POAManager.i"\
+ ".\PortableServer\Policy_Validator.h"\
+ ".\PortableServer\portableserver_export.h"\
+ ".\PortableServer\PortableServerC.h"\
+ ".\PortableServer\PortableServerC.i"\
+ ".\PortableServer\Servant_Base.h"\
+ ".\PortableServer\Servant_Base.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\RTCORBA\rtcorba_export.h"\
+ ".\RTCORBA\RTCORBAC.h"\
+ ".\RTCORBA\RTCORBAC.i"\
+ ".\RTCORBA\Thread_Pool.h"\
+ ".\RTCORBA\Thread_Pool.i"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_RT_PO=\
+ ".\RT_Acceptor_Filters.h"\
+ ".\RT_Acceptor_Filters.i"\
+ ".\RT_POA.h"\
+ ".\RT_POA.i"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RT_PO=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Acceptor_Filter.h"\
+ ".\tao\Acceptor_Registry.h"\
+ ".\tao\debug.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PortableServer\Default_Acceptor_Filter.h"\
+ ".\tao\PortableServer\POA.h"\
+ ".\tao\PortableServer\poa_macros.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\RTCORBA\RT_Policy_i.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+ ".\tao\RTCORBA\Thread_Pool.h"\
+ ".\tao\RTPortableServer\RT_Policy_Validator.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_RT_PO=\
+ ".\RT_Acceptor_Filters.h"\
+ ".\RT_Acceptor_Filters.i"\
+ ".\RT_POA.h"\
+ ".\RT_POA.i"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RT_PO=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Acceptor_Filter.h"\
+ ".\tao\Acceptor_Registry.h"\
+ ".\tao\debug.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Exception.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PortableServer\Default_Acceptor_Filter.h"\
+ ".\tao\PortableServer\POA.h"\
+ ".\tao\PortableServer\poa_macros.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\RTCORBA\RT_Policy_i.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+ ".\tao\RTCORBA\Thread_Pool.h"\
+ ".\tao\RTPortableServer\RT_Policy_Validator.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_RT_PO=\
+ ".\RT_Acceptor_Filters.h"\
+ ".\RT_Acceptor_Filters.i"\
+ ".\RT_POA.h"\
+ ".\RT_POA.i"\
+ ".\RT_Policy_Validator.h"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RT_PO=\
+ "..\..\..\..\..\..\Acceptor_Filter.i"\
+ "..\..\..\..\..\..\PortableServer\Default_Acceptor_Filter.h"\
+ "..\..\..\..\..\..\RTCORBA\RT_Policy_i.h"\
+ "..\..\..\..\..\..\RTCORBA\RT_Policy_i.i"\
+ ".\Abstract_Servant_Base.h"\
+ ".\Acceptor_Filter.h"\
+ ".\Acceptor_Registry.h"\
+ ".\Acceptor_Registry.i"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Auto_Ptr.cpp"\
+ ".\ce\Auto_Ptr.h"\
+ ".\ce\Auto_Ptr.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\New_Leader_Generator.h"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\PortableServer\Active_Object_Map.h"\
+ ".\PortableServer\Active_Object_Map.i"\
+ ".\PortableServer\Default_Policy_Validator.h"\
+ ".\PortableServer\Key_Adapters.h"\
+ ".\PortableServer\Key_Adapters.i"\
+ ".\PortableServer\Object_Adapter.h"\
+ ".\PortableServer\Object_Adapter.i"\
+ ".\PortableServer\POA.h"\
+ ".\PortableServer\POA.i"\
+ ".\PortableServer\POA_Cached_Policies.h"\
+ ".\PortableServer\POA_Cached_Policies.i"\
+ ".\PortableServer\poa_macros.h"\
+ ".\PortableServer\POA_Policies.h"\
+ ".\PortableServer\POA_Policies.i"\
+ ".\PortableServer\POA_Policy_Set.h"\
+ ".\PortableServer\POA_Policy_Set.i"\
+ ".\PortableServer\POAManager.h"\
+ ".\PortableServer\POAManager.i"\
+ ".\PortableServer\Policy_Validator.h"\
+ ".\PortableServer\portableserver_export.h"\
+ ".\PortableServer\PortableServerC.h"\
+ ".\PortableServer\PortableServerC.i"\
+ ".\PortableServer\Servant_Base.h"\
+ ".\PortableServer\Servant_Base.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\RTCORBA\rtcorba_export.h"\
+ ".\RTCORBA\RTCORBAC.h"\
+ ".\RTCORBA\RTCORBAC.i"\
+ ".\RTCORBA\Thread_Pool.h"\
+ ".\RTCORBA\Thread_Pool.i"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Policy_Validator.cpp
+
+!IF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_RT_POL=\
+ ".\RT_Policy_Validator.h"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_POL=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Acceptor_Registry.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PortableServer\POA_Cached_Policies.h"\
+ ".\tao\PortableServer\Policy_Validator.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\RTCORBA\RT_ORB.h"\
+ ".\tao\RTCORBA\RT_Policy_i.h"\
+ ".\tao\RTCORBA\Thread_Pool.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Thread_Lane_Resources_Manager.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_RT_POL=\
+ ".\RT_Policy_Validator.h"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_POL=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Acceptor_Registry.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PortableServer\POA_Cached_Policies.h"\
+ ".\tao\PortableServer\Policy_Validator.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\RTCORBA\RT_ORB.h"\
+ ".\tao\RTCORBA\RT_Policy_i.h"\
+ ".\tao\RTCORBA\Thread_Pool.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Thread_Lane_Resources_Manager.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_RT_POL=\
+ ".\RT_Policy_Validator.h"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_POL=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Acceptor_Registry.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PortableServer\POA_Cached_Policies.h"\
+ ".\tao\PortableServer\Policy_Validator.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\RTCORBA\RT_ORB.h"\
+ ".\tao\RTCORBA\RT_Policy_i.h"\
+ ".\tao\RTCORBA\Thread_Pool.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Thread_Lane_Resources_Manager.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_RT_POL=\
+ ".\RT_Policy_Validator.h"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_POL=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Acceptor_Registry.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PortableServer\POA_Cached_Policies.h"\
+ ".\tao\PortableServer\Policy_Validator.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\RTCORBA\RT_ORB.h"\
+ ".\tao\RTCORBA\RT_Policy_i.h"\
+ ".\tao\RTCORBA\Thread_Pool.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Thread_Lane_Resources_Manager.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_RT_POL=\
+ ".\RT_Policy_Validator.h"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_POL=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Acceptor_Registry.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PortableServer\POA_Cached_Policies.h"\
+ ".\tao\PortableServer\Policy_Validator.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\RTCORBA\RT_ORB.h"\
+ ".\tao\RTCORBA\RT_Policy_i.h"\
+ ".\tao\RTCORBA\Thread_Pool.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Thread_Lane_Resources_Manager.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_RT_POL=\
+ ".\RT_Policy_Validator.h"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_POL=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Acceptor_Registry.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PortableServer\POA_Cached_Policies.h"\
+ ".\tao\PortableServer\Policy_Validator.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\RTCORBA\RT_ORB.h"\
+ ".\tao\RTCORBA\RT_Policy_i.h"\
+ ".\tao\RTCORBA\Thread_Pool.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Thread_Lane_Resources_Manager.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_RT_POL=\
+ ".\RT_Policy_Validator.h"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_POL=\
+ "..\..\..\..\..\..\RTCORBA\RT_ORB.h"\
+ "..\..\..\..\..\..\RTCORBA\RT_ORB.i"\
+ "..\..\..\..\..\..\RTCORBA\RT_Policy_i.h"\
+ "..\..\..\..\..\..\RTCORBA\RT_Policy_i.i"\
+ ".\Acceptor_Registry.h"\
+ ".\Acceptor_Registry.i"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\New_Leader_Generator.h"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\PortableServer\POA_Cached_Policies.h"\
+ ".\PortableServer\POA_Cached_Policies.i"\
+ ".\PortableServer\POA_Policies.h"\
+ ".\PortableServer\POA_Policies.i"\
+ ".\PortableServer\Policy_Validator.h"\
+ ".\PortableServer\portableserver_export.h"\
+ ".\PortableServer\PortableServerC.h"\
+ ".\PortableServer\PortableServerC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\RTCORBA\rtcorba_export.h"\
+ ".\RTCORBA\RTCORBAC.h"\
+ ".\RTCORBA\RTCORBAC.i"\
+ ".\RTCORBA\Thread_Pool.h"\
+ ".\RTCORBA\Thread_Pool.i"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\Thread_Lane_Resources_Manager.h"\
+ ".\Thread_Lane_Resources_Manager.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_RT_POL=\
+ ".\RT_Policy_Validator.h"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_POL=\
+ "..\..\..\..\..\..\RTCORBA\RT_ORB.h"\
+ "..\..\..\..\..\..\RTCORBA\RT_ORB.i"\
+ "..\..\..\..\..\..\RTCORBA\RT_Policy_i.h"\
+ "..\..\..\..\..\..\RTCORBA\RT_Policy_i.i"\
+ ".\Acceptor_Registry.h"\
+ ".\Acceptor_Registry.i"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\New_Leader_Generator.h"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\PortableServer\POA_Cached_Policies.h"\
+ ".\PortableServer\POA_Cached_Policies.i"\
+ ".\PortableServer\POA_Policies.h"\
+ ".\PortableServer\POA_Policies.i"\
+ ".\PortableServer\Policy_Validator.h"\
+ ".\PortableServer\portableserver_export.h"\
+ ".\PortableServer\PortableServerC.h"\
+ ".\PortableServer\PortableServerC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\RTCORBA\rtcorba_export.h"\
+ ".\RTCORBA\RTCORBAC.h"\
+ ".\RTCORBA\RTCORBAC.i"\
+ ".\RTCORBA\Thread_Pool.h"\
+ ".\RTCORBA\Thread_Pool.i"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\Thread_Lane_Resources_Manager.h"\
+ ".\Thread_Lane_Resources_Manager.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_RT_POL=\
+ ".\RT_Policy_Validator.h"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_POL=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Acceptor_Registry.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PortableServer\POA_Cached_Policies.h"\
+ ".\tao\PortableServer\Policy_Validator.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\RTCORBA\RT_ORB.h"\
+ ".\tao\RTCORBA\RT_Policy_i.h"\
+ ".\tao\RTCORBA\Thread_Pool.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Thread_Lane_Resources_Manager.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_RT_POL=\
+ ".\RT_Policy_Validator.h"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_POL=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Acceptor_Registry.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\orbconf.h"\
+ ".\tao\PortableServer\POA_Cached_Policies.h"\
+ ".\tao\PortableServer\Policy_Validator.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\RTCORBA\RT_ORB.h"\
+ ".\tao\RTCORBA\RT_Policy_i.h"\
+ ".\tao\RTCORBA\Thread_Pool.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Thread_Lane_Resources_Manager.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_RT_POL=\
+ ".\RT_Policy_Validator.h"\
+ ".\rtportableserver_export.h"\
+
+NODEP_CPP_RT_POL=\
+ "..\..\..\..\..\..\RTCORBA\RT_ORB.h"\
+ "..\..\..\..\..\..\RTCORBA\RT_ORB.i"\
+ "..\..\..\..\..\..\RTCORBA\RT_Policy_i.h"\
+ "..\..\..\..\..\..\RTCORBA\RT_Policy_i.i"\
+ ".\Acceptor_Registry.h"\
+ ".\Acceptor_Registry.i"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\New_Leader_Generator.h"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\PortableServer\POA_Cached_Policies.h"\
+ ".\PortableServer\POA_Cached_Policies.i"\
+ ".\PortableServer\POA_Policies.h"\
+ ".\PortableServer\POA_Policies.i"\
+ ".\PortableServer\Policy_Validator.h"\
+ ".\PortableServer\portableserver_export.h"\
+ ".\PortableServer\PortableServerC.h"\
+ ".\PortableServer\PortableServerC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\RTCORBA\rtcorba_export.h"\
+ ".\RTCORBA\RTCORBAC.h"\
+ ".\RTCORBA\RTCORBAC.i"\
+ ".\RTCORBA\Thread_Pool.h"\
+ ".\RTCORBA\Thread_Pool.i"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\Thread_Lane_Resources_Manager.h"\
+ ".\Thread_Lane_Resources_Manager.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Servant_Dispatcher.cpp
+
+!IF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_RT_SE=\
+ ".\RT_POA.h"\
+ ".\RT_POA.i"\
+ ".\RT_Servant_Dispatcher.h"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RT_SE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\debug.h"\
+ ".\tao\Environment.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PortableServer\POA.h"\
+ ".\tao\PortableServer\poa_macros.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\PortableServer\Servant_Dispatcher.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+ ".\tao\RTCORBA\Thread_Pool.h"\
+ ".\tao\Service_Context.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_RT_SE=\
+ ".\RT_POA.h"\
+ ".\RT_POA.i"\
+ ".\RT_Servant_Dispatcher.h"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RT_SE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\debug.h"\
+ ".\tao\Environment.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PortableServer\POA.h"\
+ ".\tao\PortableServer\poa_macros.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\PortableServer\Servant_Dispatcher.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+ ".\tao\RTCORBA\Thread_Pool.h"\
+ ".\tao\Service_Context.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_RT_SE=\
+ ".\RT_POA.h"\
+ ".\RT_POA.i"\
+ ".\RT_Servant_Dispatcher.h"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RT_SE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\debug.h"\
+ ".\tao\Environment.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PortableServer\POA.h"\
+ ".\tao\PortableServer\poa_macros.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\PortableServer\Servant_Dispatcher.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+ ".\tao\RTCORBA\Thread_Pool.h"\
+ ".\tao\Service_Context.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_RT_SE=\
+ ".\RT_POA.h"\
+ ".\RT_POA.i"\
+ ".\RT_Servant_Dispatcher.h"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RT_SE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\debug.h"\
+ ".\tao\Environment.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PortableServer\POA.h"\
+ ".\tao\PortableServer\poa_macros.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\PortableServer\Servant_Dispatcher.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+ ".\tao\RTCORBA\Thread_Pool.h"\
+ ".\tao\Service_Context.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_RT_SE=\
+ ".\RT_POA.h"\
+ ".\RT_POA.i"\
+ ".\RT_Servant_Dispatcher.h"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RT_SE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\debug.h"\
+ ".\tao\Environment.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PortableServer\POA.h"\
+ ".\tao\PortableServer\poa_macros.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\PortableServer\Servant_Dispatcher.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+ ".\tao\RTCORBA\Thread_Pool.h"\
+ ".\tao\Service_Context.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_RT_SE=\
+ ".\RT_POA.h"\
+ ".\RT_POA.i"\
+ ".\RT_Servant_Dispatcher.h"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RT_SE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\debug.h"\
+ ".\tao\Environment.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PortableServer\POA.h"\
+ ".\tao\PortableServer\poa_macros.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\PortableServer\Servant_Dispatcher.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+ ".\tao\RTCORBA\Thread_Pool.h"\
+ ".\tao\Service_Context.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_RT_SE=\
+ ".\RT_POA.h"\
+ ".\RT_POA.i"\
+ ".\RT_Servant_Dispatcher.h"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RT_SE=\
+ "..\..\..\..\..\..\GIOPC.i"\
+ "..\..\..\..\..\..\PortableServer\Servant_Dispatcher.h"\
+ "..\..\..\..\..\..\TAO_Server_Request.i"\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOPC.h"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\New_Leader_Generator.h"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\PortableServer\Active_Object_Map.h"\
+ ".\PortableServer\Active_Object_Map.i"\
+ ".\PortableServer\Default_Policy_Validator.h"\
+ ".\PortableServer\Key_Adapters.h"\
+ ".\PortableServer\Key_Adapters.i"\
+ ".\PortableServer\Object_Adapter.h"\
+ ".\PortableServer\Object_Adapter.i"\
+ ".\PortableServer\POA.h"\
+ ".\PortableServer\POA.i"\
+ ".\PortableServer\POA_Cached_Policies.h"\
+ ".\PortableServer\POA_Cached_Policies.i"\
+ ".\PortableServer\poa_macros.h"\
+ ".\PortableServer\POA_Policies.h"\
+ ".\PortableServer\POA_Policies.i"\
+ ".\PortableServer\POA_Policy_Set.h"\
+ ".\PortableServer\POA_Policy_Set.i"\
+ ".\PortableServer\POAManager.h"\
+ ".\PortableServer\POAManager.i"\
+ ".\PortableServer\Policy_Validator.h"\
+ ".\PortableServer\portableserver_export.h"\
+ ".\PortableServer\PortableServerC.h"\
+ ".\PortableServer\PortableServerC.i"\
+ ".\PortableServer\Servant_Base.h"\
+ ".\PortableServer\Servant_Base.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\RTCORBA\rtcorba_export.h"\
+ ".\RTCORBA\RTCORBAC.h"\
+ ".\RTCORBA\RTCORBAC.i"\
+ ".\RTCORBA\Thread_Pool.h"\
+ ".\RTCORBA\Thread_Pool.i"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\Tagged_Profile.h"\
+ ".\Tagged_Profile.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Server_Request.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_RT_SE=\
+ ".\RT_POA.h"\
+ ".\RT_POA.i"\
+ ".\RT_Servant_Dispatcher.h"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RT_SE=\
+ "..\..\..\..\..\..\GIOPC.i"\
+ "..\..\..\..\..\..\PortableServer\Servant_Dispatcher.h"\
+ "..\..\..\..\..\..\TAO_Server_Request.i"\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOPC.h"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\New_Leader_Generator.h"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\PortableServer\Active_Object_Map.h"\
+ ".\PortableServer\Active_Object_Map.i"\
+ ".\PortableServer\Default_Policy_Validator.h"\
+ ".\PortableServer\Key_Adapters.h"\
+ ".\PortableServer\Key_Adapters.i"\
+ ".\PortableServer\Object_Adapter.h"\
+ ".\PortableServer\Object_Adapter.i"\
+ ".\PortableServer\POA.h"\
+ ".\PortableServer\POA.i"\
+ ".\PortableServer\POA_Cached_Policies.h"\
+ ".\PortableServer\POA_Cached_Policies.i"\
+ ".\PortableServer\poa_macros.h"\
+ ".\PortableServer\POA_Policies.h"\
+ ".\PortableServer\POA_Policies.i"\
+ ".\PortableServer\POA_Policy_Set.h"\
+ ".\PortableServer\POA_Policy_Set.i"\
+ ".\PortableServer\POAManager.h"\
+ ".\PortableServer\POAManager.i"\
+ ".\PortableServer\Policy_Validator.h"\
+ ".\PortableServer\portableserver_export.h"\
+ ".\PortableServer\PortableServerC.h"\
+ ".\PortableServer\PortableServerC.i"\
+ ".\PortableServer\Servant_Base.h"\
+ ".\PortableServer\Servant_Base.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\RTCORBA\rtcorba_export.h"\
+ ".\RTCORBA\RTCORBAC.h"\
+ ".\RTCORBA\RTCORBAC.i"\
+ ".\RTCORBA\Thread_Pool.h"\
+ ".\RTCORBA\Thread_Pool.i"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\Tagged_Profile.h"\
+ ".\Tagged_Profile.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Server_Request.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_RT_SE=\
+ ".\RT_POA.h"\
+ ".\RT_POA.i"\
+ ".\RT_Servant_Dispatcher.h"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RT_SE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\debug.h"\
+ ".\tao\Environment.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PortableServer\POA.h"\
+ ".\tao\PortableServer\poa_macros.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\PortableServer\Servant_Dispatcher.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+ ".\tao\RTCORBA\Thread_Pool.h"\
+ ".\tao\Service_Context.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_RT_SE=\
+ ".\RT_POA.h"\
+ ".\RT_POA.i"\
+ ".\RT_Servant_Dispatcher.h"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RT_SE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\debug.h"\
+ ".\tao\Environment.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\PortableServer\POA.h"\
+ ".\tao\PortableServer\poa_macros.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\PortableServer\Servant_Dispatcher.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+ ".\tao\RTCORBA\Thread_Pool.h"\
+ ".\tao\Service_Context.h"\
+ ".\tao\TAO_Server_Request.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_RT_SE=\
+ ".\RT_POA.h"\
+ ".\RT_POA.i"\
+ ".\RT_Servant_Dispatcher.h"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RT_SE=\
+ "..\..\..\..\..\..\GIOPC.i"\
+ "..\..\..\..\..\..\PortableServer\Servant_Dispatcher.h"\
+ "..\..\..\..\..\..\TAO_Server_Request.i"\
+ ".\Abstract_Servant_Base.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Active_Map_Manager.h"\
+ ".\ce\Active_Map_Manager.i"\
+ ".\ce\Active_Map_Manager_T.cpp"\
+ ".\ce\Active_Map_Manager_T.h"\
+ ".\ce\Active_Map_Manager_T.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map.h"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Map_T.cpp"\
+ ".\ce\Map_T.h"\
+ ".\ce\Map_T.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pair.h"\
+ ".\ce\Pair_T.cpp"\
+ ".\ce\Pair_T.h"\
+ ".\ce\Pair_T.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOPC.h"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\New_Leader_Generator.h"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\PortableServer\Active_Object_Map.h"\
+ ".\PortableServer\Active_Object_Map.i"\
+ ".\PortableServer\Default_Policy_Validator.h"\
+ ".\PortableServer\Key_Adapters.h"\
+ ".\PortableServer\Key_Adapters.i"\
+ ".\PortableServer\Object_Adapter.h"\
+ ".\PortableServer\Object_Adapter.i"\
+ ".\PortableServer\POA.h"\
+ ".\PortableServer\POA.i"\
+ ".\PortableServer\POA_Cached_Policies.h"\
+ ".\PortableServer\POA_Cached_Policies.i"\
+ ".\PortableServer\poa_macros.h"\
+ ".\PortableServer\POA_Policies.h"\
+ ".\PortableServer\POA_Policies.i"\
+ ".\PortableServer\POA_Policy_Set.h"\
+ ".\PortableServer\POA_Policy_Set.i"\
+ ".\PortableServer\POAManager.h"\
+ ".\PortableServer\POAManager.i"\
+ ".\PortableServer\Policy_Validator.h"\
+ ".\PortableServer\portableserver_export.h"\
+ ".\PortableServer\PortableServerC.h"\
+ ".\PortableServer\PortableServerC.i"\
+ ".\PortableServer\Servant_Base.h"\
+ ".\PortableServer\Servant_Base.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\RTCORBA\rtcorba_export.h"\
+ ".\RTCORBA\RTCORBAC.h"\
+ ".\RTCORBA\RTCORBAC.i"\
+ ".\RTCORBA\Thread_Pool.h"\
+ ".\RTCORBA\Thread_Pool.i"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\Tagged_Profile.h"\
+ ".\Tagged_Profile.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Server_Request.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\RTPortableServer.cpp
+
+!IF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_RTPOR=\
+ ".\RT_Object_Adapter_Factory.h"\
+ ".\RTPortableServer.h"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RTPOR=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\RTCORBA\RTCORBA.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_RTPOR=\
+ ".\RT_Object_Adapter_Factory.h"\
+ ".\RTPortableServer.h"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RTPOR=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\RTCORBA\RTCORBA.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_RTPOR=\
+ ".\RT_Object_Adapter_Factory.h"\
+ ".\RTPortableServer.h"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RTPOR=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\RTCORBA\RTCORBA.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_RTPOR=\
+ ".\RT_Object_Adapter_Factory.h"\
+ ".\RTPortableServer.h"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RTPOR=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\RTCORBA\RTCORBA.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_RTPOR=\
+ ".\RT_Object_Adapter_Factory.h"\
+ ".\RTPortableServer.h"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RTPOR=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\RTCORBA\RTCORBA.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_RTPOR=\
+ ".\RT_Object_Adapter_Factory.h"\
+ ".\RTPortableServer.h"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RTPOR=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\RTCORBA\RTCORBA.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_RTPOR=\
+ ".\RT_Object_Adapter_Factory.h"\
+ ".\RTPortableServer.h"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RTPOR=\
+ "..\..\..\..\..\..\RTCORBA\RTCORBA.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PortableServer\portableserver_export.h"\
+ ".\PortableServer\PortableServerC.h"\
+ ".\PortableServer\PortableServerC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\RTCORBA\rtcorba_export.h"\
+ ".\RTCORBA\RTCORBAC.h"\
+ ".\RTCORBA\RTCORBAC.i"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_RTPOR=\
+ ".\RT_Object_Adapter_Factory.h"\
+ ".\RTPortableServer.h"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RTPOR=\
+ "..\..\..\..\..\..\RTCORBA\RTCORBA.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PortableServer\portableserver_export.h"\
+ ".\PortableServer\PortableServerC.h"\
+ ".\PortableServer\PortableServerC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\RTCORBA\rtcorba_export.h"\
+ ".\RTCORBA\RTCORBAC.h"\
+ ".\RTCORBA\RTCORBAC.i"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_RTPOR=\
+ ".\RT_Object_Adapter_Factory.h"\
+ ".\RTPortableServer.h"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RTPOR=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\RTCORBA\RTCORBA.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_RTPOR=\
+ ".\RT_Object_Adapter_Factory.h"\
+ ".\RTPortableServer.h"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RTPOR=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Adapter.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\RTCORBA\RTCORBA.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_RTPOR=\
+ ".\RT_Object_Adapter_Factory.h"\
+ ".\RTPortableServer.h"\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RTPOR=\
+ "..\..\..\..\..\..\RTCORBA\RTCORBA.h"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PortableServer\portableserver_export.h"\
+ ".\PortableServer\PortableServerC.h"\
+ ".\PortableServer\PortableServerC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\RTCORBA\rtcorba_export.h"\
+ ".\RTCORBA\RTCORBAC.h"\
+ ".\RTCORBA\RTCORBAC.i"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\RTPortableServerC.cpp
+
+!IF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE MIPS) Release"
+
+DEP_CPP_RTPORT=\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RTPORT=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_RTPORT=\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RTPORT=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH4) Release"
+
+DEP_CPP_RTPORT=\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RTPORT=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH4) Debug"
+
+DEP_CPP_RTPORT=\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RTPORT=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH3) Release"
+
+DEP_CPP_RTPORT=\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RTPORT=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE SH3) Debug"
+
+DEP_CPP_RTPORT=\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RTPORT=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE ARM) Release"
+
+DEP_CPP_RTPORT=\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RTPORT=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PortableServer\portableserver_export.h"\
+ ".\PortableServer\PortableServerC.h"\
+ ".\PortableServer\PortableServerC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\RTCORBA\rtcorba_export.h"\
+ ".\RTCORBA\RTCORBAC.h"\
+ ".\RTCORBA\RTCORBAC.i"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE ARM) Debug"
+
+DEP_CPP_RTPORT=\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RTPORT=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PortableServer\portableserver_export.h"\
+ ".\PortableServer\PortableServerC.h"\
+ ".\PortableServer\PortableServerC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\RTCORBA\rtcorba_export.h"\
+ ".\RTCORBA\RTCORBAC.h"\
+ ".\RTCORBA\RTCORBAC.i"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE x86em) Release"
+
+DEP_CPP_RTPORT=\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RTPORT=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE x86em) Debug"
+
+DEP_CPP_RTPORT=\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RTPORT=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\PortableServer\PortableServerC.h"\
+ ".\tao\RTCORBA\RTCORBAC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_RTPortableServer - Win32 (WCE x86) Debug"
+
+DEP_CPP_RTPORT=\
+ ".\rtportableserver_export.h"\
+ ".\RTPortableServerC.h"\
+ ".\RTPortableServerC.i"\
+
+NODEP_CPP_RTPORT=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PortableServer\portableserver_export.h"\
+ ".\PortableServer\PortableServerC.h"\
+ ".\PortableServer\PortableServerC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\RTCORBA\rtcorba_export.h"\
+ ".\RTCORBA\RTCORBAC.h"\
+ ".\RTCORBA\RTCORBAC.i"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ENDIF
+
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=.\RT_Acceptor_Filters.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Collocation_Resolver.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Object_Adapter_Factory.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_POA.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Policy_Validator.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Servant_Dispatcher.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\RTPortableServer.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\rtportableserver_export.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\RTPortableServerC.h
+# End Source File
+# End Group
+# Begin Group "Resource Files"
+
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+# End Group
+# Begin Group "Inline Files"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=.\RT_Acceptor_Filters.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_Collocation_Resolver.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\RT_POA.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\RTPortableServerC.i
+# End Source File
+# End Group
+# End Target
+# End Project
diff --git a/TAO/tao/Resource_Factory.cpp b/TAO/tao/Resource_Factory.cpp
index b05f0a66fd2..62795db02ba 100644
--- a/TAO/tao/Resource_Factory.cpp
+++ b/TAO/tao/Resource_Factory.cpp
@@ -11,7 +11,7 @@ ACE_RCSID(tao, Resource_Factory, "$Id$")
// ****************************************************************
-TAO_Protocol_Item::TAO_Protocol_Item (const ACE_TString &name)
+TAO_Protocol_Item::TAO_Protocol_Item (const ACE_CString &name)
: name_ (name),
factory_ (0),
factory_owner_ (0)
@@ -24,7 +24,7 @@ TAO_Protocol_Item::~TAO_Protocol_Item (void)
delete this->factory_;
}
-const ACE_TString &
+const ACE_CString &
TAO_Protocol_Item::protocol_name (void)
{
return this->name_;
diff --git a/TAO/tao/Resource_Factory.h b/TAO/tao/Resource_Factory.h
index 08575b7080b..8849a2c443e 100644
--- a/TAO/tao/Resource_Factory.h
+++ b/TAO/tao/Resource_Factory.h
@@ -41,7 +41,7 @@ class TAO_Export TAO_Protocol_Item
public:
/// creator method, the protocol name can only be set when the
/// object is created.
- TAO_Protocol_Item (const ACE_TString &name);
+ TAO_Protocol_Item (const ACE_CString &name);
/// destructor that deallocates the factory object if the
/// Protocol_Item retains ownership.
@@ -49,7 +49,7 @@ public:
/// return a reference to the character representation of the protocol
/// factories name.
- const ACE_TString &protocol_name (void);
+ const ACE_CString &protocol_name (void);
/// return a pointer to the protocol factory.
TAO_Protocol_Factory *factory (void);
@@ -64,7 +64,7 @@ private:
private:
/// protocol factory name.
- ACE_TString name_;
+ ACE_CString name_;
/// pointer to factory object.
TAO_Protocol_Factory *factory_;
diff --git a/TAO/tao/SmartProxies/SmartProxies.vcp b/TAO/tao/SmartProxies/SmartProxies.vcp
new file mode 100644
index 00000000000..0711572cf4b
--- /dev/null
+++ b/TAO/tao/SmartProxies/SmartProxies.vcp
@@ -0,0 +1,2129 @@
+# Microsoft eMbedded Visual Tools Project File - Name="SmartProxies" - Package Owner=<4>
+# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (WCE x86em) Dynamic-Link Library" 0x7f02
+# TARGTYPE "Win32 (WCE SH3) Dynamic-Link Library" 0x8102
+# TARGTYPE "Win32 (WCE x86) Dynamic-Link Library" 0x8302
+# TARGTYPE "Win32 (WCE ARM) Dynamic-Link Library" 0x8502
+# TARGTYPE "Win32 (WCE SH4) Dynamic-Link Library" 0x8602
+# TARGTYPE "Win32 (WCE MIPS) Dynamic-Link Library" 0x8202
+
+CFG=SmartProxies - Win32 (WCE MIPS) Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "SmartProxies.vcn".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "SmartProxies.vcn" CFG="SmartProxies - Win32 (WCE MIPS) Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "SmartProxies - Win32 (WCE MIPS) Release" (based on "Win32 (WCE MIPS) Dynamic-Link Library")
+!MESSAGE "SmartProxies - Win32 (WCE MIPS) Debug" (based on "Win32 (WCE MIPS) Dynamic-Link Library")
+!MESSAGE "SmartProxies - Win32 (WCE SH4) Release" (based on "Win32 (WCE SH4) Dynamic-Link Library")
+!MESSAGE "SmartProxies - Win32 (WCE SH4) Debug" (based on "Win32 (WCE SH4) Dynamic-Link Library")
+!MESSAGE "SmartProxies - Win32 (WCE SH3) Release" (based on "Win32 (WCE SH3) Dynamic-Link Library")
+!MESSAGE "SmartProxies - Win32 (WCE SH3) Debug" (based on "Win32 (WCE SH3) Dynamic-Link Library")
+!MESSAGE "SmartProxies - Win32 (WCE ARM) Release" (based on "Win32 (WCE ARM) Dynamic-Link Library")
+!MESSAGE "SmartProxies - Win32 (WCE ARM) Debug" (based on "Win32 (WCE ARM) Dynamic-Link Library")
+!MESSAGE "SmartProxies - Win32 (WCE x86em) Release" (based on "Win32 (WCE x86em) Dynamic-Link Library")
+!MESSAGE "SmartProxies - Win32 (WCE x86em) Debug" (based on "Win32 (WCE x86em) Dynamic-Link Library")
+!MESSAGE "SmartProxies - Win32 (WCE x86) Debug" (based on "Win32 (WCE x86) Dynamic-Link Library")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+# PROP ATL_Project 2
+
+!IF "$(CFG)" == "SmartProxies - Win32 (WCE MIPS) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "MIPSRel"
+# PROP BASE Intermediate_Dir "MIPSRel"
+# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "MIPSRel"
+# PROP Intermediate_Dir "MIPSRel"
+# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "SmartProxies_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "MIPS" /D "_MIPS_" /D "NDEBUG" /D "_USRDLL" /D "SmartProxies_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_SMARTPROXIES_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+
+!ELSEIF "$(CFG)" == "SmartProxies - Win32 (WCE MIPS) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "MIPSDbg"
+# PROP BASE Intermediate_Dir "MIPSDbg"
+# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "MIPSDbg"
+# PROP Intermediate_Dir "MIPSDbg"
+# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "SmartProxies_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "MIPS" /D "_MIPS_" /D "_USRDLL" /D "SmartProxies_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_SMARTPROXIES_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+
+!ELSEIF "$(CFG)" == "SmartProxies - Win32 (WCE SH4) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "SH4Rel"
+# PROP BASE Intermediate_Dir "SH4Rel"
+# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "SH4Rel"
+# PROP Intermediate_Dir "SH4Rel"
+# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "SmartProxies_EXPORTS" /YX /Qsh4 /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "SHx" /D "SH4" /D "_SH4_" /D "NDEBUG" /D "_USRDLL" /D "SmartProxies_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_SMARTPROXIES_BUILD_DLL" /YX /Qsh4 /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+
+!ELSEIF "$(CFG)" == "SmartProxies - Win32 (WCE SH4) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "SH4Dbg"
+# PROP BASE Intermediate_Dir "SH4Dbg"
+# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "SH4Dbg"
+# PROP Intermediate_Dir "SH4Dbg"
+# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "SmartProxies_EXPORTS" /YX /Qsh4 /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "SHx" /D "SH4" /D "_SH4_" /D "_USRDLL" /D "SmartProxies_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_SMARTPROXIES_BUILD_DLL" /YX /Qsh4 /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+
+!ELSEIF "$(CFG)" == "SmartProxies - Win32 (WCE SH3) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "SH3Rel"
+# PROP BASE Intermediate_Dir "SH3Rel"
+# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "SH3Rel"
+# PROP Intermediate_Dir "SH3Rel"
+# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+PFILE=pfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "SmartProxies_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "SHx" /D "SH3" /D "_SH3_" /D "NDEBUG" /D "_USRDLL" /D "SmartProxies_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_SMARTPROXIES_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+
+!ELSEIF "$(CFG)" == "SmartProxies - Win32 (WCE SH3) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "SH3Dbg"
+# PROP BASE Intermediate_Dir "SH3Dbg"
+# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "SH3Dbg"
+# PROP Intermediate_Dir "SH3Dbg"
+# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+PFILE=pfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "SmartProxies_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "SHx" /D "SH3" /D "_SH3_" /D "_USRDLL" /D "SmartProxies_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_SMARTPROXIES_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+
+!ELSEIF "$(CFG)" == "SmartProxies - Win32 (WCE ARM) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "ARMRel"
+# PROP BASE Intermediate_Dir "ARMRel"
+# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "../../LIB/Release/ARM"
+# PROP Intermediate_Dir "Release/ARM"
+# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "SmartProxies_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "ARM" /D "_ARM_" /D "NDEBUG" /D "_USRDLL" /D "SmartProxies_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_SMARTPROXIES_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 commctrl.lib coredll.lib ace.lib ace_os.lib TAO.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /out:"../../../bin/Release/ARM/TAO_SmartProxies.dll" /libpath:"../../LIB/Release/ARM" /libpath:"../../../LIB/Release/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+
+!ELSEIF "$(CFG)" == "SmartProxies - Win32 (WCE ARM) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "ARMDbg"
+# PROP BASE Intermediate_Dir "ARMDbg"
+# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/ARM"
+# PROP Intermediate_Dir "Debug/ARM"
+# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "SmartProxies_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "ARM" /D "_ARM_" /D "_USRDLL" /D "SmartProxies_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_SMARTPROXIES_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 commctrl.lib coredll.lib aced.lib ace_osd.lib TAOd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"../../../bin/Debug/ARM/TAO_SmartProxiesd.dll" /libpath:"../../LIB/Debug/ARM" /libpath:"../../../LIB/Debug/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+
+!ELSEIF "$(CFG)" == "SmartProxies - Win32 (WCE x86em) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "X86EMRel"
+# PROP BASE Intermediate_Dir "X86EMRel"
+# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "../LIB/Release/X86EM"
+# PROP Intermediate_Dir "Release/X86EM"
+# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+EMPFILE=empfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_USRDLL" /D "SmartProxies_EXPORTS" /YX /Gz /Oxs /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "i486" /D "_X86_" /D "x86" /D "NDEBUG" /D "_USRDLL" /D "SmartProxies_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_SMARTPROXIES_BUILD_DLL" /YX /Gz /Oxs /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /o "NUL" /win32
+# SUBTRACT MTL /mktyplib203
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+
+!ELSEIF "$(CFG)" == "SmartProxies - Win32 (WCE x86em) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "X86EMDbg"
+# PROP BASE Intermediate_Dir "X86EMDbg"
+# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../LIB/Debug/X86EM"
+# PROP Intermediate_Dir "Debug/X86EM"
+# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Target_Dir ""
+EMPFILE=empfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_USRDLL" /D "SmartProxies_EXPORTS" /YX /Gz /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "i486" /D "_X86_" /D "x86" /D "_USRDLL" /D "SmartProxies_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_SMARTPROXIES_BUILD_DLL" /YX /Gz /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /o "NUL" /win32
+# SUBTRACT MTL /mktyplib203
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+
+!ELSEIF "$(CFG)" == "SmartProxies - Win32 (WCE x86) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "X86Dbg"
+# PROP BASE Intermediate_Dir "X86Dbg"
+# PROP BASE CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/X86EM"
+# PROP Intermediate_Dir "Debug/X86EM"
+# PROP CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /YX /Gs8192 /GF /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "_i386_" /D "_X86_" /D "x86" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_SMARTPROXIES_BUILD_DLL" /YX /Gs8192 /GF /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /subsystem:$(CESubsystem) /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) aced.lib ace_osd.lib TAOd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /out:"../../../bin/Debug/X86EM/TAO_SmartProxiesd.dll" /libpath:"../../LIB/Debug/X86EM" /libpath:"../../../LIB/Debug/X86EM" /subsystem:$(CESubsystem) /MACHINE:IX86
+
+!ENDIF
+
+# Begin Target
+
+# Name "SmartProxies - Win32 (WCE MIPS) Release"
+# Name "SmartProxies - Win32 (WCE MIPS) Debug"
+# Name "SmartProxies - Win32 (WCE SH4) Release"
+# Name "SmartProxies - Win32 (WCE SH4) Debug"
+# Name "SmartProxies - Win32 (WCE SH3) Release"
+# Name "SmartProxies - Win32 (WCE SH3) Debug"
+# Name "SmartProxies - Win32 (WCE ARM) Release"
+# Name "SmartProxies - Win32 (WCE ARM) Debug"
+# Name "SmartProxies - Win32 (WCE x86em) Release"
+# Name "SmartProxies - Win32 (WCE x86em) Debug"
+# Name "SmartProxies - Win32 (WCE x86) Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=.\Smart_Proxies.cpp
+
+!IF "$(CFG)" == "SmartProxies - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SMART=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\try_macros.h"\
+ "..\varbase.h"\
+ ".\Smart_Proxies.h"\
+ ".\Smart_Proxies.inl"\
+ ".\smartproxies_export.h"\
+
+
+!ELSEIF "$(CFG)" == "SmartProxies - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SMART=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\try_macros.h"\
+ "..\varbase.h"\
+ ".\Smart_Proxies.h"\
+ ".\Smart_Proxies.inl"\
+ ".\smartproxies_export.h"\
+
+
+!ELSEIF "$(CFG)" == "SmartProxies - Win32 (WCE SH4) Release"
+
+DEP_CPP_SMART=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\try_macros.h"\
+ "..\varbase.h"\
+ ".\Smart_Proxies.h"\
+ ".\Smart_Proxies.inl"\
+ ".\smartproxies_export.h"\
+
+
+!ELSEIF "$(CFG)" == "SmartProxies - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SMART=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\try_macros.h"\
+ "..\varbase.h"\
+ ".\Smart_Proxies.h"\
+ ".\Smart_Proxies.inl"\
+ ".\smartproxies_export.h"\
+
+
+!ELSEIF "$(CFG)" == "SmartProxies - Win32 (WCE SH3) Release"
+
+DEP_CPP_SMART=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\try_macros.h"\
+ "..\varbase.h"\
+ ".\Smart_Proxies.h"\
+ ".\Smart_Proxies.inl"\
+ ".\smartproxies_export.h"\
+
+
+!ELSEIF "$(CFG)" == "SmartProxies - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SMART=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\try_macros.h"\
+ "..\varbase.h"\
+ ".\Smart_Proxies.h"\
+ ".\Smart_Proxies.inl"\
+ ".\smartproxies_export.h"\
+
+
+!ELSEIF "$(CFG)" == "SmartProxies - Win32 (WCE ARM) Release"
+
+DEP_CPP_SMART=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\try_macros.h"\
+ "..\varbase.h"\
+ ".\Smart_Proxies.h"\
+ ".\Smart_Proxies.inl"\
+ ".\smartproxies_export.h"\
+
+
+!ELSEIF "$(CFG)" == "SmartProxies - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SMART=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\try_macros.h"\
+ "..\varbase.h"\
+ ".\Smart_Proxies.h"\
+ ".\Smart_Proxies.inl"\
+ ".\smartproxies_export.h"\
+
+
+!ELSEIF "$(CFG)" == "SmartProxies - Win32 (WCE x86em) Release"
+
+DEP_CPP_SMART=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\try_macros.h"\
+ "..\varbase.h"\
+ ".\Smart_Proxies.h"\
+ ".\Smart_Proxies.inl"\
+ ".\smartproxies_export.h"\
+
+
+!ELSEIF "$(CFG)" == "SmartProxies - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SMART=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\try_macros.h"\
+ "..\varbase.h"\
+ ".\Smart_Proxies.h"\
+ ".\Smart_Proxies.inl"\
+ ".\smartproxies_export.h"\
+
+
+!ELSEIF "$(CFG)" == "SmartProxies - Win32 (WCE x86) Debug"
+
+DEP_CPP_SMART=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Broker.h"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orbconf.h"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\try_macros.h"\
+ "..\varbase.h"\
+ ".\Smart_Proxies.h"\
+ ".\Smart_Proxies.inl"\
+ ".\smartproxies_export.h"\
+
+
+!ENDIF
+
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=.\Smart_Proxies.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\smartproxies_export.h
+# End Source File
+# End Group
+# Begin Group "Resource Files"
+
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+# End Group
+# Begin Group "Inline Files"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=.\Smart_Proxies.inl
+# End Source File
+# End Group
+# End Target
+# End Project
diff --git a/TAO/tao/Strategies/DIOP_Factory.cpp b/TAO/tao/Strategies/DIOP_Factory.cpp
index 70f6828ff07..5fdad1c1bc4 100644
--- a/TAO/tao/Strategies/DIOP_Factory.cpp
+++ b/TAO/tao/Strategies/DIOP_Factory.cpp
@@ -55,7 +55,7 @@ TAO_DIOP_Protocol_Factory::make_acceptor (void)
int
TAO_DIOP_Protocol_Factory::init (int /* argc */,
- char* /* argv */ [])
+ ACE_TCHAR* /* argv */ [])
{
return 0;
}
diff --git a/TAO/tao/Strategies/DIOP_Factory.h b/TAO/tao/Strategies/DIOP_Factory.h
index a469c29be6e..21ee49cbe52 100644
--- a/TAO/tao/Strategies/DIOP_Factory.h
+++ b/TAO/tao/Strategies/DIOP_Factory.h
@@ -39,7 +39,7 @@ public:
// = Service Configurator hooks.
/// Dynamic linking hook
- virtual int init (int argc, char* argv[]);
+ virtual int init (int argc, ACE_TCHAR* argv[]);
/// Verify prefix is a match
virtual int match_prefix (const ACE_CString &prefix);
diff --git a/TAO/tao/Strategies/SHMIOP_Acceptor.cpp b/TAO/tao/Strategies/SHMIOP_Acceptor.cpp
index 4afabc14dcd..4fc08eccdd2 100644
--- a/TAO/tao/Strategies/SHMIOP_Acceptor.cpp
+++ b/TAO/tao/Strategies/SHMIOP_Acceptor.cpp
@@ -225,7 +225,7 @@ TAO_SHMIOP_Acceptor::open (TAO_ORB_Core *orb_core,
return -1; // Port number must consist of digits
if (port)
- this->address_.set (port);
+ this->address_.set (ACE_TEXT_CHAR_TO_TCHAR(port));
return this->open_i (orb_core,
reactor);
@@ -289,7 +289,7 @@ TAO_SHMIOP_Acceptor::open_i (TAO_ORB_Core* orb_core,
-1);
// We only accept connection on localhost.
- // ACE_INET_Addr local_addr (addr.get_port_number (), ACE_TEXT ("localhost"));
+ // ACE_INET_Addr local_addr (addr.get_port_number (), ACE_LIB_TEXT ("localhost"));
if (this->base_acceptor_.open (this->address_,
reactor,
this->creation_strategy_,
@@ -298,8 +298,8 @@ TAO_SHMIOP_Acceptor::open_i (TAO_ORB_Core* orb_core,
{
if (TAO_debug_level > 0)
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("\n\nTAO (%P|%t) SHMIOP_Acceptor::open_i - %p\n\n"),
- ACE_TEXT ("cannot open acceptor")));
+ ACE_LIB_TEXT ("\n\nTAO (%P|%t) SHMIOP_Acceptor::open_i - %p\n\n"),
+ ACE_LIB_TEXT ("cannot open acceptor")));
return -1;
}
@@ -315,23 +315,23 @@ TAO_SHMIOP_Acceptor::open_i (TAO_ORB_Core* orb_core,
{
if (TAO_debug_level > 0)
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("\n\nTAO (%P|%t) SHMIOP_Acceptor::open_i - %p\n\n"),
- ACE_TEXT ("cannot get local addr")));
+ ACE_LIB_TEXT ("\n\nTAO (%P|%t) SHMIOP_Acceptor::open_i - %p\n\n"),
+ ACE_LIB_TEXT ("cannot get local addr")));
return -1;
}
// This will be the actualy host name of the original endpoint.
- char tmp_host[MAXHOSTNAMELEN+1];
+ ACE_TCHAR tmp_host[MAXHOSTNAMELEN+1];
if (this->address_.get_host_name (tmp_host,
sizeof tmp_host) != 0)
{
if (TAO_debug_level > 0)
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("\n\nTAO (%P|%t) SHMIOP_Acceptor::open_i - %p\n\n"),
- ACE_TEXT ("cannot cache hostname")));
+ ACE_LIB_TEXT ("\n\nTAO (%P|%t) SHMIOP_Acceptor::open_i - %p\n\n"),
+ ACE_LIB_TEXT ("cannot cache hostname")));
return -1;
}
- this->host_ = tmp_host;
+ this->host_ = ACE_TEXT_ALWAYS_CHAR(tmp_host);
(void) this->base_acceptor_.acceptor().enable (ACE_CLOEXEC);
// This avoids having child processes acquire the listen socket thereby
@@ -341,9 +341,9 @@ TAO_SHMIOP_Acceptor::open_i (TAO_ORB_Core* orb_core,
if (TAO_debug_level > 5)
{
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("\nTAO (%P|%t) SHMIOP_Acceptor::open_i - ")
- ACE_TEXT ("listening on %s using: <localhost:%u>\n"),
- this->host_.c_str (),
+ ACE_LIB_TEXT ("\nTAO (%P|%t) SHMIOP_Acceptor::open_i - ")
+ ACE_LIB_TEXT ("listening on %s using: <localhost:%u>\n"),
+ ACE_TEXT_CHAR_TO_TCHAR(this->host_.c_str ()),
this->address_.get_port_number ()));
}
return 0;
@@ -372,7 +372,7 @@ TAO_SHMIOP_Acceptor::object_key (IOP::TaggedProfile &profile,
if (TAO_debug_level > 0)
{
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("TAO (%P|%t) SHMIOP_Profile::decode - v%d.%d\n"),
+ ACE_LIB_TEXT ("TAO (%P|%t) SHMIOP_Profile::decode - v%d.%d\n"),
major,
minor));
}
@@ -389,8 +389,8 @@ TAO_SHMIOP_Acceptor::object_key (IOP::TaggedProfile &profile,
if (TAO_debug_level > 0)
{
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("TAO (%P|%t) TAO_SHMIOP_Acceptor::object_key - ")
- ACE_TEXT ("error while decoding host/port")));
+ ACE_LIB_TEXT ("TAO (%P|%t) TAO_SHMIOP_Acceptor::object_key - ")
+ ACE_LIB_TEXT ("error while decoding host/port")));
}
return -1;
}
@@ -463,7 +463,7 @@ TAO_SHMIOP_Acceptor::parse_options (const char *str)
if (end == begin)
ACE_ERROR_RETURN ((LM_ERROR,
- ACE_TEXT ("TAO (%P|%t) Zero length SHMIOP option.\n")),
+ ACE_LIB_TEXT ("TAO (%P|%t) Zero length SHMIOP option.\n")),
-1);
else if (end != ACE_CString::npos)
{
@@ -474,9 +474,9 @@ TAO_SHMIOP_Acceptor::parse_options (const char *str)
if (slot == ACE_static_cast (int, len - 1)
|| slot == ACE_CString::npos)
ACE_ERROR_RETURN ((LM_ERROR,
- ACE_TEXT ("TAO (%P|%t) SHMIOP option <%s> is ")
- ACE_TEXT ("missing a value.\n"),
- opt.c_str ()),
+ ACE_LIB_TEXT ("TAO (%P|%t) SHMIOP option <%s> is ")
+ ACE_LIB_TEXT ("missing a value.\n"),
+ ACE_TEXT_CHAR_TO_TCHAR(opt.c_str ())),
-1);
ACE_CString name = opt.substring (0, slot);
@@ -484,22 +484,22 @@ TAO_SHMIOP_Acceptor::parse_options (const char *str)
if (name.length () == 0)
ACE_ERROR_RETURN ((LM_ERROR,
- ACE_TEXT ("TAO (%P|%t) Zero length SHMIOP ")
- ACE_TEXT ("option name.\n")),
+ ACE_LIB_TEXT ("TAO (%P|%t) Zero length SHMIOP ")
+ ACE_LIB_TEXT ("option name.\n")),
-1);
if (name == "priority")
{
ACE_ERROR_RETURN ((LM_ERROR,
- ACE_TEXT ("TAO (%P|%t) Invalid SHMIOP endpoint format: ")
- ACE_TEXT ("endpoint priorities no longer supported. \n"),
+ ACE_LIB_TEXT ("TAO (%P|%t) Invalid SHMIOP endpoint format: ")
+ ACE_LIB_TEXT ("endpoint priorities no longer supported. \n"),
value.c_str ()),
-1);
}
else
ACE_ERROR_RETURN ((LM_ERROR,
- ACE_TEXT ("TAO (%P|%t) Invalid SHMIOP option: <%s>\n"),
- name.c_str ()),
+ ACE_LIB_TEXT ("TAO (%P|%t) Invalid SHMIOP option: <%s>\n"),
+ ACE_TEXT_CHAR_TO_TCHAR(name.c_str ())),
-1);
}
}
diff --git a/TAO/tao/Strategies/SHMIOP_Acceptor.h b/TAO/tao/Strategies/SHMIOP_Acceptor.h
index 293e64c89ab..7431e89b58c 100644
--- a/TAO/tao/Strategies/SHMIOP_Acceptor.h
+++ b/TAO/tao/Strategies/SHMIOP_Acceptor.h
@@ -81,7 +81,7 @@ public:
virtual int object_key (IOP::TaggedProfile &profile,
TAO_ObjectKey &key);
- int set_mmap_options (const char *prefix,
+ int set_mmap_options (const ACE_TCHAR *prefix,
off_t size);
// Set the MMAP options the MEM_Stream this acceptor creates will
// use.
diff --git a/TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp b/TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp
index 140aeb2ab90..7a40c3a8de6 100644
--- a/TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp
+++ b/TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp
@@ -85,7 +85,7 @@ TAO_SHMIOP_Connection_Handler::open (void*)
// completely connected.
ACE_INET_Addr addr;
- char client[MAXHOSTNAMELEN + 16];
+ ACE_TCHAR client[MAXHOSTNAMELEN + 16];
// Get the peername.
if (this->peer ().get_remote_addr (addr) == -1)
@@ -98,8 +98,8 @@ TAO_SHMIOP_Connection_Handler::open (void*)
if (TAO_debug_level > 0)
{
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("TAO (%P|%t) SHMIOP connection from client")
- ACE_TEXT ("<%s> on %d\n"),
+ ACE_LIB_TEXT ("TAO (%P|%t) SHMIOP connection from client")
+ ACE_LIB_TEXT ("<%s> on %d\n"),
client, this->peer ().get_handle ()));
}
@@ -123,8 +123,8 @@ TAO_SHMIOP_Connection_Handler::activate (long flags,
{
if (TAO_debug_level)
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("TAO (%P|%t) SHMIOP_Connection_Handler::activate %d ")
- ACE_TEXT ("threads, flags = %d\n"),
+ ACE_LIB_TEXT ("TAO (%P|%t) SHMIOP_Connection_Handler::activate %d ")
+ ACE_LIB_TEXT ("threads, flags = %d\n"),
n_threads,
flags,
THR_BOUND));
@@ -172,9 +172,9 @@ TAO_SHMIOP_Connection_Handler::handle_close (ACE_HANDLE handle,
// all waiting reply handlers).
if (TAO_debug_level)
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("TAO (%P|%t) ")
- ACE_TEXT ("SHMIOP_Connection_Handler::handle_close ")
- ACE_TEXT ("(%d, %d)\n"),
+ ACE_LIB_TEXT ("TAO (%P|%t) ")
+ ACE_LIB_TEXT ("SHMIOP_Connection_Handler::handle_close ")
+ ACE_LIB_TEXT ("(%d, %d)\n"),
handle,
rm));
@@ -196,9 +196,9 @@ TAO_SHMIOP_Connection_Handler::handle_close_i (void)
{
if (TAO_debug_level)
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("TAO (%P|%t) ")
- ACE_TEXT ("SHMIOP_Connection_Handler::handle_close_i ")
- ACE_TEXT ("(%d)\n"),
+ ACE_LIB_TEXT ("TAO (%P|%t) ")
+ ACE_LIB_TEXT ("SHMIOP_Connection_Handler::handle_close_i ")
+ ACE_LIB_TEXT ("(%d)\n"),
this->transport ()->id ()));
if (this->transport ()->wait_strategy ()->is_registered ())
diff --git a/TAO/tao/Strategies/SHMIOP_Factory.cpp b/TAO/tao/Strategies/SHMIOP_Factory.cpp
index 4c0ade319ea..1fca55ba6c1 100644
--- a/TAO/tao/Strategies/SHMIOP_Factory.cpp
+++ b/TAO/tao/Strategies/SHMIOP_Factory.cpp
@@ -7,6 +7,7 @@
#include "SHMIOP_Acceptor.h"
#include "SHMIOP_Connector.h"
#include "ace/Arg_Shifter.h"
+#include "ace/Argv_Type_Converter.h"
ACE_RCSID(Strategies, SHMIOP_Factory, "$Id$")
@@ -62,20 +63,23 @@ TAO_SHMIOP_Protocol_Factory::make_acceptor (void)
int
TAO_SHMIOP_Protocol_Factory::init (int argc,
- char* argv[])
+ ACE_TCHAR* argv[])
{
- ACE_Arg_Shifter arg_shifter (argc, argv);
+ // Copy command line parameter not to use original as well as type conversion.
+ ACE_Argv_Type_Converter command_line(argc, argv);
+
+ ACE_Arg_Shifter arg_shifter (command_line.get_argc(), command_line.get_TCHAR_argv());
while (arg_shifter.is_anything_left ())
{
- const char *current_arg = 0;
+ const ACE_TCHAR *current_arg = 0;
- if ((current_arg = arg_shifter.get_the_parameter ("-MMAPFileSize")))
+ if ((current_arg = arg_shifter.get_the_parameter (ACE_LIB_TEXT("-MMAPFileSize"))))
{
this->min_bytes_ = ACE_OS::atoi (current_arg);
arg_shifter.consume_arg ();
}
- else if ((current_arg = arg_shifter.get_the_parameter ("-MMAPFilePrefix")))
+ else if ((current_arg = arg_shifter.get_the_parameter (ACE_LIB_TEXT("-MMAPFilePrefix"))))
{
this->mmap_prefix_ = ACE::strnew (current_arg);
arg_shifter.consume_arg ();
diff --git a/TAO/tao/Strategies/SHMIOP_Factory.h b/TAO/tao/Strategies/SHMIOP_Factory.h
index 06445f6989a..28a58628e19 100644
--- a/TAO/tao/Strategies/SHMIOP_Factory.h
+++ b/TAO/tao/Strategies/SHMIOP_Factory.h
@@ -40,7 +40,7 @@ public:
virtual ~TAO_SHMIOP_Protocol_Factory (void);
// = Service Configurator hooks.
- virtual int init (int argc, char* argv[]);
+ virtual int init (int argc, ACE_TCHAR* argv[]);
// Dynamic linking hook
virtual int match_prefix (const ACE_CString &prefix);
diff --git a/TAO/tao/Strategies/TAO_Strategies.vcp b/TAO/tao/Strategies/TAO_Strategies.vcp
new file mode 100644
index 00000000000..638278cfb14
--- /dev/null
+++ b/TAO/tao/Strategies/TAO_Strategies.vcp
@@ -0,0 +1,37404 @@
+# Microsoft eMbedded Visual Tools Project File - Name="TAO_Strategies" - Package Owner=<4>
+# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (WCE x86em) Dynamic-Link Library" 0x7f02
+# TARGTYPE "Win32 (WCE SH3) Dynamic-Link Library" 0x8102
+# TARGTYPE "Win32 (WCE x86) Dynamic-Link Library" 0x8302
+# TARGTYPE "Win32 (WCE ARM) Dynamic-Link Library" 0x8502
+# TARGTYPE "Win32 (WCE SH4) Dynamic-Link Library" 0x8602
+# TARGTYPE "Win32 (WCE MIPS) Dynamic-Link Library" 0x8202
+
+CFG=TAO_Strategies - Win32 (WCE MIPS) Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "TAO_Strategies.vcn".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "TAO_Strategies.vcn" CFG="TAO_Strategies - Win32 (WCE MIPS) Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "TAO_Strategies - Win32 (WCE MIPS) Release" (based on "Win32 (WCE MIPS) Dynamic-Link Library")
+!MESSAGE "TAO_Strategies - Win32 (WCE MIPS) Debug" (based on "Win32 (WCE MIPS) Dynamic-Link Library")
+!MESSAGE "TAO_Strategies - Win32 (WCE SH4) Release" (based on "Win32 (WCE SH4) Dynamic-Link Library")
+!MESSAGE "TAO_Strategies - Win32 (WCE SH4) Debug" (based on "Win32 (WCE SH4) Dynamic-Link Library")
+!MESSAGE "TAO_Strategies - Win32 (WCE SH3) Release" (based on "Win32 (WCE SH3) Dynamic-Link Library")
+!MESSAGE "TAO_Strategies - Win32 (WCE SH3) Debug" (based on "Win32 (WCE SH3) Dynamic-Link Library")
+!MESSAGE "TAO_Strategies - Win32 (WCE ARM) Release" (based on "Win32 (WCE ARM) Dynamic-Link Library")
+!MESSAGE "TAO_Strategies - Win32 (WCE ARM) Debug" (based on "Win32 (WCE ARM) Dynamic-Link Library")
+!MESSAGE "TAO_Strategies - Win32 (WCE x86em) Release" (based on "Win32 (WCE x86em) Dynamic-Link Library")
+!MESSAGE "TAO_Strategies - Win32 (WCE x86em) Debug" (based on "Win32 (WCE x86em) Dynamic-Link Library")
+!MESSAGE "TAO_Strategies - Win32 (WCE x86) Debug" (based on "Win32 (WCE x86) Dynamic-Link Library")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+# PROP ATL_Project 2
+
+!IF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "MIPSRel"
+# PROP BASE Intermediate_Dir "MIPSRel"
+# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "MIPSRel"
+# PROP Intermediate_Dir "MIPSRel"
+# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_Strategies_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "MIPS" /D "_MIPS_" /D "NDEBUG" /D "_USRDLL" /D "TAO_Strategies_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_STRATEGIES_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "MIPSDbg"
+# PROP BASE Intermediate_Dir "MIPSDbg"
+# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "MIPSDbg"
+# PROP Intermediate_Dir "MIPSDbg"
+# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_Strategies_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "MIPS" /D "_MIPS_" /D "_USRDLL" /D "TAO_Strategies_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_STRATEGIES_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "SH4Rel"
+# PROP BASE Intermediate_Dir "SH4Rel"
+# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "SH4Rel"
+# PROP Intermediate_Dir "SH4Rel"
+# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_Strategies_EXPORTS" /YX /Qsh4 /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "SHx" /D "SH4" /D "_SH4_" /D "NDEBUG" /D "_USRDLL" /D "TAO_Strategies_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_STRATEGIES_BUILD_DLL" /YX /Qsh4 /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "SH4Dbg"
+# PROP BASE Intermediate_Dir "SH4Dbg"
+# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "SH4Dbg"
+# PROP Intermediate_Dir "SH4Dbg"
+# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_Strategies_EXPORTS" /YX /Qsh4 /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "SHx" /D "SH4" /D "_SH4_" /D "_USRDLL" /D "TAO_Strategies_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_STRATEGIES_BUILD_DLL" /YX /Qsh4 /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "SH3Rel"
+# PROP BASE Intermediate_Dir "SH3Rel"
+# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "SH3Rel"
+# PROP Intermediate_Dir "SH3Rel"
+# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+PFILE=pfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_Strategies_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "SHx" /D "SH3" /D "_SH3_" /D "NDEBUG" /D "_USRDLL" /D "TAO_Strategies_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_STRATEGIES_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "SH3Dbg"
+# PROP BASE Intermediate_Dir "SH3Dbg"
+# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "SH3Dbg"
+# PROP Intermediate_Dir "SH3Dbg"
+# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+PFILE=pfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_Strategies_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "SHx" /D "SH3" /D "_SH3_" /D "_USRDLL" /D "TAO_Strategies_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_STRATEGIES_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "ARMRel"
+# PROP BASE Intermediate_Dir "ARMRel"
+# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "../../LIB/Release/ARM"
+# PROP Intermediate_Dir "Release/ARM"
+# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TAO_Strategies_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "ARM" /D "_ARM_" /D "NDEBUG" /D "_USRDLL" /D "TAO_Strategies_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_STRATEGIES_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 commctrl.lib coredll.lib ace.lib ace_os.lib TAO.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /out:"..\..\..\bin\Release\ARM\TAO_Strategies.dll" /libpath:"../../LIB/Release/ARM" /libpath:"../../../LIB/Release/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "ARMDbg"
+# PROP BASE Intermediate_Dir "ARMDbg"
+# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/ARM"
+# PROP Intermediate_Dir "Debug/ARM"
+# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TAO_Strategies_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "ARM" /D "_ARM_" /D "_USRDLL" /D "TAO_Strategies_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_STRATEGIES_BUILD_DLL" /FR /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 commctrl.lib coredll.lib aced.lib ace_osd.lib TAOd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"..\..\..\bin\Debug\ARM\TAO_Strategiesd.dll" /libpath:"../../LIB/Debug/ARM" /libpath:"../../../LIB/Debug/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "X86EMRel"
+# PROP BASE Intermediate_Dir "X86EMRel"
+# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "../../LIB/Release/X86EM"
+# PROP Intermediate_Dir "Release/X86EM"
+# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+EMPFILE=empfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_USRDLL" /D "TAO_Strategies_EXPORTS" /YX /Gz /Oxs /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "i486" /D "_X86_" /D "x86" /D "NDEBUG" /D "_USRDLL" /D "TAO_Strategies_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_STRATEGIES_BUILD_DLL" /YX /Gz /Oxs /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /o "NUL" /win32
+# SUBTRACT MTL /mktyplib203
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) TAO.lib ace.lib ace_os.lib /nologo /stack:0x10000,0x1000 /dll /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /libpath:"$(TAO_ROOT)/LIB/Release/X86EM" /libpath:"($ACE_ROOT)/LIB/Release/X86EM" /windowsce:emulation /MACHINE:IX86
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "X86EMDbg"
+# PROP BASE Intermediate_Dir "X86EMDbg"
+# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/X86EM"
+# PROP Intermediate_Dir "Debug/X86EM"
+# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+EMPFILE=empfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_USRDLL" /D "TAO_Strategies_EXPORTS" /YX /Gz /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "i486" /D "_X86_" /D "x86" /D "_USRDLL" /D "TAO_Strategies_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_STRATEGIES_BUILD_DLL" /YX /Gz /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /o "NUL" /win32
+# SUBTRACT MTL /mktyplib203
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) TAOd.lib aced.lib ace_osd.lib /nologo /stack:0x10000,0x1000 /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /libpath:"$(TAO_ROOT)/LIB/Debug/X86EM" /libpath:"($ACE_ROOT)/LIB/Debug/X86EM" /windowsce:emulation /MACHINE:IX86
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "X86Dbg"
+# PROP BASE Intermediate_Dir "X86Dbg"
+# PROP BASE CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/X86EM"
+# PROP Intermediate_Dir "Debug/X86EM"
+# PROP CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /YX /Gs8192 /GF /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "_i386_" /D "_X86_" /D "x86" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_STRATEGIES_BUILD_DLL" /YX /Gs8192 /GF /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /subsystem:$(CESubsystem) /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) aced.lib ace_osd.lib TAOd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /out:"..\..\..\bin\Debug\X86EM\TAO_Strategiesd.dll" /libpath:"../../LIB/Debug/X86EM" /libpath:"../../../LIB/Debug/X86EM" /subsystem:$(CESubsystem) /MACHINE:IX86
+
+!ENDIF
+
+# Begin Target
+
+# Name "TAO_Strategies - Win32 (WCE MIPS) Release"
+# Name "TAO_Strategies - Win32 (WCE MIPS) Debug"
+# Name "TAO_Strategies - Win32 (WCE SH4) Release"
+# Name "TAO_Strategies - Win32 (WCE SH4) Debug"
+# Name "TAO_Strategies - Win32 (WCE SH3) Release"
+# Name "TAO_Strategies - Win32 (WCE SH3) Debug"
+# Name "TAO_Strategies - Win32 (WCE ARM) Release"
+# Name "TAO_Strategies - Win32 (WCE ARM) Debug"
+# Name "TAO_Strategies - Win32 (WCE x86em) Release"
+# Name "TAO_Strategies - Win32 (WCE x86em) Debug"
+# Name "TAO_Strategies - Win32 (WCE x86) Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=.\advanced_resource.cpp
+
+!IF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Release"
+
+DEP_CPP_ADVAN=\
+ ".\advanced_resource.h"\
+ ".\advanced_resource.i"\
+ ".\DIOP_Factory.h"\
+ ".\FIFO_Connection_Purging_Strategy.h"\
+ ".\LF_Strategy_Null.h"\
+ ".\LF_Strategy_Null.inl"\
+ ".\LFU_Connection_Purging_Strategy.h"\
+ ".\NULL_Connection_Purging_Strategy.h"\
+ ".\SHMIOP_Factory.h"\
+ ".\strategies_export.h"\
+ ".\UIOP_Factory.h"\
+
+NODEP_CPP_ADVAN=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\FlReactor.h"\
+ ".\ace\Msg_WFMO_Reactor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Select_Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\TkReactor.h"\
+ ".\ace\TP_Reactor.h"\
+ ".\ace\WFMO_Reactor.h"\
+ ".\tao\Connection_Purging_Strategy.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\default_resource.h"\
+ ".\tao\Leader_Follower.h"\
+ ".\tao\LF_Strategy.h"\
+ ".\tao\LF_Strategy_Complete.h"\
+ ".\tao\LRU_Connection_Purging_Strategy.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\StringSeqC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_ADVAN=\
+ ".\advanced_resource.h"\
+ ".\advanced_resource.i"\
+ ".\DIOP_Factory.h"\
+ ".\FIFO_Connection_Purging_Strategy.h"\
+ ".\LF_Strategy_Null.h"\
+ ".\LF_Strategy_Null.inl"\
+ ".\LFU_Connection_Purging_Strategy.h"\
+ ".\NULL_Connection_Purging_Strategy.h"\
+ ".\SHMIOP_Factory.h"\
+ ".\strategies_export.h"\
+ ".\UIOP_Factory.h"\
+
+NODEP_CPP_ADVAN=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\FlReactor.h"\
+ ".\ace\Msg_WFMO_Reactor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Select_Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\TkReactor.h"\
+ ".\ace\TP_Reactor.h"\
+ ".\ace\WFMO_Reactor.h"\
+ ".\tao\Connection_Purging_Strategy.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\default_resource.h"\
+ ".\tao\Leader_Follower.h"\
+ ".\tao\LF_Strategy.h"\
+ ".\tao\LF_Strategy_Complete.h"\
+ ".\tao\LRU_Connection_Purging_Strategy.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\StringSeqC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Release"
+
+DEP_CPP_ADVAN=\
+ ".\advanced_resource.h"\
+ ".\advanced_resource.i"\
+ ".\DIOP_Factory.h"\
+ ".\FIFO_Connection_Purging_Strategy.h"\
+ ".\LF_Strategy_Null.h"\
+ ".\LF_Strategy_Null.inl"\
+ ".\LFU_Connection_Purging_Strategy.h"\
+ ".\NULL_Connection_Purging_Strategy.h"\
+ ".\SHMIOP_Factory.h"\
+ ".\strategies_export.h"\
+ ".\UIOP_Factory.h"\
+
+NODEP_CPP_ADVAN=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\FlReactor.h"\
+ ".\ace\Msg_WFMO_Reactor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Select_Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\TkReactor.h"\
+ ".\ace\TP_Reactor.h"\
+ ".\ace\WFMO_Reactor.h"\
+ ".\tao\Connection_Purging_Strategy.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\default_resource.h"\
+ ".\tao\Leader_Follower.h"\
+ ".\tao\LF_Strategy.h"\
+ ".\tao\LF_Strategy_Complete.h"\
+ ".\tao\LRU_Connection_Purging_Strategy.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\StringSeqC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Debug"
+
+DEP_CPP_ADVAN=\
+ ".\advanced_resource.h"\
+ ".\advanced_resource.i"\
+ ".\DIOP_Factory.h"\
+ ".\FIFO_Connection_Purging_Strategy.h"\
+ ".\LF_Strategy_Null.h"\
+ ".\LF_Strategy_Null.inl"\
+ ".\LFU_Connection_Purging_Strategy.h"\
+ ".\NULL_Connection_Purging_Strategy.h"\
+ ".\SHMIOP_Factory.h"\
+ ".\strategies_export.h"\
+ ".\UIOP_Factory.h"\
+
+NODEP_CPP_ADVAN=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\FlReactor.h"\
+ ".\ace\Msg_WFMO_Reactor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Select_Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\TkReactor.h"\
+ ".\ace\TP_Reactor.h"\
+ ".\ace\WFMO_Reactor.h"\
+ ".\tao\Connection_Purging_Strategy.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\default_resource.h"\
+ ".\tao\Leader_Follower.h"\
+ ".\tao\LF_Strategy.h"\
+ ".\tao\LF_Strategy_Complete.h"\
+ ".\tao\LRU_Connection_Purging_Strategy.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\StringSeqC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Release"
+
+DEP_CPP_ADVAN=\
+ ".\advanced_resource.h"\
+ ".\advanced_resource.i"\
+ ".\DIOP_Factory.h"\
+ ".\FIFO_Connection_Purging_Strategy.h"\
+ ".\LF_Strategy_Null.h"\
+ ".\LF_Strategy_Null.inl"\
+ ".\LFU_Connection_Purging_Strategy.h"\
+ ".\NULL_Connection_Purging_Strategy.h"\
+ ".\SHMIOP_Factory.h"\
+ ".\strategies_export.h"\
+ ".\UIOP_Factory.h"\
+
+NODEP_CPP_ADVAN=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\FlReactor.h"\
+ ".\ace\Msg_WFMO_Reactor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Select_Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\TkReactor.h"\
+ ".\ace\TP_Reactor.h"\
+ ".\ace\WFMO_Reactor.h"\
+ ".\tao\Connection_Purging_Strategy.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\default_resource.h"\
+ ".\tao\Leader_Follower.h"\
+ ".\tao\LF_Strategy.h"\
+ ".\tao\LF_Strategy_Complete.h"\
+ ".\tao\LRU_Connection_Purging_Strategy.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\StringSeqC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Debug"
+
+DEP_CPP_ADVAN=\
+ ".\advanced_resource.h"\
+ ".\advanced_resource.i"\
+ ".\DIOP_Factory.h"\
+ ".\FIFO_Connection_Purging_Strategy.h"\
+ ".\LF_Strategy_Null.h"\
+ ".\LF_Strategy_Null.inl"\
+ ".\LFU_Connection_Purging_Strategy.h"\
+ ".\NULL_Connection_Purging_Strategy.h"\
+ ".\SHMIOP_Factory.h"\
+ ".\strategies_export.h"\
+ ".\UIOP_Factory.h"\
+
+NODEP_CPP_ADVAN=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\FlReactor.h"\
+ ".\ace\Msg_WFMO_Reactor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Select_Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\TkReactor.h"\
+ ".\ace\TP_Reactor.h"\
+ ".\ace\WFMO_Reactor.h"\
+ ".\tao\Connection_Purging_Strategy.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\default_resource.h"\
+ ".\tao\Leader_Follower.h"\
+ ".\tao\LF_Strategy.h"\
+ ".\tao\LF_Strategy_Complete.h"\
+ ".\tao\LRU_Connection_Purging_Strategy.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\StringSeqC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Release"
+
+DEP_CPP_ADVAN=\
+ ".\advanced_resource.h"\
+ ".\advanced_resource.i"\
+ ".\DIOP_Factory.h"\
+ ".\FIFO_Connection_Purging_Strategy.h"\
+ ".\LF_Strategy_Null.h"\
+ ".\LF_Strategy_Null.inl"\
+ ".\LFU_Connection_Purging_Strategy.h"\
+ ".\NULL_Connection_Purging_Strategy.h"\
+ ".\SHMIOP_Factory.h"\
+ ".\strategies_export.h"\
+ ".\UIOP_Factory.h"\
+
+NODEP_CPP_ADVAN=\
+ "..\..\..\..\Adapter.h"\
+ "..\..\..\..\Adapter.i"\
+ "..\..\..\..\any.h"\
+ "..\..\..\..\Any.i"\
+ "..\..\..\..\cdr.h"\
+ "..\..\..\..\CDR.i"\
+ "..\..\..\..\Cleanup_Func_Registry.h"\
+ "..\..\..\..\Cleanup_Func_Registry.inl"\
+ "..\..\..\..\Connection_Purging_Strategy.h"\
+ "..\..\..\..\Connection_Purging_Strategy.inl"\
+ "..\..\..\..\CORBA_String.h"\
+ "..\..\..\..\CORBA_String.inl"\
+ "..\..\..\..\corbafwd.h"\
+ "..\..\..\..\corbafwd.i"\
+ "..\..\..\..\CurrentC.h"\
+ "..\..\..\..\CurrentC.i"\
+ "..\..\..\..\debug.h"\
+ "..\..\..\..\default_resource.h"\
+ "..\..\..\..\default_resource.i"\
+ "..\..\..\..\DynamicC.h"\
+ "..\..\..\..\DynamicC.i"\
+ "..\..\..\..\Encodable.h"\
+ "..\..\..\..\Environment.h"\
+ "..\..\..\..\Environment.i"\
+ "..\..\..\..\Exception.h"\
+ "..\..\..\..\Exception.i"\
+ "..\..\..\..\Fault_Tolerance_Service.h"\
+ "..\..\..\..\Fault_Tolerance_Service.i"\
+ "..\..\..\..\Interceptor_List.h"\
+ "..\..\..\..\Interceptor_List.inl"\
+ "..\..\..\..\IOPC.h"\
+ "..\..\..\..\IOPC.i"\
+ "..\..\..\..\Leader_Follower.h"\
+ "..\..\..\..\Leader_Follower.i"\
+ "..\..\..\..\LF_Follower.h"\
+ "..\..\..\..\LF_Follower.inl"\
+ "..\..\..\..\LF_Strategy.h"\
+ "..\..\..\..\LF_Strategy.inl"\
+ "..\..\..\..\LF_Strategy_Complete.h"\
+ "..\..\..\..\LF_Strategy_Complete.inl"\
+ "..\..\..\..\LocalObject.h"\
+ "..\..\..\..\LocalObject.i"\
+ "..\..\..\..\LRU_Connection_Purging_Strategy.h"\
+ "..\..\..\..\Managed_Types.h"\
+ "..\..\..\..\Managed_Types.i"\
+ "..\..\..\..\MessagingC.h"\
+ "..\..\..\..\MessagingC.i"\
+ "..\..\..\..\New_Leader_Generator.h"\
+ "..\..\..\..\object.h"\
+ "..\..\..\..\Object.i"\
+ "..\..\..\..\Object_Proxy_Broker.h"\
+ "..\..\..\..\Object_Proxy_Impl.h"\
+ "..\..\..\..\Object_Ref_Table.h"\
+ "..\..\..\..\orb.h"\
+ "..\..\..\..\ORB.i"\
+ "..\..\..\..\orb_core.h"\
+ "..\..\..\..\ORB_Core.i"\
+ "..\..\..\..\orbconf.h"\
+ "..\..\..\..\params.h"\
+ "..\..\..\..\params.i"\
+ "..\..\..\..\Parser_Registry.h"\
+ "..\..\..\..\Parser_Registry.i"\
+ "..\..\..\..\PICurrent.h"\
+ "..\..\..\..\PICurrent.inl"\
+ "..\..\..\..\Pluggable.h"\
+ "..\..\..\..\Pluggable.i"\
+ "..\..\..\..\Policy_Manager.h"\
+ "..\..\..\..\Policy_Manager.i"\
+ "..\..\..\..\Policy_Set.h"\
+ "..\..\..\..\Policy_Set.i"\
+ "..\..\..\..\PolicyC.h"\
+ "..\..\..\..\PolicyC.i"\
+ "..\..\..\..\PolicyFactory_Registry.h"\
+ "..\..\..\..\PollableC.h"\
+ "..\..\..\..\PollableC.i"\
+ "..\..\..\..\PortableInterceptorC.h"\
+ "..\..\..\..\PortableInterceptorC.i"\
+ "..\..\..\..\Protocol_Factory.h"\
+ "..\..\..\..\Protocols_Hooks.h"\
+ "..\..\..\..\Remote_Object_Proxy_Impl.h"\
+ "..\..\..\..\Resource_Factory.h"\
+ "..\..\..\..\sequence.h"\
+ "..\..\..\..\Sequence.i"\
+ "..\..\..\..\Sequence_T.cpp"\
+ "..\..\..\..\Sequence_T.h"\
+ "..\..\..\..\Sequence_T.i"\
+ "..\..\..\..\Service_Callbacks.h"\
+ "..\..\..\..\Service_Callbacks.i"\
+ "..\..\..\..\Services.h"\
+ "..\..\..\..\Services.i"\
+ "..\..\..\..\SmartProxies\Smart_Proxies.h"\
+ "..\..\..\..\SmartProxies\Smart_Proxies.inl"\
+ "..\..\..\..\SmartProxies\smartproxies_export.h"\
+ "..\..\..\..\StringSeqC.h"\
+ "..\..\..\..\StringSeqC.i"\
+ "..\..\..\..\TAO_Export.h"\
+ "..\..\..\..\TAO_Singleton.cpp"\
+ "..\..\..\..\TAO_Singleton.h"\
+ "..\..\..\..\TAO_Singleton.inl"\
+ "..\..\..\..\TAO_Singleton_Manager.h"\
+ "..\..\..\..\TAO_Singleton_Manager.inl"\
+ "..\..\..\..\TimeBaseC.h"\
+ "..\..\..\..\TimeBaseC.i"\
+ "..\..\..\..\try_macros.h"\
+ "..\..\..\..\typecode.h"\
+ "..\..\..\..\Typecode.i"\
+ "..\..\..\..\ValueBase.h"\
+ "..\..\..\..\ValueBase.i"\
+ "..\..\..\..\ValueFactory.h"\
+ "..\..\..\..\ValueFactory.i"\
+ "..\..\..\..\varbase.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Auto_Ptr.cpp"\
+ ".\ce\Auto_Ptr.h"\
+ ".\ce\Auto_Ptr.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic_Service.cpp"\
+ ".\ce\Dynamic_Service.h"\
+ ".\ce\Dynamic_Service.i"\
+ ".\ce\Dynamic_Service_Base.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\FlReactor.h"\
+ ".\ce\FlReactor.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\Intrusive_List.cpp"\
+ ".\ce\Intrusive_List.h"\
+ ".\ce\Intrusive_List.inl"\
+ ".\ce\Intrusive_List_Node.cpp"\
+ ".\ce\Intrusive_List_Node.h"\
+ ".\ce\Intrusive_List_Node.inl"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Local_Tokens.h"\
+ ".\ce\Local_Tokens.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Msg_WFMO_Reactor.h"\
+ ".\ce\Msg_WFMO_Reactor.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pipe.h"\
+ ".\ce\Pipe.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Select_Reactor.h"\
+ ".\ce\Select_Reactor_Base.h"\
+ ".\ce\Select_Reactor_Base.i"\
+ ".\ce\Select_Reactor_T.cpp"\
+ ".\ce\Select_Reactor_T.h"\
+ ".\ce\Select_Reactor_T.i"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Heap.h"\
+ ".\ce\Timer_Heap_T.cpp"\
+ ".\ce\Timer_Heap_T.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\TkReactor.h"\
+ ".\ce\Token.h"\
+ ".\ce\Token.i"\
+ ".\ce\TP_Reactor.h"\
+ ".\ce\TP_Reactor.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Debug"
+
+DEP_CPP_ADVAN=\
+ ".\advanced_resource.h"\
+ ".\advanced_resource.i"\
+ ".\DIOP_Factory.h"\
+ ".\FIFO_Connection_Purging_Strategy.h"\
+ ".\LF_Strategy_Null.h"\
+ ".\LF_Strategy_Null.inl"\
+ ".\LFU_Connection_Purging_Strategy.h"\
+ ".\NULL_Connection_Purging_Strategy.h"\
+ ".\SHMIOP_Factory.h"\
+ ".\strategies_export.h"\
+ ".\UIOP_Factory.h"\
+
+NODEP_CPP_ADVAN=\
+ "..\..\..\..\Adapter.h"\
+ "..\..\..\..\Adapter.i"\
+ "..\..\..\..\any.h"\
+ "..\..\..\..\Any.i"\
+ "..\..\..\..\cdr.h"\
+ "..\..\..\..\CDR.i"\
+ "..\..\..\..\Cleanup_Func_Registry.h"\
+ "..\..\..\..\Cleanup_Func_Registry.inl"\
+ "..\..\..\..\Connection_Purging_Strategy.h"\
+ "..\..\..\..\Connection_Purging_Strategy.inl"\
+ "..\..\..\..\CORBA_String.h"\
+ "..\..\..\..\CORBA_String.inl"\
+ "..\..\..\..\corbafwd.h"\
+ "..\..\..\..\corbafwd.i"\
+ "..\..\..\..\CurrentC.h"\
+ "..\..\..\..\CurrentC.i"\
+ "..\..\..\..\debug.h"\
+ "..\..\..\..\default_resource.h"\
+ "..\..\..\..\default_resource.i"\
+ "..\..\..\..\DynamicC.h"\
+ "..\..\..\..\DynamicC.i"\
+ "..\..\..\..\Encodable.h"\
+ "..\..\..\..\Environment.h"\
+ "..\..\..\..\Environment.i"\
+ "..\..\..\..\Exception.h"\
+ "..\..\..\..\Exception.i"\
+ "..\..\..\..\Fault_Tolerance_Service.h"\
+ "..\..\..\..\Fault_Tolerance_Service.i"\
+ "..\..\..\..\Interceptor_List.h"\
+ "..\..\..\..\Interceptor_List.inl"\
+ "..\..\..\..\IOPC.h"\
+ "..\..\..\..\IOPC.i"\
+ "..\..\..\..\Leader_Follower.h"\
+ "..\..\..\..\Leader_Follower.i"\
+ "..\..\..\..\LF_Follower.h"\
+ "..\..\..\..\LF_Follower.inl"\
+ "..\..\..\..\LF_Strategy.h"\
+ "..\..\..\..\LF_Strategy.inl"\
+ "..\..\..\..\LF_Strategy_Complete.h"\
+ "..\..\..\..\LF_Strategy_Complete.inl"\
+ "..\..\..\..\LocalObject.h"\
+ "..\..\..\..\LocalObject.i"\
+ "..\..\..\..\LRU_Connection_Purging_Strategy.h"\
+ "..\..\..\..\Managed_Types.h"\
+ "..\..\..\..\Managed_Types.i"\
+ "..\..\..\..\MessagingC.h"\
+ "..\..\..\..\MessagingC.i"\
+ "..\..\..\..\New_Leader_Generator.h"\
+ "..\..\..\..\object.h"\
+ "..\..\..\..\Object.i"\
+ "..\..\..\..\Object_Proxy_Broker.h"\
+ "..\..\..\..\Object_Proxy_Impl.h"\
+ "..\..\..\..\Object_Ref_Table.h"\
+ "..\..\..\..\orb.h"\
+ "..\..\..\..\ORB.i"\
+ "..\..\..\..\orb_core.h"\
+ "..\..\..\..\ORB_Core.i"\
+ "..\..\..\..\orbconf.h"\
+ "..\..\..\..\params.h"\
+ "..\..\..\..\params.i"\
+ "..\..\..\..\Parser_Registry.h"\
+ "..\..\..\..\Parser_Registry.i"\
+ "..\..\..\..\PICurrent.h"\
+ "..\..\..\..\PICurrent.inl"\
+ "..\..\..\..\Pluggable.h"\
+ "..\..\..\..\Pluggable.i"\
+ "..\..\..\..\Policy_Manager.h"\
+ "..\..\..\..\Policy_Manager.i"\
+ "..\..\..\..\Policy_Set.h"\
+ "..\..\..\..\Policy_Set.i"\
+ "..\..\..\..\PolicyC.h"\
+ "..\..\..\..\PolicyC.i"\
+ "..\..\..\..\PolicyFactory_Registry.h"\
+ "..\..\..\..\PollableC.h"\
+ "..\..\..\..\PollableC.i"\
+ "..\..\..\..\PortableInterceptorC.h"\
+ "..\..\..\..\PortableInterceptorC.i"\
+ "..\..\..\..\Protocol_Factory.h"\
+ "..\..\..\..\Protocols_Hooks.h"\
+ "..\..\..\..\Remote_Object_Proxy_Impl.h"\
+ "..\..\..\..\Resource_Factory.h"\
+ "..\..\..\..\sequence.h"\
+ "..\..\..\..\Sequence.i"\
+ "..\..\..\..\Sequence_T.cpp"\
+ "..\..\..\..\Sequence_T.h"\
+ "..\..\..\..\Sequence_T.i"\
+ "..\..\..\..\Service_Callbacks.h"\
+ "..\..\..\..\Service_Callbacks.i"\
+ "..\..\..\..\Services.h"\
+ "..\..\..\..\Services.i"\
+ "..\..\..\..\SmartProxies\Smart_Proxies.h"\
+ "..\..\..\..\SmartProxies\Smart_Proxies.inl"\
+ "..\..\..\..\SmartProxies\smartproxies_export.h"\
+ "..\..\..\..\StringSeqC.h"\
+ "..\..\..\..\StringSeqC.i"\
+ "..\..\..\..\TAO_Export.h"\
+ "..\..\..\..\TAO_Singleton.cpp"\
+ "..\..\..\..\TAO_Singleton.h"\
+ "..\..\..\..\TAO_Singleton.inl"\
+ "..\..\..\..\TAO_Singleton_Manager.h"\
+ "..\..\..\..\TAO_Singleton_Manager.inl"\
+ "..\..\..\..\TimeBaseC.h"\
+ "..\..\..\..\TimeBaseC.i"\
+ "..\..\..\..\try_macros.h"\
+ "..\..\..\..\typecode.h"\
+ "..\..\..\..\Typecode.i"\
+ "..\..\..\..\ValueBase.h"\
+ "..\..\..\..\ValueBase.i"\
+ "..\..\..\..\ValueFactory.h"\
+ "..\..\..\..\ValueFactory.i"\
+ "..\..\..\..\varbase.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Auto_Ptr.cpp"\
+ ".\ce\Auto_Ptr.h"\
+ ".\ce\Auto_Ptr.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic_Service.cpp"\
+ ".\ce\Dynamic_Service.h"\
+ ".\ce\Dynamic_Service.i"\
+ ".\ce\Dynamic_Service_Base.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\FlReactor.h"\
+ ".\ce\FlReactor.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\Intrusive_List.cpp"\
+ ".\ce\Intrusive_List.h"\
+ ".\ce\Intrusive_List.inl"\
+ ".\ce\Intrusive_List_Node.cpp"\
+ ".\ce\Intrusive_List_Node.h"\
+ ".\ce\Intrusive_List_Node.inl"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Local_Tokens.h"\
+ ".\ce\Local_Tokens.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Msg_WFMO_Reactor.h"\
+ ".\ce\Msg_WFMO_Reactor.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\Pipe.h"\
+ ".\ce\Pipe.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Select_Reactor.h"\
+ ".\ce\Select_Reactor_Base.h"\
+ ".\ce\Select_Reactor_Base.i"\
+ ".\ce\Select_Reactor_T.cpp"\
+ ".\ce\Select_Reactor_T.h"\
+ ".\ce\Select_Reactor_T.i"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Heap.h"\
+ ".\ce\Timer_Heap_T.cpp"\
+ ".\ce\Timer_Heap_T.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\TkReactor.h"\
+ ".\ce\Token.h"\
+ ".\ce\Token.i"\
+ ".\ce\TP_Reactor.h"\
+ ".\ce\TP_Reactor.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Release"
+
+DEP_CPP_ADVAN=\
+ ".\advanced_resource.h"\
+ ".\advanced_resource.i"\
+ ".\DIOP_Factory.h"\
+ ".\FIFO_Connection_Purging_Strategy.h"\
+ ".\LF_Strategy_Null.h"\
+ ".\LF_Strategy_Null.inl"\
+ ".\LFU_Connection_Purging_Strategy.h"\
+ ".\NULL_Connection_Purging_Strategy.h"\
+ ".\SHMIOP_Factory.h"\
+ ".\strategies_export.h"\
+ ".\UIOP_Factory.h"\
+
+NODEP_CPP_ADVAN=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\FlReactor.h"\
+ ".\ace\Msg_WFMO_Reactor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Select_Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\TkReactor.h"\
+ ".\ace\TP_Reactor.h"\
+ ".\ace\WFMO_Reactor.h"\
+ ".\tao\Connection_Purging_Strategy.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\default_resource.h"\
+ ".\tao\Leader_Follower.h"\
+ ".\tao\LF_Strategy.h"\
+ ".\tao\LF_Strategy_Complete.h"\
+ ".\tao\LRU_Connection_Purging_Strategy.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\StringSeqC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Debug"
+
+DEP_CPP_ADVAN=\
+ ".\advanced_resource.h"\
+ ".\advanced_resource.i"\
+ ".\DIOP_Factory.h"\
+ ".\FIFO_Connection_Purging_Strategy.h"\
+ ".\LF_Strategy_Null.h"\
+ ".\LF_Strategy_Null.inl"\
+ ".\LFU_Connection_Purging_Strategy.h"\
+ ".\NULL_Connection_Purging_Strategy.h"\
+ ".\SHMIOP_Factory.h"\
+ ".\strategies_export.h"\
+ ".\UIOP_Factory.h"\
+
+NODEP_CPP_ADVAN=\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\FlReactor.h"\
+ ".\ace\Msg_WFMO_Reactor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Select_Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\TkReactor.h"\
+ ".\ace\TP_Reactor.h"\
+ ".\ace\WFMO_Reactor.h"\
+ ".\tao\Connection_Purging_Strategy.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\default_resource.h"\
+ ".\tao\Leader_Follower.h"\
+ ".\tao\LF_Strategy.h"\
+ ".\tao\LF_Strategy_Complete.h"\
+ ".\tao\LRU_Connection_Purging_Strategy.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\StringSeqC.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86) Debug"
+
+DEP_CPP_ADVAN=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Dynamic_Service.cpp"\
+ "..\..\..\ace\Dynamic_Service.h"\
+ "..\..\..\ace\Dynamic_Service.i"\
+ "..\..\..\ace\Dynamic_Service_Base.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\FlReactor.h"\
+ "..\..\..\ace\FlReactor.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\Intrusive_List.cpp"\
+ "..\..\..\ace\Intrusive_List.h"\
+ "..\..\..\ace\Intrusive_List.inl"\
+ "..\..\..\ace\Intrusive_List_Node.cpp"\
+ "..\..\..\ace\Intrusive_List_Node.h"\
+ "..\..\..\ace\Intrusive_List_Node.inl"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Msg_WFMO_Reactor.h"\
+ "..\..\..\ace\Msg_WFMO_Reactor.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Notification_Strategy.h"\
+ "..\..\..\ace\Notification_Strategy.inl"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\Pipe.h"\
+ "..\..\..\ace\Pipe.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Select_Reactor.h"\
+ "..\..\..\ace\Select_Reactor_Base.h"\
+ "..\..\..\ace\Select_Reactor_Base.i"\
+ "..\..\..\ace\Select_Reactor_T.cpp"\
+ "..\..\..\ace\Select_Reactor_T.h"\
+ "..\..\..\ace\Select_Reactor_T.i"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Heap.h"\
+ "..\..\..\ace\Timer_Heap_T.cpp"\
+ "..\..\..\ace\Timer_Heap_T.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\TkReactor.h"\
+ "..\..\..\ace\Token.h"\
+ "..\..\..\ace\Token.i"\
+ "..\..\..\ace\TP_Reactor.h"\
+ "..\..\..\ace\TP_Reactor.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\default_resource.h"\
+ "..\default_resource.i"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\Leader_Follower.h"\
+ "..\Leader_Follower.i"\
+ "..\LF_Follower.h"\
+ "..\LF_Follower.inl"\
+ "..\LF_Strategy.h"\
+ "..\LF_Strategy.inl"\
+ "..\LF_Strategy_Complete.h"\
+ "..\LF_Strategy_Complete.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\LRU_Connection_Purging_Strategy.h"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\New_Leader_Generator.h"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\advanced_resource.h"\
+ ".\advanced_resource.i"\
+ ".\DIOP_Factory.h"\
+ ".\FIFO_Connection_Purging_Strategy.h"\
+ ".\LF_Strategy_Null.h"\
+ ".\LF_Strategy_Null.inl"\
+ ".\LFU_Connection_Purging_Strategy.h"\
+ ".\NULL_Connection_Purging_Strategy.h"\
+ ".\SHMIOP_Factory.h"\
+ ".\strategies_export.h"\
+ ".\UIOP_Factory.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\DIOP_Acceptor.cpp
+
+!IF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DIOP_=\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_=\
+ ".\ace\Acceptor.h"\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DIOP_=\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_=\
+ ".\ace\Acceptor.h"\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Release"
+
+DEP_CPP_DIOP_=\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_=\
+ ".\ace\Acceptor.h"\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DIOP_=\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_=\
+ ".\ace\Acceptor.h"\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Release"
+
+DEP_CPP_DIOP_=\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_=\
+ ".\ace\Acceptor.h"\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DIOP_=\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_=\
+ ".\ace\Acceptor.h"\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Release"
+
+DEP_CPP_DIOP_=\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_=\
+ "..\..\..\..\Acceptor_Impl.cpp"\
+ "..\..\..\..\Acceptor_Impl.h"\
+ "..\..\..\..\Acceptor_Impl.i"\
+ "..\..\..\..\Adapter.h"\
+ "..\..\..\..\Adapter.i"\
+ "..\..\..\..\any.h"\
+ "..\..\..\..\Any.i"\
+ "..\..\..\..\Cache_Entries.h"\
+ "..\..\..\..\Cache_Entries.inl"\
+ "..\..\..\..\cdr.h"\
+ "..\..\..\..\CDR.i"\
+ "..\..\..\..\Cleanup_Func_Registry.h"\
+ "..\..\..\..\Cleanup_Func_Registry.inl"\
+ "..\..\..\..\Connection_Handler.h"\
+ "..\..\..\..\Connection_Handler.inl"\
+ "..\..\..\..\Connection_Purging_Strategy.h"\
+ "..\..\..\..\Connection_Purging_Strategy.inl"\
+ "..\..\..\..\Connector_Registry.h"\
+ "..\..\..\..\Connector_Registry.i"\
+ "..\..\..\..\CONV_FRAMEC.h"\
+ "..\..\..\..\CONV_FRAMEC.i"\
+ "..\..\..\..\CORBA_String.h"\
+ "..\..\..\..\CORBA_String.inl"\
+ "..\..\..\..\corbafwd.h"\
+ "..\..\..\..\corbafwd.i"\
+ "..\..\..\..\CurrentC.h"\
+ "..\..\..\..\CurrentC.i"\
+ "..\..\..\..\debug.h"\
+ "..\..\..\..\DynamicC.h"\
+ "..\..\..\..\DynamicC.i"\
+ "..\..\..\..\Encodable.h"\
+ "..\..\..\..\Endpoint.h"\
+ "..\..\..\..\Endpoint.i"\
+ "..\..\..\..\Environment.h"\
+ "..\..\..\..\Environment.i"\
+ "..\..\..\..\Exception.h"\
+ "..\..\..\..\Exception.i"\
+ "..\..\..\..\Fault_Tolerance_Service.h"\
+ "..\..\..\..\Fault_Tolerance_Service.i"\
+ "..\..\..\..\GIOP_Message_Version.h"\
+ "..\..\..\..\GIOP_Message_Version.inl"\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Interceptor_List.h"\
+ "..\..\..\..\Interceptor_List.inl"\
+ "..\..\..\..\IOPC.h"\
+ "..\..\..\..\IOPC.i"\
+ "..\..\..\..\LocalObject.h"\
+ "..\..\..\..\LocalObject.i"\
+ "..\..\..\..\Managed_Types.h"\
+ "..\..\..\..\Managed_Types.i"\
+ "..\..\..\..\MessagingC.h"\
+ "..\..\..\..\MessagingC.i"\
+ "..\..\..\..\MProfile.h"\
+ "..\..\..\..\MProfile.i"\
+ "..\..\..\..\object.h"\
+ "..\..\..\..\Object.i"\
+ "..\..\..\..\Object_KeyC.h"\
+ "..\..\..\..\Object_KeyC.i"\
+ "..\..\..\..\Object_Proxy_Broker.h"\
+ "..\..\..\..\Object_Proxy_Impl.h"\
+ "..\..\..\..\Object_Ref_Table.h"\
+ "..\..\..\..\orb.h"\
+ "..\..\..\..\ORB.i"\
+ "..\..\..\..\orb_core.h"\
+ "..\..\..\..\ORB_Core.i"\
+ "..\..\..\..\ORB_Table.h"\
+ "..\..\..\..\ORB_Table.inl"\
+ "..\..\..\..\orbconf.h"\
+ "..\..\..\..\params.h"\
+ "..\..\..\..\params.i"\
+ "..\..\..\..\Parser_Registry.h"\
+ "..\..\..\..\Parser_Registry.i"\
+ "..\..\..\..\PICurrent.h"\
+ "..\..\..\..\PICurrent.inl"\
+ "..\..\..\..\Pluggable.h"\
+ "..\..\..\..\Pluggable.i"\
+ "..\..\..\..\Pluggable_Messaging_Utils.h"\
+ "..\..\..\..\Pluggable_Messaging_Utils.i"\
+ "..\..\..\..\Policy_Manager.h"\
+ "..\..\..\..\Policy_Manager.i"\
+ "..\..\..\..\Policy_Set.h"\
+ "..\..\..\..\Policy_Set.i"\
+ "..\..\..\..\PolicyC.h"\
+ "..\..\..\..\PolicyC.i"\
+ "..\..\..\..\PolicyFactory_Registry.h"\
+ "..\..\..\..\PollableC.h"\
+ "..\..\..\..\PollableC.i"\
+ "..\..\..\..\PortableInterceptorC.h"\
+ "..\..\..\..\PortableInterceptorC.i"\
+ "..\..\..\..\Profile.h"\
+ "..\..\..\..\Profile.i"\
+ "..\..\..\..\Protocol_Factory.h"\
+ "..\..\..\..\Protocols_Hooks.h"\
+ "..\..\..\..\Remote_Object_Proxy_Impl.h"\
+ "..\..\..\..\Resource_Factory.h"\
+ "..\..\..\..\sequence.h"\
+ "..\..\..\..\Sequence.i"\
+ "..\..\..\..\Sequence_T.cpp"\
+ "..\..\..\..\Sequence_T.h"\
+ "..\..\..\..\Sequence_T.i"\
+ "..\..\..\..\Server_Strategy_Factory.h"\
+ "..\..\..\..\Service_Callbacks.h"\
+ "..\..\..\..\Service_Callbacks.i"\
+ "..\..\..\..\Services.h"\
+ "..\..\..\..\Services.i"\
+ "..\..\..\..\SmartProxies\Smart_Proxies.h"\
+ "..\..\..\..\SmartProxies\Smart_Proxies.inl"\
+ "..\..\..\..\SmartProxies\smartproxies_export.h"\
+ "..\..\..\..\Tagged_Components.h"\
+ "..\..\..\..\Tagged_Components.i"\
+ "..\..\..\..\TAO_Export.h"\
+ "..\..\..\..\TAO_Singleton.cpp"\
+ "..\..\..\..\TAO_Singleton.h"\
+ "..\..\..\..\TAO_Singleton.inl"\
+ "..\..\..\..\TAO_Singleton_Manager.h"\
+ "..\..\..\..\TAO_Singleton_Manager.inl"\
+ "..\..\..\..\Thread_Lane_Resources.h"\
+ "..\..\..\..\Thread_Lane_Resources.i"\
+ "..\..\..\..\TimeBaseC.h"\
+ "..\..\..\..\TimeBaseC.i"\
+ "..\..\..\..\Transport.h"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Cache_Manager.h"\
+ "..\..\..\..\Transport_Cache_Manager.inl"\
+ "..\..\..\..\Transport_Descriptor_Interface.h"\
+ "..\..\..\..\Transport_Descriptor_Interface.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\try_macros.h"\
+ "..\..\..\..\typecode.h"\
+ "..\..\..\..\Typecode.i"\
+ "..\..\..\..\ValueBase.h"\
+ "..\..\..\..\ValueBase.i"\
+ "..\..\..\..\ValueFactory.h"\
+ "..\..\..\..\ValueFactory.i"\
+ "..\..\..\..\varbase.h"\
+ "..\..\..\..\Wait_Strategy.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Auto_Ptr.cpp"\
+ ".\ce\Auto_Ptr.h"\
+ ".\ce\Auto_Ptr.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_Dgram.h"\
+ ".\ce\SOCK_Dgram.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DIOP_=\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_=\
+ "..\..\..\..\Acceptor_Impl.cpp"\
+ "..\..\..\..\Acceptor_Impl.h"\
+ "..\..\..\..\Acceptor_Impl.i"\
+ "..\..\..\..\Adapter.h"\
+ "..\..\..\..\Adapter.i"\
+ "..\..\..\..\any.h"\
+ "..\..\..\..\Any.i"\
+ "..\..\..\..\Cache_Entries.h"\
+ "..\..\..\..\Cache_Entries.inl"\
+ "..\..\..\..\cdr.h"\
+ "..\..\..\..\CDR.i"\
+ "..\..\..\..\Cleanup_Func_Registry.h"\
+ "..\..\..\..\Cleanup_Func_Registry.inl"\
+ "..\..\..\..\Connection_Handler.h"\
+ "..\..\..\..\Connection_Handler.inl"\
+ "..\..\..\..\Connection_Purging_Strategy.h"\
+ "..\..\..\..\Connection_Purging_Strategy.inl"\
+ "..\..\..\..\Connector_Registry.h"\
+ "..\..\..\..\Connector_Registry.i"\
+ "..\..\..\..\CONV_FRAMEC.h"\
+ "..\..\..\..\CONV_FRAMEC.i"\
+ "..\..\..\..\CORBA_String.h"\
+ "..\..\..\..\CORBA_String.inl"\
+ "..\..\..\..\corbafwd.h"\
+ "..\..\..\..\corbafwd.i"\
+ "..\..\..\..\CurrentC.h"\
+ "..\..\..\..\CurrentC.i"\
+ "..\..\..\..\debug.h"\
+ "..\..\..\..\DynamicC.h"\
+ "..\..\..\..\DynamicC.i"\
+ "..\..\..\..\Encodable.h"\
+ "..\..\..\..\Endpoint.h"\
+ "..\..\..\..\Endpoint.i"\
+ "..\..\..\..\Environment.h"\
+ "..\..\..\..\Environment.i"\
+ "..\..\..\..\Exception.h"\
+ "..\..\..\..\Exception.i"\
+ "..\..\..\..\Fault_Tolerance_Service.h"\
+ "..\..\..\..\Fault_Tolerance_Service.i"\
+ "..\..\..\..\GIOP_Message_Version.h"\
+ "..\..\..\..\GIOP_Message_Version.inl"\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Interceptor_List.h"\
+ "..\..\..\..\Interceptor_List.inl"\
+ "..\..\..\..\IOPC.h"\
+ "..\..\..\..\IOPC.i"\
+ "..\..\..\..\LocalObject.h"\
+ "..\..\..\..\LocalObject.i"\
+ "..\..\..\..\Managed_Types.h"\
+ "..\..\..\..\Managed_Types.i"\
+ "..\..\..\..\MessagingC.h"\
+ "..\..\..\..\MessagingC.i"\
+ "..\..\..\..\MProfile.h"\
+ "..\..\..\..\MProfile.i"\
+ "..\..\..\..\object.h"\
+ "..\..\..\..\Object.i"\
+ "..\..\..\..\Object_KeyC.h"\
+ "..\..\..\..\Object_KeyC.i"\
+ "..\..\..\..\Object_Proxy_Broker.h"\
+ "..\..\..\..\Object_Proxy_Impl.h"\
+ "..\..\..\..\Object_Ref_Table.h"\
+ "..\..\..\..\orb.h"\
+ "..\..\..\..\ORB.i"\
+ "..\..\..\..\orb_core.h"\
+ "..\..\..\..\ORB_Core.i"\
+ "..\..\..\..\ORB_Table.h"\
+ "..\..\..\..\ORB_Table.inl"\
+ "..\..\..\..\orbconf.h"\
+ "..\..\..\..\params.h"\
+ "..\..\..\..\params.i"\
+ "..\..\..\..\Parser_Registry.h"\
+ "..\..\..\..\Parser_Registry.i"\
+ "..\..\..\..\PICurrent.h"\
+ "..\..\..\..\PICurrent.inl"\
+ "..\..\..\..\Pluggable.h"\
+ "..\..\..\..\Pluggable.i"\
+ "..\..\..\..\Pluggable_Messaging_Utils.h"\
+ "..\..\..\..\Pluggable_Messaging_Utils.i"\
+ "..\..\..\..\Policy_Manager.h"\
+ "..\..\..\..\Policy_Manager.i"\
+ "..\..\..\..\Policy_Set.h"\
+ "..\..\..\..\Policy_Set.i"\
+ "..\..\..\..\PolicyC.h"\
+ "..\..\..\..\PolicyC.i"\
+ "..\..\..\..\PolicyFactory_Registry.h"\
+ "..\..\..\..\PollableC.h"\
+ "..\..\..\..\PollableC.i"\
+ "..\..\..\..\PortableInterceptorC.h"\
+ "..\..\..\..\PortableInterceptorC.i"\
+ "..\..\..\..\Profile.h"\
+ "..\..\..\..\Profile.i"\
+ "..\..\..\..\Protocol_Factory.h"\
+ "..\..\..\..\Protocols_Hooks.h"\
+ "..\..\..\..\Remote_Object_Proxy_Impl.h"\
+ "..\..\..\..\Resource_Factory.h"\
+ "..\..\..\..\sequence.h"\
+ "..\..\..\..\Sequence.i"\
+ "..\..\..\..\Sequence_T.cpp"\
+ "..\..\..\..\Sequence_T.h"\
+ "..\..\..\..\Sequence_T.i"\
+ "..\..\..\..\Server_Strategy_Factory.h"\
+ "..\..\..\..\Service_Callbacks.h"\
+ "..\..\..\..\Service_Callbacks.i"\
+ "..\..\..\..\Services.h"\
+ "..\..\..\..\Services.i"\
+ "..\..\..\..\SmartProxies\Smart_Proxies.h"\
+ "..\..\..\..\SmartProxies\Smart_Proxies.inl"\
+ "..\..\..\..\SmartProxies\smartproxies_export.h"\
+ "..\..\..\..\Tagged_Components.h"\
+ "..\..\..\..\Tagged_Components.i"\
+ "..\..\..\..\TAO_Export.h"\
+ "..\..\..\..\TAO_Singleton.cpp"\
+ "..\..\..\..\TAO_Singleton.h"\
+ "..\..\..\..\TAO_Singleton.inl"\
+ "..\..\..\..\TAO_Singleton_Manager.h"\
+ "..\..\..\..\TAO_Singleton_Manager.inl"\
+ "..\..\..\..\Thread_Lane_Resources.h"\
+ "..\..\..\..\Thread_Lane_Resources.i"\
+ "..\..\..\..\TimeBaseC.h"\
+ "..\..\..\..\TimeBaseC.i"\
+ "..\..\..\..\Transport.h"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Cache_Manager.h"\
+ "..\..\..\..\Transport_Cache_Manager.inl"\
+ "..\..\..\..\Transport_Descriptor_Interface.h"\
+ "..\..\..\..\Transport_Descriptor_Interface.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\try_macros.h"\
+ "..\..\..\..\typecode.h"\
+ "..\..\..\..\Typecode.i"\
+ "..\..\..\..\ValueBase.h"\
+ "..\..\..\..\ValueBase.i"\
+ "..\..\..\..\ValueFactory.h"\
+ "..\..\..\..\ValueFactory.i"\
+ "..\..\..\..\varbase.h"\
+ "..\..\..\..\Wait_Strategy.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Auto_Ptr.cpp"\
+ ".\ce\Auto_Ptr.h"\
+ ".\ce\Auto_Ptr.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_Dgram.h"\
+ ".\ce\SOCK_Dgram.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Release"
+
+DEP_CPP_DIOP_=\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_=\
+ ".\ace\Acceptor.h"\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DIOP_=\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_=\
+ ".\ace\Acceptor.h"\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86) Debug"
+
+DEP_CPP_DIOP_=\
+ "..\..\..\ace\Acceptor.cpp"\
+ "..\..\..\ace\Acceptor.h"\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Addr.h"\
+ "..\..\..\ace\Addr.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Connection_Recycling_Strategy.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Dynamic.h"\
+ "..\..\..\ace\Dynamic.i"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Hashable.h"\
+ "..\..\..\ace\Hashable.inl"\
+ "..\..\..\ace\INET_Addr.h"\
+ "..\..\..\ace\INET_Addr.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\IPC_SAP.h"\
+ "..\..\..\ace\IPC_SAP.i"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Notification_Strategy.h"\
+ "..\..\..\ace\Notification_Strategy.inl"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\SOCK.h"\
+ "..\..\..\ace\SOCK.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SOCK_Dgram.h"\
+ "..\..\..\ace\SOCK_Dgram.i"\
+ "..\..\..\ace\SOCK_IO.h"\
+ "..\..\..\ace\SOCK_IO.i"\
+ "..\..\..\ace\SOCK_Stream.h"\
+ "..\..\..\ace\SOCK_Stream.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Svc_Handler.cpp"\
+ "..\..\..\ace\Svc_Handler.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Acceptor_Impl.cpp"\
+ "..\Acceptor_Impl.h"\
+ "..\Acceptor_Impl.i"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Connection_Handler.h"\
+ "..\Connection_Handler.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\Connector_Registry.h"\
+ "..\Connector_Registry.i"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\ORB_Table.h"\
+ "..\ORB_Table.inl"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ "..\Wait_Strategy.h"\
+ "..\Wait_Strategy.inl"\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\DIOP_Connection_Handler.cpp
+
+!IF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DIOP_C=\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_C=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Messaging_Policy_i.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DIOP_C=\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_C=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Messaging_Policy_i.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Release"
+
+DEP_CPP_DIOP_C=\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_C=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Messaging_Policy_i.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DIOP_C=\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_C=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Messaging_Policy_i.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Release"
+
+DEP_CPP_DIOP_C=\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_C=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Messaging_Policy_i.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DIOP_C=\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_C=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Messaging_Policy_i.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Release"
+
+DEP_CPP_DIOP_C=\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_C=\
+ "..\..\..\..\Adapter.h"\
+ "..\..\..\..\Adapter.i"\
+ "..\..\..\..\any.h"\
+ "..\..\..\..\Any.i"\
+ "..\..\..\..\Base_Transport_Property.h"\
+ "..\..\..\..\Base_Transport_Property.inl"\
+ "..\..\..\..\Cache_Entries.h"\
+ "..\..\..\..\Cache_Entries.inl"\
+ "..\..\..\..\cdr.h"\
+ "..\..\..\..\CDR.i"\
+ "..\..\..\..\Cleanup_Func_Registry.h"\
+ "..\..\..\..\Cleanup_Func_Registry.inl"\
+ "..\..\..\..\Connection_Handler.h"\
+ "..\..\..\..\Connection_Handler.inl"\
+ "..\..\..\..\Connection_Purging_Strategy.h"\
+ "..\..\..\..\Connection_Purging_Strategy.inl"\
+ "..\..\..\..\CORBA_String.h"\
+ "..\..\..\..\CORBA_String.inl"\
+ "..\..\..\..\corbafwd.h"\
+ "..\..\..\..\corbafwd.i"\
+ "..\..\..\..\CurrentC.h"\
+ "..\..\..\..\CurrentC.i"\
+ "..\..\..\..\debug.h"\
+ "..\..\..\..\DynamicC.h"\
+ "..\..\..\..\DynamicC.i"\
+ "..\..\..\..\Encodable.h"\
+ "..\..\..\..\Endpoint.h"\
+ "..\..\..\..\Endpoint.i"\
+ "..\..\..\..\Environment.h"\
+ "..\..\..\..\Environment.i"\
+ "..\..\..\..\Exception.h"\
+ "..\..\..\..\Exception.i"\
+ "..\..\..\..\Fault_Tolerance_Service.h"\
+ "..\..\..\..\Fault_Tolerance_Service.i"\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Interceptor_List.h"\
+ "..\..\..\..\Interceptor_List.inl"\
+ "..\..\..\..\IOPC.h"\
+ "..\..\..\..\IOPC.i"\
+ "..\..\..\..\LocalObject.h"\
+ "..\..\..\..\LocalObject.i"\
+ "..\..\..\..\Managed_Types.h"\
+ "..\..\..\..\Managed_Types.i"\
+ "..\..\..\..\Messaging_Policy_i.h"\
+ "..\..\..\..\Messaging_Policy_i.i"\
+ "..\..\..\..\MessagingC.h"\
+ "..\..\..\..\MessagingC.i"\
+ "..\..\..\..\object.h"\
+ "..\..\..\..\Object.i"\
+ "..\..\..\..\Object_Proxy_Broker.h"\
+ "..\..\..\..\Object_Proxy_Impl.h"\
+ "..\..\..\..\Object_Ref_Table.h"\
+ "..\..\..\..\orb.h"\
+ "..\..\..\..\ORB.i"\
+ "..\..\..\..\orb_core.h"\
+ "..\..\..\..\ORB_Core.i"\
+ "..\..\..\..\orbconf.h"\
+ "..\..\..\..\params.h"\
+ "..\..\..\..\params.i"\
+ "..\..\..\..\Parser_Registry.h"\
+ "..\..\..\..\Parser_Registry.i"\
+ "..\..\..\..\PICurrent.h"\
+ "..\..\..\..\PICurrent.inl"\
+ "..\..\..\..\Pluggable.h"\
+ "..\..\..\..\Pluggable.i"\
+ "..\..\..\..\Pluggable_Messaging_Utils.h"\
+ "..\..\..\..\Pluggable_Messaging_Utils.i"\
+ "..\..\..\..\Policy_Manager.h"\
+ "..\..\..\..\Policy_Manager.i"\
+ "..\..\..\..\Policy_Set.h"\
+ "..\..\..\..\Policy_Set.i"\
+ "..\..\..\..\PolicyC.h"\
+ "..\..\..\..\PolicyC.i"\
+ "..\..\..\..\PolicyFactory_Registry.h"\
+ "..\..\..\..\PollableC.h"\
+ "..\..\..\..\PollableC.i"\
+ "..\..\..\..\PortableInterceptorC.h"\
+ "..\..\..\..\PortableInterceptorC.i"\
+ "..\..\..\..\Protocol_Factory.h"\
+ "..\..\..\..\Protocols_Hooks.h"\
+ "..\..\..\..\Remote_Object_Proxy_Impl.h"\
+ "..\..\..\..\Resource_Factory.h"\
+ "..\..\..\..\Resume_Handle.h"\
+ "..\..\..\..\Resume_Handle.inl"\
+ "..\..\..\..\sequence.h"\
+ "..\..\..\..\Sequence.i"\
+ "..\..\..\..\Sequence_T.cpp"\
+ "..\..\..\..\Sequence_T.h"\
+ "..\..\..\..\Sequence_T.i"\
+ "..\..\..\..\Server_Strategy_Factory.h"\
+ "..\..\..\..\Service_Callbacks.h"\
+ "..\..\..\..\Service_Callbacks.i"\
+ "..\..\..\..\Services.h"\
+ "..\..\..\..\Services.i"\
+ "..\..\..\..\SmartProxies\Smart_Proxies.h"\
+ "..\..\..\..\SmartProxies\Smart_Proxies.inl"\
+ "..\..\..\..\SmartProxies\smartproxies_export.h"\
+ "..\..\..\..\TAO_Export.h"\
+ "..\..\..\..\TAO_Singleton.cpp"\
+ "..\..\..\..\TAO_Singleton.h"\
+ "..\..\..\..\TAO_Singleton.inl"\
+ "..\..\..\..\TAO_Singleton_Manager.h"\
+ "..\..\..\..\TAO_Singleton_Manager.inl"\
+ "..\..\..\..\Thread_Lane_Resources.h"\
+ "..\..\..\..\Thread_Lane_Resources.i"\
+ "..\..\..\..\TimeBaseC.h"\
+ "..\..\..\..\TimeBaseC.i"\
+ "..\..\..\..\Timeprobe.h"\
+ "..\..\..\..\Transport.h"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Cache_Manager.h"\
+ "..\..\..\..\Transport_Cache_Manager.inl"\
+ "..\..\..\..\Transport_Descriptor_Interface.h"\
+ "..\..\..\..\Transport_Descriptor_Interface.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\try_macros.h"\
+ "..\..\..\..\typecode.h"\
+ "..\..\..\..\Typecode.i"\
+ "..\..\..\..\ValueBase.h"\
+ "..\..\..\..\ValueBase.i"\
+ "..\..\..\..\ValueFactory.h"\
+ "..\..\..\..\ValueFactory.i"\
+ "..\..\..\..\varbase.h"\
+ "..\..\..\..\Wait_Strategy.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\High_Res_Timer.h"\
+ ".\ce\High_Res_Timer.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_Dgram.h"\
+ ".\ce\SOCK_Dgram.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timeprobe.h"\
+ ".\ce\Timeprobe.i"\
+ ".\ce\Timeprobe_T.cpp"\
+ ".\ce\Timeprobe_T.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DIOP_C=\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_C=\
+ "..\..\..\..\Adapter.h"\
+ "..\..\..\..\Adapter.i"\
+ "..\..\..\..\any.h"\
+ "..\..\..\..\Any.i"\
+ "..\..\..\..\Base_Transport_Property.h"\
+ "..\..\..\..\Base_Transport_Property.inl"\
+ "..\..\..\..\Cache_Entries.h"\
+ "..\..\..\..\Cache_Entries.inl"\
+ "..\..\..\..\cdr.h"\
+ "..\..\..\..\CDR.i"\
+ "..\..\..\..\Cleanup_Func_Registry.h"\
+ "..\..\..\..\Cleanup_Func_Registry.inl"\
+ "..\..\..\..\Connection_Handler.h"\
+ "..\..\..\..\Connection_Handler.inl"\
+ "..\..\..\..\Connection_Purging_Strategy.h"\
+ "..\..\..\..\Connection_Purging_Strategy.inl"\
+ "..\..\..\..\CORBA_String.h"\
+ "..\..\..\..\CORBA_String.inl"\
+ "..\..\..\..\corbafwd.h"\
+ "..\..\..\..\corbafwd.i"\
+ "..\..\..\..\CurrentC.h"\
+ "..\..\..\..\CurrentC.i"\
+ "..\..\..\..\debug.h"\
+ "..\..\..\..\DynamicC.h"\
+ "..\..\..\..\DynamicC.i"\
+ "..\..\..\..\Encodable.h"\
+ "..\..\..\..\Endpoint.h"\
+ "..\..\..\..\Endpoint.i"\
+ "..\..\..\..\Environment.h"\
+ "..\..\..\..\Environment.i"\
+ "..\..\..\..\Exception.h"\
+ "..\..\..\..\Exception.i"\
+ "..\..\..\..\Fault_Tolerance_Service.h"\
+ "..\..\..\..\Fault_Tolerance_Service.i"\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Interceptor_List.h"\
+ "..\..\..\..\Interceptor_List.inl"\
+ "..\..\..\..\IOPC.h"\
+ "..\..\..\..\IOPC.i"\
+ "..\..\..\..\LocalObject.h"\
+ "..\..\..\..\LocalObject.i"\
+ "..\..\..\..\Managed_Types.h"\
+ "..\..\..\..\Managed_Types.i"\
+ "..\..\..\..\Messaging_Policy_i.h"\
+ "..\..\..\..\Messaging_Policy_i.i"\
+ "..\..\..\..\MessagingC.h"\
+ "..\..\..\..\MessagingC.i"\
+ "..\..\..\..\object.h"\
+ "..\..\..\..\Object.i"\
+ "..\..\..\..\Object_Proxy_Broker.h"\
+ "..\..\..\..\Object_Proxy_Impl.h"\
+ "..\..\..\..\Object_Ref_Table.h"\
+ "..\..\..\..\orb.h"\
+ "..\..\..\..\ORB.i"\
+ "..\..\..\..\orb_core.h"\
+ "..\..\..\..\ORB_Core.i"\
+ "..\..\..\..\orbconf.h"\
+ "..\..\..\..\params.h"\
+ "..\..\..\..\params.i"\
+ "..\..\..\..\Parser_Registry.h"\
+ "..\..\..\..\Parser_Registry.i"\
+ "..\..\..\..\PICurrent.h"\
+ "..\..\..\..\PICurrent.inl"\
+ "..\..\..\..\Pluggable.h"\
+ "..\..\..\..\Pluggable.i"\
+ "..\..\..\..\Pluggable_Messaging_Utils.h"\
+ "..\..\..\..\Pluggable_Messaging_Utils.i"\
+ "..\..\..\..\Policy_Manager.h"\
+ "..\..\..\..\Policy_Manager.i"\
+ "..\..\..\..\Policy_Set.h"\
+ "..\..\..\..\Policy_Set.i"\
+ "..\..\..\..\PolicyC.h"\
+ "..\..\..\..\PolicyC.i"\
+ "..\..\..\..\PolicyFactory_Registry.h"\
+ "..\..\..\..\PollableC.h"\
+ "..\..\..\..\PollableC.i"\
+ "..\..\..\..\PortableInterceptorC.h"\
+ "..\..\..\..\PortableInterceptorC.i"\
+ "..\..\..\..\Protocol_Factory.h"\
+ "..\..\..\..\Protocols_Hooks.h"\
+ "..\..\..\..\Remote_Object_Proxy_Impl.h"\
+ "..\..\..\..\Resource_Factory.h"\
+ "..\..\..\..\Resume_Handle.h"\
+ "..\..\..\..\Resume_Handle.inl"\
+ "..\..\..\..\sequence.h"\
+ "..\..\..\..\Sequence.i"\
+ "..\..\..\..\Sequence_T.cpp"\
+ "..\..\..\..\Sequence_T.h"\
+ "..\..\..\..\Sequence_T.i"\
+ "..\..\..\..\Server_Strategy_Factory.h"\
+ "..\..\..\..\Service_Callbacks.h"\
+ "..\..\..\..\Service_Callbacks.i"\
+ "..\..\..\..\Services.h"\
+ "..\..\..\..\Services.i"\
+ "..\..\..\..\SmartProxies\Smart_Proxies.h"\
+ "..\..\..\..\SmartProxies\Smart_Proxies.inl"\
+ "..\..\..\..\SmartProxies\smartproxies_export.h"\
+ "..\..\..\..\TAO_Export.h"\
+ "..\..\..\..\TAO_Singleton.cpp"\
+ "..\..\..\..\TAO_Singleton.h"\
+ "..\..\..\..\TAO_Singleton.inl"\
+ "..\..\..\..\TAO_Singleton_Manager.h"\
+ "..\..\..\..\TAO_Singleton_Manager.inl"\
+ "..\..\..\..\Thread_Lane_Resources.h"\
+ "..\..\..\..\Thread_Lane_Resources.i"\
+ "..\..\..\..\TimeBaseC.h"\
+ "..\..\..\..\TimeBaseC.i"\
+ "..\..\..\..\Timeprobe.h"\
+ "..\..\..\..\Transport.h"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Cache_Manager.h"\
+ "..\..\..\..\Transport_Cache_Manager.inl"\
+ "..\..\..\..\Transport_Descriptor_Interface.h"\
+ "..\..\..\..\Transport_Descriptor_Interface.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\try_macros.h"\
+ "..\..\..\..\typecode.h"\
+ "..\..\..\..\Typecode.i"\
+ "..\..\..\..\ValueBase.h"\
+ "..\..\..\..\ValueBase.i"\
+ "..\..\..\..\ValueFactory.h"\
+ "..\..\..\..\ValueFactory.i"\
+ "..\..\..\..\varbase.h"\
+ "..\..\..\..\Wait_Strategy.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\High_Res_Timer.h"\
+ ".\ce\High_Res_Timer.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_Dgram.h"\
+ ".\ce\SOCK_Dgram.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timeprobe.h"\
+ ".\ce\Timeprobe.i"\
+ ".\ce\Timeprobe_T.cpp"\
+ ".\ce\Timeprobe_T.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Release"
+
+DEP_CPP_DIOP_C=\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_C=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Messaging_Policy_i.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DIOP_C=\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_C=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Messaging_Policy_i.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86) Debug"
+
+DEP_CPP_DIOP_C=\
+ "..\..\..\ace\Acceptor.cpp"\
+ "..\..\..\ace\Acceptor.h"\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Addr.h"\
+ "..\..\..\ace\Addr.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Connection_Recycling_Strategy.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Dynamic.h"\
+ "..\..\..\ace\Dynamic.i"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Hashable.h"\
+ "..\..\..\ace\Hashable.inl"\
+ "..\..\..\ace\High_Res_Timer.h"\
+ "..\..\..\ace\High_Res_Timer.i"\
+ "..\..\..\ace\INET_Addr.h"\
+ "..\..\..\ace\INET_Addr.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\IPC_SAP.h"\
+ "..\..\..\ace\IPC_SAP.i"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Notification_Strategy.h"\
+ "..\..\..\ace\Notification_Strategy.inl"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\SOCK.h"\
+ "..\..\..\ace\SOCK.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SOCK_Dgram.h"\
+ "..\..\..\ace\SOCK_Dgram.i"\
+ "..\..\..\ace\SOCK_IO.h"\
+ "..\..\..\ace\SOCK_IO.i"\
+ "..\..\..\ace\SOCK_Stream.h"\
+ "..\..\..\ace\SOCK_Stream.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Svc_Handler.cpp"\
+ "..\..\..\ace\Svc_Handler.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timeprobe.h"\
+ "..\..\..\ace\Timeprobe.i"\
+ "..\..\..\ace\Timeprobe_T.cpp"\
+ "..\..\..\ace\Timeprobe_T.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Base_Transport_Property.h"\
+ "..\Base_Transport_Property.inl"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Connection_Handler.h"\
+ "..\Connection_Handler.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\Resume_Handle.h"\
+ "..\Resume_Handle.inl"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\Timeprobe.h"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ "..\Wait_Strategy.h"\
+ "..\Wait_Strategy.inl"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\DIOP_Connector.cpp
+
+!IF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DIOP_CO=\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Connector.h"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_CO=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DIOP_CO=\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Connector.h"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_CO=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Release"
+
+DEP_CPP_DIOP_CO=\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Connector.h"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_CO=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DIOP_CO=\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Connector.h"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_CO=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Release"
+
+DEP_CPP_DIOP_CO=\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Connector.h"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_CO=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DIOP_CO=\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Connector.h"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_CO=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Release"
+
+DEP_CPP_DIOP_CO=\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Connector.h"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_CO=\
+ "..\..\..\..\Adapter.h"\
+ "..\..\..\..\Adapter.i"\
+ "..\..\..\..\any.h"\
+ "..\..\..\..\Any.i"\
+ "..\..\..\..\Base_Transport_Property.h"\
+ "..\..\..\..\Base_Transport_Property.inl"\
+ "..\..\..\..\Cache_Entries.h"\
+ "..\..\..\..\Cache_Entries.inl"\
+ "..\..\..\..\cdr.h"\
+ "..\..\..\..\CDR.i"\
+ "..\..\..\..\Cleanup_Func_Registry.h"\
+ "..\..\..\..\Cleanup_Func_Registry.inl"\
+ "..\..\..\..\Connection_Handler.h"\
+ "..\..\..\..\Connection_Handler.inl"\
+ "..\..\..\..\Connection_Purging_Strategy.h"\
+ "..\..\..\..\Connection_Purging_Strategy.inl"\
+ "..\..\..\..\CONV_FRAMEC.h"\
+ "..\..\..\..\CONV_FRAMEC.i"\
+ "..\..\..\..\CORBA_String.h"\
+ "..\..\..\..\CORBA_String.inl"\
+ "..\..\..\..\corbafwd.h"\
+ "..\..\..\..\corbafwd.i"\
+ "..\..\..\..\CurrentC.h"\
+ "..\..\..\..\CurrentC.i"\
+ "..\..\..\..\debug.h"\
+ "..\..\..\..\DynamicC.h"\
+ "..\..\..\..\DynamicC.i"\
+ "..\..\..\..\Encodable.h"\
+ "..\..\..\..\Endpoint.h"\
+ "..\..\..\..\Endpoint.i"\
+ "..\..\..\..\Environment.h"\
+ "..\..\..\..\Environment.i"\
+ "..\..\..\..\Exception.h"\
+ "..\..\..\..\Exception.i"\
+ "..\..\..\..\Fault_Tolerance_Service.h"\
+ "..\..\..\..\Fault_Tolerance_Service.i"\
+ "..\..\..\..\GIOP_Message_Version.h"\
+ "..\..\..\..\GIOP_Message_Version.inl"\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Interceptor_List.h"\
+ "..\..\..\..\Interceptor_List.inl"\
+ "..\..\..\..\Invocation.h"\
+ "..\..\..\..\Invocation.i"\
+ "..\..\..\..\Invocation_Endpoint_Selectors.h"\
+ "..\..\..\..\Invocation_Endpoint_Selectors.i"\
+ "..\..\..\..\IOPC.h"\
+ "..\..\..\..\IOPC.i"\
+ "..\..\..\..\LF_Event.h"\
+ "..\..\..\..\LF_Event.inl"\
+ "..\..\..\..\LocalObject.h"\
+ "..\..\..\..\LocalObject.i"\
+ "..\..\..\..\Managed_Types.h"\
+ "..\..\..\..\Managed_Types.i"\
+ "..\..\..\..\MessagingC.h"\
+ "..\..\..\..\MessagingC.i"\
+ "..\..\..\..\MProfile.h"\
+ "..\..\..\..\MProfile.i"\
+ "..\..\..\..\object.h"\
+ "..\..\..\..\Object.i"\
+ "..\..\..\..\Object_KeyC.h"\
+ "..\..\..\..\Object_KeyC.i"\
+ "..\..\..\..\Object_Proxy_Broker.h"\
+ "..\..\..\..\Object_Proxy_Impl.h"\
+ "..\..\..\..\Object_Ref_Table.h"\
+ "..\..\..\..\operation_details.h"\
+ "..\..\..\..\operation_details.i"\
+ "..\..\..\..\orb.h"\
+ "..\..\..\..\ORB.i"\
+ "..\..\..\..\orb_core.h"\
+ "..\..\..\..\ORB_Core.i"\
+ "..\..\..\..\orbconf.h"\
+ "..\..\..\..\params.h"\
+ "..\..\..\..\params.i"\
+ "..\..\..\..\Parser_Registry.h"\
+ "..\..\..\..\Parser_Registry.i"\
+ "..\..\..\..\PICurrent.h"\
+ "..\..\..\..\PICurrent.inl"\
+ "..\..\..\..\Pluggable.h"\
+ "..\..\..\..\Pluggable.i"\
+ "..\..\..\..\Pluggable_Messaging_Utils.h"\
+ "..\..\..\..\Pluggable_Messaging_Utils.i"\
+ "..\..\..\..\Policy_Manager.h"\
+ "..\..\..\..\Policy_Manager.i"\
+ "..\..\..\..\Policy_Set.h"\
+ "..\..\..\..\Policy_Set.i"\
+ "..\..\..\..\PolicyC.h"\
+ "..\..\..\..\PolicyC.i"\
+ "..\..\..\..\PolicyFactory_Registry.h"\
+ "..\..\..\..\PollableC.h"\
+ "..\..\..\..\PollableC.i"\
+ "..\..\..\..\PortableInterceptorC.h"\
+ "..\..\..\..\PortableInterceptorC.i"\
+ "..\..\..\..\Profile.h"\
+ "..\..\..\..\Profile.i"\
+ "..\..\..\..\Protocol_Factory.h"\
+ "..\..\..\..\Protocols_Hooks.h"\
+ "..\..\..\..\Remote_Object_Proxy_Impl.h"\
+ "..\..\..\..\Reply_Dispatcher.h"\
+ "..\..\..\..\Reply_Dispatcher.i"\
+ "..\..\..\..\Resource_Factory.h"\
+ "..\..\..\..\sequence.h"\
+ "..\..\..\..\Sequence.i"\
+ "..\..\..\..\Sequence_T.cpp"\
+ "..\..\..\..\Sequence_T.h"\
+ "..\..\..\..\Sequence_T.i"\
+ "..\..\..\..\Service_Callbacks.h"\
+ "..\..\..\..\Service_Callbacks.i"\
+ "..\..\..\..\Service_Context.h"\
+ "..\..\..\..\Service_Context.inl"\
+ "..\..\..\..\Services.h"\
+ "..\..\..\..\Services.i"\
+ "..\..\..\..\SmartProxies\Smart_Proxies.h"\
+ "..\..\..\..\SmartProxies\Smart_Proxies.inl"\
+ "..\..\..\..\SmartProxies\smartproxies_export.h"\
+ "..\..\..\..\stub.h"\
+ "..\..\..\..\Stub.i"\
+ "..\..\..\..\Synch_Reply_Dispatcher.h"\
+ "..\..\..\..\Tagged_Components.h"\
+ "..\..\..\..\Tagged_Components.i"\
+ "..\..\..\..\TAO_Export.h"\
+ "..\..\..\..\TAO_Singleton.cpp"\
+ "..\..\..\..\TAO_Singleton.h"\
+ "..\..\..\..\TAO_Singleton.inl"\
+ "..\..\..\..\TAO_Singleton_Manager.h"\
+ "..\..\..\..\TAO_Singleton_Manager.inl"\
+ "..\..\..\..\TAOC.h"\
+ "..\..\..\..\TAOC.i"\
+ "..\..\..\..\target_specification.h"\
+ "..\..\..\..\target_specification.i"\
+ "..\..\..\..\TimeBaseC.h"\
+ "..\..\..\..\TimeBaseC.i"\
+ "..\..\..\..\Transport.h"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Cache_Manager.h"\
+ "..\..\..\..\Transport_Cache_Manager.inl"\
+ "..\..\..\..\Transport_Descriptor_Interface.h"\
+ "..\..\..\..\Transport_Descriptor_Interface.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\try_macros.h"\
+ "..\..\..\..\typecode.h"\
+ "..\..\..\..\Typecode.i"\
+ "..\..\..\..\ValueBase.h"\
+ "..\..\..\..\ValueBase.i"\
+ "..\..\..\..\ValueFactory.h"\
+ "..\..\..\..\ValueFactory.i"\
+ "..\..\..\..\varbase.h"\
+ "..\..\..\..\Wait_Strategy.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Connector.cpp"\
+ ".\ce\Connector.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_Dgram.h"\
+ ".\ce\SOCK_Dgram.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DIOP_CO=\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Connector.h"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_CO=\
+ "..\..\..\..\Adapter.h"\
+ "..\..\..\..\Adapter.i"\
+ "..\..\..\..\any.h"\
+ "..\..\..\..\Any.i"\
+ "..\..\..\..\Base_Transport_Property.h"\
+ "..\..\..\..\Base_Transport_Property.inl"\
+ "..\..\..\..\Cache_Entries.h"\
+ "..\..\..\..\Cache_Entries.inl"\
+ "..\..\..\..\cdr.h"\
+ "..\..\..\..\CDR.i"\
+ "..\..\..\..\Cleanup_Func_Registry.h"\
+ "..\..\..\..\Cleanup_Func_Registry.inl"\
+ "..\..\..\..\Connection_Handler.h"\
+ "..\..\..\..\Connection_Handler.inl"\
+ "..\..\..\..\Connection_Purging_Strategy.h"\
+ "..\..\..\..\Connection_Purging_Strategy.inl"\
+ "..\..\..\..\CONV_FRAMEC.h"\
+ "..\..\..\..\CONV_FRAMEC.i"\
+ "..\..\..\..\CORBA_String.h"\
+ "..\..\..\..\CORBA_String.inl"\
+ "..\..\..\..\corbafwd.h"\
+ "..\..\..\..\corbafwd.i"\
+ "..\..\..\..\CurrentC.h"\
+ "..\..\..\..\CurrentC.i"\
+ "..\..\..\..\debug.h"\
+ "..\..\..\..\DynamicC.h"\
+ "..\..\..\..\DynamicC.i"\
+ "..\..\..\..\Encodable.h"\
+ "..\..\..\..\Endpoint.h"\
+ "..\..\..\..\Endpoint.i"\
+ "..\..\..\..\Environment.h"\
+ "..\..\..\..\Environment.i"\
+ "..\..\..\..\Exception.h"\
+ "..\..\..\..\Exception.i"\
+ "..\..\..\..\Fault_Tolerance_Service.h"\
+ "..\..\..\..\Fault_Tolerance_Service.i"\
+ "..\..\..\..\GIOP_Message_Version.h"\
+ "..\..\..\..\GIOP_Message_Version.inl"\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Interceptor_List.h"\
+ "..\..\..\..\Interceptor_List.inl"\
+ "..\..\..\..\Invocation.h"\
+ "..\..\..\..\Invocation.i"\
+ "..\..\..\..\Invocation_Endpoint_Selectors.h"\
+ "..\..\..\..\Invocation_Endpoint_Selectors.i"\
+ "..\..\..\..\IOPC.h"\
+ "..\..\..\..\IOPC.i"\
+ "..\..\..\..\LF_Event.h"\
+ "..\..\..\..\LF_Event.inl"\
+ "..\..\..\..\LocalObject.h"\
+ "..\..\..\..\LocalObject.i"\
+ "..\..\..\..\Managed_Types.h"\
+ "..\..\..\..\Managed_Types.i"\
+ "..\..\..\..\MessagingC.h"\
+ "..\..\..\..\MessagingC.i"\
+ "..\..\..\..\MProfile.h"\
+ "..\..\..\..\MProfile.i"\
+ "..\..\..\..\object.h"\
+ "..\..\..\..\Object.i"\
+ "..\..\..\..\Object_KeyC.h"\
+ "..\..\..\..\Object_KeyC.i"\
+ "..\..\..\..\Object_Proxy_Broker.h"\
+ "..\..\..\..\Object_Proxy_Impl.h"\
+ "..\..\..\..\Object_Ref_Table.h"\
+ "..\..\..\..\operation_details.h"\
+ "..\..\..\..\operation_details.i"\
+ "..\..\..\..\orb.h"\
+ "..\..\..\..\ORB.i"\
+ "..\..\..\..\orb_core.h"\
+ "..\..\..\..\ORB_Core.i"\
+ "..\..\..\..\orbconf.h"\
+ "..\..\..\..\params.h"\
+ "..\..\..\..\params.i"\
+ "..\..\..\..\Parser_Registry.h"\
+ "..\..\..\..\Parser_Registry.i"\
+ "..\..\..\..\PICurrent.h"\
+ "..\..\..\..\PICurrent.inl"\
+ "..\..\..\..\Pluggable.h"\
+ "..\..\..\..\Pluggable.i"\
+ "..\..\..\..\Pluggable_Messaging_Utils.h"\
+ "..\..\..\..\Pluggable_Messaging_Utils.i"\
+ "..\..\..\..\Policy_Manager.h"\
+ "..\..\..\..\Policy_Manager.i"\
+ "..\..\..\..\Policy_Set.h"\
+ "..\..\..\..\Policy_Set.i"\
+ "..\..\..\..\PolicyC.h"\
+ "..\..\..\..\PolicyC.i"\
+ "..\..\..\..\PolicyFactory_Registry.h"\
+ "..\..\..\..\PollableC.h"\
+ "..\..\..\..\PollableC.i"\
+ "..\..\..\..\PortableInterceptorC.h"\
+ "..\..\..\..\PortableInterceptorC.i"\
+ "..\..\..\..\Profile.h"\
+ "..\..\..\..\Profile.i"\
+ "..\..\..\..\Protocol_Factory.h"\
+ "..\..\..\..\Protocols_Hooks.h"\
+ "..\..\..\..\Remote_Object_Proxy_Impl.h"\
+ "..\..\..\..\Reply_Dispatcher.h"\
+ "..\..\..\..\Reply_Dispatcher.i"\
+ "..\..\..\..\Resource_Factory.h"\
+ "..\..\..\..\sequence.h"\
+ "..\..\..\..\Sequence.i"\
+ "..\..\..\..\Sequence_T.cpp"\
+ "..\..\..\..\Sequence_T.h"\
+ "..\..\..\..\Sequence_T.i"\
+ "..\..\..\..\Service_Callbacks.h"\
+ "..\..\..\..\Service_Callbacks.i"\
+ "..\..\..\..\Service_Context.h"\
+ "..\..\..\..\Service_Context.inl"\
+ "..\..\..\..\Services.h"\
+ "..\..\..\..\Services.i"\
+ "..\..\..\..\SmartProxies\Smart_Proxies.h"\
+ "..\..\..\..\SmartProxies\Smart_Proxies.inl"\
+ "..\..\..\..\SmartProxies\smartproxies_export.h"\
+ "..\..\..\..\stub.h"\
+ "..\..\..\..\Stub.i"\
+ "..\..\..\..\Synch_Reply_Dispatcher.h"\
+ "..\..\..\..\Tagged_Components.h"\
+ "..\..\..\..\Tagged_Components.i"\
+ "..\..\..\..\TAO_Export.h"\
+ "..\..\..\..\TAO_Singleton.cpp"\
+ "..\..\..\..\TAO_Singleton.h"\
+ "..\..\..\..\TAO_Singleton.inl"\
+ "..\..\..\..\TAO_Singleton_Manager.h"\
+ "..\..\..\..\TAO_Singleton_Manager.inl"\
+ "..\..\..\..\TAOC.h"\
+ "..\..\..\..\TAOC.i"\
+ "..\..\..\..\target_specification.h"\
+ "..\..\..\..\target_specification.i"\
+ "..\..\..\..\TimeBaseC.h"\
+ "..\..\..\..\TimeBaseC.i"\
+ "..\..\..\..\Transport.h"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Cache_Manager.h"\
+ "..\..\..\..\Transport_Cache_Manager.inl"\
+ "..\..\..\..\Transport_Descriptor_Interface.h"\
+ "..\..\..\..\Transport_Descriptor_Interface.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\try_macros.h"\
+ "..\..\..\..\typecode.h"\
+ "..\..\..\..\Typecode.i"\
+ "..\..\..\..\ValueBase.h"\
+ "..\..\..\..\ValueBase.i"\
+ "..\..\..\..\ValueFactory.h"\
+ "..\..\..\..\ValueFactory.i"\
+ "..\..\..\..\varbase.h"\
+ "..\..\..\..\Wait_Strategy.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Connector.cpp"\
+ ".\ce\Connector.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_Dgram.h"\
+ ".\ce\SOCK_Dgram.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Release"
+
+DEP_CPP_DIOP_CO=\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Connector.h"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_CO=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DIOP_CO=\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Connector.h"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_CO=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86) Debug"
+
+DEP_CPP_DIOP_CO=\
+ "..\..\..\ace\Acceptor.cpp"\
+ "..\..\..\ace\Acceptor.h"\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Addr.h"\
+ "..\..\..\ace\Addr.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Connection_Recycling_Strategy.h"\
+ "..\..\..\ace\Connector.cpp"\
+ "..\..\..\ace\Connector.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Dynamic.h"\
+ "..\..\..\ace\Dynamic.i"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Hashable.h"\
+ "..\..\..\ace\Hashable.inl"\
+ "..\..\..\ace\INET_Addr.h"\
+ "..\..\..\ace\INET_Addr.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\IPC_SAP.h"\
+ "..\..\..\ace\IPC_SAP.i"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Notification_Strategy.h"\
+ "..\..\..\ace\Notification_Strategy.inl"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\SOCK.h"\
+ "..\..\..\ace\SOCK.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SOCK_Dgram.h"\
+ "..\..\..\ace\SOCK_Dgram.i"\
+ "..\..\..\ace\SOCK_IO.h"\
+ "..\..\..\ace\SOCK_IO.i"\
+ "..\..\..\ace\SOCK_Stream.h"\
+ "..\..\..\ace\SOCK_Stream.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Svc_Handler.cpp"\
+ "..\..\..\ace\Svc_Handler.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Base_Transport_Property.h"\
+ "..\Base_Transport_Property.inl"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Connection_Handler.h"\
+ "..\Connection_Handler.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\Invocation.h"\
+ "..\Invocation.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LF_Event.h"\
+ "..\LF_Event.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\operation_details.h"\
+ "..\operation_details.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Reply_Dispatcher.h"\
+ "..\Reply_Dispatcher.i"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\Synch_Reply_Dispatcher.h"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TAOC.h"\
+ "..\TAOC.i"\
+ "..\target_specification.h"\
+ "..\target_specification.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ "..\Wait_Strategy.h"\
+ "..\Wait_Strategy.inl"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Connector.h"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\DIOP_Endpoint.cpp
+
+!IF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DIOP_E=\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_E=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\ORB.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DIOP_E=\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_E=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\ORB.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Release"
+
+DEP_CPP_DIOP_E=\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_E=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\ORB.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DIOP_E=\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_E=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\ORB.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Release"
+
+DEP_CPP_DIOP_E=\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_E=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\ORB.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DIOP_E=\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_E=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\ORB.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Release"
+
+DEP_CPP_DIOP_E=\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_E=\
+ "..\..\..\..\any.h"\
+ "..\..\..\..\Any.i"\
+ "..\..\..\..\Cache_Entries.h"\
+ "..\..\..\..\Cache_Entries.inl"\
+ "..\..\..\..\cdr.h"\
+ "..\..\..\..\CDR.i"\
+ "..\..\..\..\Connection_Handler.h"\
+ "..\..\..\..\Connection_Handler.inl"\
+ "..\..\..\..\Connection_Purging_Strategy.h"\
+ "..\..\..\..\Connection_Purging_Strategy.inl"\
+ "..\..\..\..\CORBA_String.h"\
+ "..\..\..\..\CORBA_String.inl"\
+ "..\..\..\..\corbafwd.h"\
+ "..\..\..\..\corbafwd.i"\
+ "..\..\..\..\CurrentC.h"\
+ "..\..\..\..\CurrentC.i"\
+ "..\..\..\..\debug.h"\
+ "..\..\..\..\Encodable.h"\
+ "..\..\..\..\Endpoint.h"\
+ "..\..\..\..\Endpoint.i"\
+ "..\..\..\..\Environment.h"\
+ "..\..\..\..\Environment.i"\
+ "..\..\..\..\Exception.h"\
+ "..\..\..\..\Exception.i"\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\IOPC.h"\
+ "..\..\..\..\IOPC.i"\
+ "..\..\..\..\Managed_Types.h"\
+ "..\..\..\..\Managed_Types.i"\
+ "..\..\..\..\object.h"\
+ "..\..\..\..\Object.i"\
+ "..\..\..\..\Object_Proxy_Broker.h"\
+ "..\..\..\..\Object_Proxy_Impl.h"\
+ "..\..\..\..\orb.h"\
+ "..\..\..\..\ORB.i"\
+ "..\..\..\..\orbconf.h"\
+ "..\..\..\..\Pluggable_Messaging_Utils.h"\
+ "..\..\..\..\Pluggable_Messaging_Utils.i"\
+ "..\..\..\..\PolicyC.h"\
+ "..\..\..\..\PolicyC.i"\
+ "..\..\..\..\Remote_Object_Proxy_Impl.h"\
+ "..\..\..\..\sequence.h"\
+ "..\..\..\..\Sequence.i"\
+ "..\..\..\..\Sequence_T.cpp"\
+ "..\..\..\..\Sequence_T.h"\
+ "..\..\..\..\Sequence_T.i"\
+ "..\..\..\..\Services.h"\
+ "..\..\..\..\Services.i"\
+ "..\..\..\..\TAO_Export.h"\
+ "..\..\..\..\Transport.h"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Cache_Manager.h"\
+ "..\..\..\..\Transport_Cache_Manager.inl"\
+ "..\..\..\..\Transport_Descriptor_Interface.h"\
+ "..\..\..\..\Transport_Descriptor_Interface.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\try_macros.h"\
+ "..\..\..\..\typecode.h"\
+ "..\..\..\..\Typecode.i"\
+ "..\..\..\..\varbase.h"\
+ "..\..\..\..\Wait_Strategy.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_Dgram.h"\
+ ".\ce\SOCK_Dgram.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DIOP_E=\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_E=\
+ "..\..\..\..\any.h"\
+ "..\..\..\..\Any.i"\
+ "..\..\..\..\Cache_Entries.h"\
+ "..\..\..\..\Cache_Entries.inl"\
+ "..\..\..\..\cdr.h"\
+ "..\..\..\..\CDR.i"\
+ "..\..\..\..\Connection_Handler.h"\
+ "..\..\..\..\Connection_Handler.inl"\
+ "..\..\..\..\Connection_Purging_Strategy.h"\
+ "..\..\..\..\Connection_Purging_Strategy.inl"\
+ "..\..\..\..\CORBA_String.h"\
+ "..\..\..\..\CORBA_String.inl"\
+ "..\..\..\..\corbafwd.h"\
+ "..\..\..\..\corbafwd.i"\
+ "..\..\..\..\CurrentC.h"\
+ "..\..\..\..\CurrentC.i"\
+ "..\..\..\..\debug.h"\
+ "..\..\..\..\Encodable.h"\
+ "..\..\..\..\Endpoint.h"\
+ "..\..\..\..\Endpoint.i"\
+ "..\..\..\..\Environment.h"\
+ "..\..\..\..\Environment.i"\
+ "..\..\..\..\Exception.h"\
+ "..\..\..\..\Exception.i"\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\IOPC.h"\
+ "..\..\..\..\IOPC.i"\
+ "..\..\..\..\Managed_Types.h"\
+ "..\..\..\..\Managed_Types.i"\
+ "..\..\..\..\object.h"\
+ "..\..\..\..\Object.i"\
+ "..\..\..\..\Object_Proxy_Broker.h"\
+ "..\..\..\..\Object_Proxy_Impl.h"\
+ "..\..\..\..\orb.h"\
+ "..\..\..\..\ORB.i"\
+ "..\..\..\..\orbconf.h"\
+ "..\..\..\..\Pluggable_Messaging_Utils.h"\
+ "..\..\..\..\Pluggable_Messaging_Utils.i"\
+ "..\..\..\..\PolicyC.h"\
+ "..\..\..\..\PolicyC.i"\
+ "..\..\..\..\Remote_Object_Proxy_Impl.h"\
+ "..\..\..\..\sequence.h"\
+ "..\..\..\..\Sequence.i"\
+ "..\..\..\..\Sequence_T.cpp"\
+ "..\..\..\..\Sequence_T.h"\
+ "..\..\..\..\Sequence_T.i"\
+ "..\..\..\..\Services.h"\
+ "..\..\..\..\Services.i"\
+ "..\..\..\..\TAO_Export.h"\
+ "..\..\..\..\Transport.h"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Cache_Manager.h"\
+ "..\..\..\..\Transport_Cache_Manager.inl"\
+ "..\..\..\..\Transport_Descriptor_Interface.h"\
+ "..\..\..\..\Transport_Descriptor_Interface.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\try_macros.h"\
+ "..\..\..\..\typecode.h"\
+ "..\..\..\..\Typecode.i"\
+ "..\..\..\..\varbase.h"\
+ "..\..\..\..\Wait_Strategy.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_Dgram.h"\
+ ".\ce\SOCK_Dgram.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Release"
+
+DEP_CPP_DIOP_E=\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_E=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\ORB.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DIOP_E=\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_E=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\ORB.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86) Debug"
+
+DEP_CPP_DIOP_E=\
+ "..\..\..\ace\Acceptor.cpp"\
+ "..\..\..\ace\Acceptor.h"\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Addr.h"\
+ "..\..\..\ace\Addr.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Connection_Recycling_Strategy.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Dynamic.h"\
+ "..\..\..\ace\Dynamic.i"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Hashable.h"\
+ "..\..\..\ace\Hashable.inl"\
+ "..\..\..\ace\INET_Addr.h"\
+ "..\..\..\ace\INET_Addr.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\IPC_SAP.h"\
+ "..\..\..\ace\IPC_SAP.i"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Notification_Strategy.h"\
+ "..\..\..\ace\Notification_Strategy.inl"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\SOCK.h"\
+ "..\..\..\ace\SOCK.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SOCK_Dgram.h"\
+ "..\..\..\ace\SOCK_Dgram.i"\
+ "..\..\..\ace\SOCK_IO.h"\
+ "..\..\..\ace\SOCK_IO.i"\
+ "..\..\..\ace\SOCK_Stream.h"\
+ "..\..\..\ace\SOCK_Stream.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Svc_Handler.cpp"\
+ "..\..\..\ace\Svc_Handler.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Connection_Handler.h"\
+ "..\Connection_Handler.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orbconf.h"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\TAO_Export.h"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\varbase.h"\
+ "..\Wait_Strategy.h"\
+ "..\Wait_Strategy.inl"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\DIOP_Factory.cpp
+
+!IF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DIOP_F=\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Connector.h"\
+ ".\DIOP_Factory.h"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_F=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DIOP_F=\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Connector.h"\
+ ".\DIOP_Factory.h"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_F=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Release"
+
+DEP_CPP_DIOP_F=\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Connector.h"\
+ ".\DIOP_Factory.h"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_F=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DIOP_F=\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Connector.h"\
+ ".\DIOP_Factory.h"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_F=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Release"
+
+DEP_CPP_DIOP_F=\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Connector.h"\
+ ".\DIOP_Factory.h"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_F=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DIOP_F=\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Connector.h"\
+ ".\DIOP_Factory.h"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_F=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Release"
+
+DEP_CPP_DIOP_F=\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Connector.h"\
+ ".\DIOP_Factory.h"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_F=\
+ "..\..\..\..\Acceptor_Impl.cpp"\
+ "..\..\..\..\Acceptor_Impl.h"\
+ "..\..\..\..\Acceptor_Impl.i"\
+ "..\..\..\..\Adapter.h"\
+ "..\..\..\..\Adapter.i"\
+ "..\..\..\..\any.h"\
+ "..\..\..\..\Any.i"\
+ "..\..\..\..\Cache_Entries.h"\
+ "..\..\..\..\Cache_Entries.inl"\
+ "..\..\..\..\cdr.h"\
+ "..\..\..\..\CDR.i"\
+ "..\..\..\..\Cleanup_Func_Registry.h"\
+ "..\..\..\..\Cleanup_Func_Registry.inl"\
+ "..\..\..\..\Connection_Handler.h"\
+ "..\..\..\..\Connection_Handler.inl"\
+ "..\..\..\..\Connection_Purging_Strategy.h"\
+ "..\..\..\..\Connection_Purging_Strategy.inl"\
+ "..\..\..\..\Connector_Registry.h"\
+ "..\..\..\..\Connector_Registry.i"\
+ "..\..\..\..\CORBA_String.h"\
+ "..\..\..\..\CORBA_String.inl"\
+ "..\..\..\..\corbafwd.h"\
+ "..\..\..\..\corbafwd.i"\
+ "..\..\..\..\CurrentC.h"\
+ "..\..\..\..\CurrentC.i"\
+ "..\..\..\..\debug.h"\
+ "..\..\..\..\DynamicC.h"\
+ "..\..\..\..\DynamicC.i"\
+ "..\..\..\..\Encodable.h"\
+ "..\..\..\..\Endpoint.h"\
+ "..\..\..\..\Endpoint.i"\
+ "..\..\..\..\Environment.h"\
+ "..\..\..\..\Environment.i"\
+ "..\..\..\..\Exception.h"\
+ "..\..\..\..\Exception.i"\
+ "..\..\..\..\Fault_Tolerance_Service.h"\
+ "..\..\..\..\Fault_Tolerance_Service.i"\
+ "..\..\..\..\GIOP_Message_Version.h"\
+ "..\..\..\..\GIOP_Message_Version.inl"\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Interceptor_List.h"\
+ "..\..\..\..\Interceptor_List.inl"\
+ "..\..\..\..\IOPC.h"\
+ "..\..\..\..\IOPC.i"\
+ "..\..\..\..\LocalObject.h"\
+ "..\..\..\..\LocalObject.i"\
+ "..\..\..\..\Managed_Types.h"\
+ "..\..\..\..\Managed_Types.i"\
+ "..\..\..\..\MessagingC.h"\
+ "..\..\..\..\MessagingC.i"\
+ "..\..\..\..\object.h"\
+ "..\..\..\..\Object.i"\
+ "..\..\..\..\Object_Proxy_Broker.h"\
+ "..\..\..\..\Object_Proxy_Impl.h"\
+ "..\..\..\..\Object_Ref_Table.h"\
+ "..\..\..\..\orb.h"\
+ "..\..\..\..\ORB.i"\
+ "..\..\..\..\orb_core.h"\
+ "..\..\..\..\ORB_Core.i"\
+ "..\..\..\..\ORB_Table.h"\
+ "..\..\..\..\ORB_Table.inl"\
+ "..\..\..\..\orbconf.h"\
+ "..\..\..\..\params.h"\
+ "..\..\..\..\params.i"\
+ "..\..\..\..\Parser_Registry.h"\
+ "..\..\..\..\Parser_Registry.i"\
+ "..\..\..\..\PICurrent.h"\
+ "..\..\..\..\PICurrent.inl"\
+ "..\..\..\..\Pluggable.h"\
+ "..\..\..\..\Pluggable.i"\
+ "..\..\..\..\Pluggable_Messaging_Utils.h"\
+ "..\..\..\..\Pluggable_Messaging_Utils.i"\
+ "..\..\..\..\Policy_Manager.h"\
+ "..\..\..\..\Policy_Manager.i"\
+ "..\..\..\..\Policy_Set.h"\
+ "..\..\..\..\Policy_Set.i"\
+ "..\..\..\..\PolicyC.h"\
+ "..\..\..\..\PolicyC.i"\
+ "..\..\..\..\PolicyFactory_Registry.h"\
+ "..\..\..\..\PollableC.h"\
+ "..\..\..\..\PollableC.i"\
+ "..\..\..\..\PortableInterceptorC.h"\
+ "..\..\..\..\PortableInterceptorC.i"\
+ "..\..\..\..\Protocol_Factory.h"\
+ "..\..\..\..\Protocols_Hooks.h"\
+ "..\..\..\..\Remote_Object_Proxy_Impl.h"\
+ "..\..\..\..\Resource_Factory.h"\
+ "..\..\..\..\sequence.h"\
+ "..\..\..\..\Sequence.i"\
+ "..\..\..\..\Sequence_T.cpp"\
+ "..\..\..\..\Sequence_T.h"\
+ "..\..\..\..\Sequence_T.i"\
+ "..\..\..\..\Server_Strategy_Factory.h"\
+ "..\..\..\..\Service_Callbacks.h"\
+ "..\..\..\..\Service_Callbacks.i"\
+ "..\..\..\..\Services.h"\
+ "..\..\..\..\Services.i"\
+ "..\..\..\..\SmartProxies\Smart_Proxies.h"\
+ "..\..\..\..\SmartProxies\Smart_Proxies.inl"\
+ "..\..\..\..\SmartProxies\smartproxies_export.h"\
+ "..\..\..\..\TAO_Export.h"\
+ "..\..\..\..\TAO_Singleton.cpp"\
+ "..\..\..\..\TAO_Singleton.h"\
+ "..\..\..\..\TAO_Singleton.inl"\
+ "..\..\..\..\TAO_Singleton_Manager.h"\
+ "..\..\..\..\TAO_Singleton_Manager.inl"\
+ "..\..\..\..\Thread_Lane_Resources.h"\
+ "..\..\..\..\Thread_Lane_Resources.i"\
+ "..\..\..\..\TimeBaseC.h"\
+ "..\..\..\..\TimeBaseC.i"\
+ "..\..\..\..\Transport.h"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Cache_Manager.h"\
+ "..\..\..\..\Transport_Cache_Manager.inl"\
+ "..\..\..\..\Transport_Descriptor_Interface.h"\
+ "..\..\..\..\Transport_Descriptor_Interface.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\try_macros.h"\
+ "..\..\..\..\typecode.h"\
+ "..\..\..\..\Typecode.i"\
+ "..\..\..\..\ValueBase.h"\
+ "..\..\..\..\ValueBase.i"\
+ "..\..\..\..\ValueFactory.h"\
+ "..\..\..\..\ValueFactory.i"\
+ "..\..\..\..\varbase.h"\
+ "..\..\..\..\Wait_Strategy.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_Dgram.h"\
+ ".\ce\SOCK_Dgram.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DIOP_F=\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Connector.h"\
+ ".\DIOP_Factory.h"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_F=\
+ "..\..\..\..\Acceptor_Impl.cpp"\
+ "..\..\..\..\Acceptor_Impl.h"\
+ "..\..\..\..\Acceptor_Impl.i"\
+ "..\..\..\..\Adapter.h"\
+ "..\..\..\..\Adapter.i"\
+ "..\..\..\..\any.h"\
+ "..\..\..\..\Any.i"\
+ "..\..\..\..\Cache_Entries.h"\
+ "..\..\..\..\Cache_Entries.inl"\
+ "..\..\..\..\cdr.h"\
+ "..\..\..\..\CDR.i"\
+ "..\..\..\..\Cleanup_Func_Registry.h"\
+ "..\..\..\..\Cleanup_Func_Registry.inl"\
+ "..\..\..\..\Connection_Handler.h"\
+ "..\..\..\..\Connection_Handler.inl"\
+ "..\..\..\..\Connection_Purging_Strategy.h"\
+ "..\..\..\..\Connection_Purging_Strategy.inl"\
+ "..\..\..\..\Connector_Registry.h"\
+ "..\..\..\..\Connector_Registry.i"\
+ "..\..\..\..\CORBA_String.h"\
+ "..\..\..\..\CORBA_String.inl"\
+ "..\..\..\..\corbafwd.h"\
+ "..\..\..\..\corbafwd.i"\
+ "..\..\..\..\CurrentC.h"\
+ "..\..\..\..\CurrentC.i"\
+ "..\..\..\..\debug.h"\
+ "..\..\..\..\DynamicC.h"\
+ "..\..\..\..\DynamicC.i"\
+ "..\..\..\..\Encodable.h"\
+ "..\..\..\..\Endpoint.h"\
+ "..\..\..\..\Endpoint.i"\
+ "..\..\..\..\Environment.h"\
+ "..\..\..\..\Environment.i"\
+ "..\..\..\..\Exception.h"\
+ "..\..\..\..\Exception.i"\
+ "..\..\..\..\Fault_Tolerance_Service.h"\
+ "..\..\..\..\Fault_Tolerance_Service.i"\
+ "..\..\..\..\GIOP_Message_Version.h"\
+ "..\..\..\..\GIOP_Message_Version.inl"\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Interceptor_List.h"\
+ "..\..\..\..\Interceptor_List.inl"\
+ "..\..\..\..\IOPC.h"\
+ "..\..\..\..\IOPC.i"\
+ "..\..\..\..\LocalObject.h"\
+ "..\..\..\..\LocalObject.i"\
+ "..\..\..\..\Managed_Types.h"\
+ "..\..\..\..\Managed_Types.i"\
+ "..\..\..\..\MessagingC.h"\
+ "..\..\..\..\MessagingC.i"\
+ "..\..\..\..\object.h"\
+ "..\..\..\..\Object.i"\
+ "..\..\..\..\Object_Proxy_Broker.h"\
+ "..\..\..\..\Object_Proxy_Impl.h"\
+ "..\..\..\..\Object_Ref_Table.h"\
+ "..\..\..\..\orb.h"\
+ "..\..\..\..\ORB.i"\
+ "..\..\..\..\orb_core.h"\
+ "..\..\..\..\ORB_Core.i"\
+ "..\..\..\..\ORB_Table.h"\
+ "..\..\..\..\ORB_Table.inl"\
+ "..\..\..\..\orbconf.h"\
+ "..\..\..\..\params.h"\
+ "..\..\..\..\params.i"\
+ "..\..\..\..\Parser_Registry.h"\
+ "..\..\..\..\Parser_Registry.i"\
+ "..\..\..\..\PICurrent.h"\
+ "..\..\..\..\PICurrent.inl"\
+ "..\..\..\..\Pluggable.h"\
+ "..\..\..\..\Pluggable.i"\
+ "..\..\..\..\Pluggable_Messaging_Utils.h"\
+ "..\..\..\..\Pluggable_Messaging_Utils.i"\
+ "..\..\..\..\Policy_Manager.h"\
+ "..\..\..\..\Policy_Manager.i"\
+ "..\..\..\..\Policy_Set.h"\
+ "..\..\..\..\Policy_Set.i"\
+ "..\..\..\..\PolicyC.h"\
+ "..\..\..\..\PolicyC.i"\
+ "..\..\..\..\PolicyFactory_Registry.h"\
+ "..\..\..\..\PollableC.h"\
+ "..\..\..\..\PollableC.i"\
+ "..\..\..\..\PortableInterceptorC.h"\
+ "..\..\..\..\PortableInterceptorC.i"\
+ "..\..\..\..\Protocol_Factory.h"\
+ "..\..\..\..\Protocols_Hooks.h"\
+ "..\..\..\..\Remote_Object_Proxy_Impl.h"\
+ "..\..\..\..\Resource_Factory.h"\
+ "..\..\..\..\sequence.h"\
+ "..\..\..\..\Sequence.i"\
+ "..\..\..\..\Sequence_T.cpp"\
+ "..\..\..\..\Sequence_T.h"\
+ "..\..\..\..\Sequence_T.i"\
+ "..\..\..\..\Server_Strategy_Factory.h"\
+ "..\..\..\..\Service_Callbacks.h"\
+ "..\..\..\..\Service_Callbacks.i"\
+ "..\..\..\..\Services.h"\
+ "..\..\..\..\Services.i"\
+ "..\..\..\..\SmartProxies\Smart_Proxies.h"\
+ "..\..\..\..\SmartProxies\Smart_Proxies.inl"\
+ "..\..\..\..\SmartProxies\smartproxies_export.h"\
+ "..\..\..\..\TAO_Export.h"\
+ "..\..\..\..\TAO_Singleton.cpp"\
+ "..\..\..\..\TAO_Singleton.h"\
+ "..\..\..\..\TAO_Singleton.inl"\
+ "..\..\..\..\TAO_Singleton_Manager.h"\
+ "..\..\..\..\TAO_Singleton_Manager.inl"\
+ "..\..\..\..\Thread_Lane_Resources.h"\
+ "..\..\..\..\Thread_Lane_Resources.i"\
+ "..\..\..\..\TimeBaseC.h"\
+ "..\..\..\..\TimeBaseC.i"\
+ "..\..\..\..\Transport.h"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Cache_Manager.h"\
+ "..\..\..\..\Transport_Cache_Manager.inl"\
+ "..\..\..\..\Transport_Descriptor_Interface.h"\
+ "..\..\..\..\Transport_Descriptor_Interface.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\try_macros.h"\
+ "..\..\..\..\typecode.h"\
+ "..\..\..\..\Typecode.i"\
+ "..\..\..\..\ValueBase.h"\
+ "..\..\..\..\ValueBase.i"\
+ "..\..\..\..\ValueFactory.h"\
+ "..\..\..\..\ValueFactory.i"\
+ "..\..\..\..\varbase.h"\
+ "..\..\..\..\Wait_Strategy.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_Dgram.h"\
+ ".\ce\SOCK_Dgram.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Release"
+
+DEP_CPP_DIOP_F=\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Connector.h"\
+ ".\DIOP_Factory.h"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_F=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DIOP_F=\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Connector.h"\
+ ".\DIOP_Factory.h"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_F=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86) Debug"
+
+DEP_CPP_DIOP_F=\
+ "..\..\..\ace\Acceptor.cpp"\
+ "..\..\..\ace\Acceptor.h"\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Addr.h"\
+ "..\..\..\ace\Addr.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Connection_Recycling_Strategy.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Dynamic.h"\
+ "..\..\..\ace\Dynamic.i"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Hashable.h"\
+ "..\..\..\ace\Hashable.inl"\
+ "..\..\..\ace\INET_Addr.h"\
+ "..\..\..\ace\INET_Addr.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\IPC_SAP.h"\
+ "..\..\..\ace\IPC_SAP.i"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Notification_Strategy.h"\
+ "..\..\..\ace\Notification_Strategy.inl"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\SOCK.h"\
+ "..\..\..\ace\SOCK.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SOCK_Dgram.h"\
+ "..\..\..\ace\SOCK_Dgram.i"\
+ "..\..\..\ace\SOCK_IO.h"\
+ "..\..\..\ace\SOCK_IO.i"\
+ "..\..\..\ace\SOCK_Stream.h"\
+ "..\..\..\ace\SOCK_Stream.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Svc_Handler.cpp"\
+ "..\..\..\ace\Svc_Handler.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Acceptor_Impl.cpp"\
+ "..\Acceptor_Impl.h"\
+ "..\Acceptor_Impl.i"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Connection_Handler.h"\
+ "..\Connection_Handler.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\Connector_Registry.h"\
+ "..\Connector_Registry.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\ORB_Table.h"\
+ "..\ORB_Table.inl"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ "..\Wait_Strategy.h"\
+ "..\Wait_Strategy.inl"\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Connector.h"\
+ ".\DIOP_Factory.h"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\DIOP_Profile.cpp
+
+!IF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DIOP_P=\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_P=\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Synch.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\iiop_endpoints.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DIOP_P=\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_P=\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Synch.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\iiop_endpoints.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Release"
+
+DEP_CPP_DIOP_P=\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_P=\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Synch.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\iiop_endpoints.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DIOP_P=\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_P=\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Synch.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\iiop_endpoints.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Release"
+
+DEP_CPP_DIOP_P=\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_P=\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Synch.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\iiop_endpoints.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DIOP_P=\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_P=\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Synch.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\iiop_endpoints.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Release"
+
+DEP_CPP_DIOP_P=\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_P=\
+ "..\..\..\..\CONV_FRAMEC.h"\
+ "..\..\..\..\CONV_FRAMEC.i"\
+ "..\..\..\..\iiop_endpoints.h"\
+ "..\..\..\..\iiop_endpoints.i"\
+ "..\..\..\..\Object_KeyC.h"\
+ "..\..\..\..\Object_KeyC.i"\
+ "..\..\..\..\Profile.h"\
+ "..\..\..\..\Profile.i"\
+ "..\..\..\..\Tagged_Components.h"\
+ "..\..\..\..\Tagged_Components.i"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DIOP_P=\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_P=\
+ "..\..\..\..\CONV_FRAMEC.h"\
+ "..\..\..\..\CONV_FRAMEC.i"\
+ "..\..\..\..\iiop_endpoints.h"\
+ "..\..\..\..\iiop_endpoints.i"\
+ "..\..\..\..\Object_KeyC.h"\
+ "..\..\..\..\Object_KeyC.i"\
+ "..\..\..\..\Profile.h"\
+ "..\..\..\..\Profile.i"\
+ "..\..\..\..\Tagged_Components.h"\
+ "..\..\..\..\Tagged_Components.i"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Release"
+
+DEP_CPP_DIOP_P=\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_P=\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Synch.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\iiop_endpoints.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DIOP_P=\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_P=\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Synch.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\iiop_endpoints.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86) Debug"
+
+DEP_CPP_DIOP_P=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Addr.h"\
+ "..\..\..\ace\Addr.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\INET_Addr.h"\
+ "..\..\..\ace\INET_Addr.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\iiop_endpoints.h"\
+ "..\iiop_endpoints.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\strategies_export.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\DIOP_Transport.cpp
+
+!IF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DIOP_T=\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_T=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Acceptor_Registry.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Base.h"\
+ ".\tao\GIOP_Message_Lite.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\operation_details.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Sync_Strategies.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Mux_Strategy.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DIOP_T=\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_T=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Acceptor_Registry.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Base.h"\
+ ".\tao\GIOP_Message_Lite.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\operation_details.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Sync_Strategies.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Mux_Strategy.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Release"
+
+DEP_CPP_DIOP_T=\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_T=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Acceptor_Registry.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Base.h"\
+ ".\tao\GIOP_Message_Lite.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\operation_details.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Sync_Strategies.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Mux_Strategy.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DIOP_T=\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_T=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Acceptor_Registry.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Base.h"\
+ ".\tao\GIOP_Message_Lite.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\operation_details.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Sync_Strategies.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Mux_Strategy.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Release"
+
+DEP_CPP_DIOP_T=\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_T=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Acceptor_Registry.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Base.h"\
+ ".\tao\GIOP_Message_Lite.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\operation_details.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Sync_Strategies.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Mux_Strategy.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DIOP_T=\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_T=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Acceptor_Registry.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Base.h"\
+ ".\tao\GIOP_Message_Lite.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\operation_details.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Sync_Strategies.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Mux_Strategy.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Release"
+
+DEP_CPP_DIOP_T=\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_T=\
+ "..\..\..\..\Acceptor_Registry.h"\
+ "..\..\..\..\Acceptor_Registry.i"\
+ "..\..\..\..\CONV_FRAMEC.h"\
+ "..\..\..\..\CONV_FRAMEC.i"\
+ "..\..\..\..\GIOP_Message_Base.h"\
+ "..\..\..\..\GIOP_Message_Base.i"\
+ "..\..\..\..\GIOP_Message_Generator_Parser.h"\
+ "..\..\..\..\GIOP_Message_Generator_Parser.inl"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_10.h"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_10.inl"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_11.h"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_11.inl"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_12.h"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_12.inl"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_Impl.h"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_Impl.inl"\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\MProfile.h"\
+ "..\..\..\..\MProfile.i"\
+ "..\..\..\..\Object_KeyC.h"\
+ "..\..\..\..\Object_KeyC.i"\
+ "..\..\..\..\operation_details.h"\
+ "..\..\..\..\operation_details.i"\
+ "..\..\..\..\Profile.h"\
+ "..\..\..\..\Profile.i"\
+ "..\..\..\..\Resume_Handle.h"\
+ "..\..\..\..\Resume_Handle.inl"\
+ "..\..\..\..\Service_Context.h"\
+ "..\..\..\..\Service_Context.inl"\
+ "..\..\..\..\stub.h"\
+ "..\..\..\..\Stub.i"\
+ "..\..\..\..\Sync_Strategies.h"\
+ "..\..\..\..\Sync_Strategies.i"\
+ "..\..\..\..\Tagged_Components.h"\
+ "..\..\..\..\Tagged_Components.i"\
+ "..\..\..\..\TAOC.h"\
+ "..\..\..\..\TAOC.i"\
+ "..\..\..\..\target_specification.h"\
+ "..\..\..\..\target_specification.i"\
+ "..\..\..\..\Timeprobe.h"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Mux_Strategy.h"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\Acceptor_Impl.cpp"\
+ ".\Acceptor_Impl.h"\
+ ".\Acceptor_Impl.i"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\High_Res_Timer.h"\
+ ".\ce\High_Res_Timer.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_Dgram.h"\
+ ".\ce\SOCK_Dgram.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timeprobe.h"\
+ ".\ce\Timeprobe.i"\
+ ".\ce\Timeprobe_T.cpp"\
+ ".\ce\Timeprobe_T.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Handler.h"\
+ ".\Connection_Handler.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\Connector_Registry.h"\
+ ".\Connector_Registry.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Lite.h"\
+ ".\GIOP_Message_Lite.i"\
+ ".\GIOP_Message_State.h"\
+ ".\GIOP_Message_State.inl"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\GIOP_Utils.h"\
+ ".\GIOP_Utils.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\ORB_Table.h"\
+ ".\ORB_Table.inl"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging.h"\
+ ".\Pluggable_Messaging.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DIOP_T=\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_T=\
+ "..\..\..\..\Acceptor_Registry.h"\
+ "..\..\..\..\Acceptor_Registry.i"\
+ "..\..\..\..\CONV_FRAMEC.h"\
+ "..\..\..\..\CONV_FRAMEC.i"\
+ "..\..\..\..\GIOP_Message_Base.h"\
+ "..\..\..\..\GIOP_Message_Base.i"\
+ "..\..\..\..\GIOP_Message_Generator_Parser.h"\
+ "..\..\..\..\GIOP_Message_Generator_Parser.inl"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_10.h"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_10.inl"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_11.h"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_11.inl"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_12.h"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_12.inl"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_Impl.h"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_Impl.inl"\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\MProfile.h"\
+ "..\..\..\..\MProfile.i"\
+ "..\..\..\..\Object_KeyC.h"\
+ "..\..\..\..\Object_KeyC.i"\
+ "..\..\..\..\operation_details.h"\
+ "..\..\..\..\operation_details.i"\
+ "..\..\..\..\Profile.h"\
+ "..\..\..\..\Profile.i"\
+ "..\..\..\..\Resume_Handle.h"\
+ "..\..\..\..\Resume_Handle.inl"\
+ "..\..\..\..\Service_Context.h"\
+ "..\..\..\..\Service_Context.inl"\
+ "..\..\..\..\stub.h"\
+ "..\..\..\..\Stub.i"\
+ "..\..\..\..\Sync_Strategies.h"\
+ "..\..\..\..\Sync_Strategies.i"\
+ "..\..\..\..\Tagged_Components.h"\
+ "..\..\..\..\Tagged_Components.i"\
+ "..\..\..\..\TAOC.h"\
+ "..\..\..\..\TAOC.i"\
+ "..\..\..\..\target_specification.h"\
+ "..\..\..\..\target_specification.i"\
+ "..\..\..\..\Timeprobe.h"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Mux_Strategy.h"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\Acceptor_Impl.cpp"\
+ ".\Acceptor_Impl.h"\
+ ".\Acceptor_Impl.i"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\High_Res_Timer.h"\
+ ".\ce\High_Res_Timer.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_Dgram.h"\
+ ".\ce\SOCK_Dgram.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timeprobe.h"\
+ ".\ce\Timeprobe.i"\
+ ".\ce\Timeprobe_T.cpp"\
+ ".\ce\Timeprobe_T.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Handler.h"\
+ ".\Connection_Handler.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\Connector_Registry.h"\
+ ".\Connector_Registry.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Lite.h"\
+ ".\GIOP_Message_Lite.i"\
+ ".\GIOP_Message_State.h"\
+ ".\GIOP_Message_State.inl"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\GIOP_Utils.h"\
+ ".\GIOP_Utils.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\ORB_Table.h"\
+ ".\ORB_Table.inl"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging.h"\
+ ".\Pluggable_Messaging.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Release"
+
+DEP_CPP_DIOP_T=\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_T=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Acceptor_Registry.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Base.h"\
+ ".\tao\GIOP_Message_Lite.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\operation_details.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Sync_Strategies.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Mux_Strategy.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DIOP_T=\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_DIOP_T=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\SOCK_Dgram.h"\
+ ".\ace\SOCK_Stream.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Acceptor_Registry.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Base.h"\
+ ".\tao\GIOP_Message_Lite.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\operation_details.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Sync_Strategies.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Mux_Strategy.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86) Debug"
+
+DEP_CPP_DIOP_T=\
+ "..\..\..\ace\Acceptor.cpp"\
+ "..\..\..\ace\Acceptor.h"\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Addr.h"\
+ "..\..\..\ace\Addr.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Connection_Recycling_Strategy.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Dynamic.h"\
+ "..\..\..\ace\Dynamic.i"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Hashable.h"\
+ "..\..\..\ace\Hashable.inl"\
+ "..\..\..\ace\High_Res_Timer.h"\
+ "..\..\..\ace\High_Res_Timer.i"\
+ "..\..\..\ace\INET_Addr.h"\
+ "..\..\..\ace\INET_Addr.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\IPC_SAP.h"\
+ "..\..\..\ace\IPC_SAP.i"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Notification_Strategy.h"\
+ "..\..\..\ace\Notification_Strategy.inl"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\SOCK.h"\
+ "..\..\..\ace\SOCK.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SOCK_Dgram.h"\
+ "..\..\..\ace\SOCK_Dgram.i"\
+ "..\..\..\ace\SOCK_IO.h"\
+ "..\..\..\ace\SOCK_IO.i"\
+ "..\..\..\ace\SOCK_Stream.h"\
+ "..\..\..\ace\SOCK_Stream.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Svc_Handler.cpp"\
+ "..\..\..\ace\Svc_Handler.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timeprobe.h"\
+ "..\..\..\ace\Timeprobe.i"\
+ "..\..\..\ace\Timeprobe_T.cpp"\
+ "..\..\..\ace\Timeprobe_T.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Acceptor_Impl.cpp"\
+ "..\Acceptor_Impl.h"\
+ "..\Acceptor_Impl.i"\
+ "..\Acceptor_Registry.h"\
+ "..\Acceptor_Registry.i"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Connection_Handler.h"\
+ "..\Connection_Handler.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\Connector_Registry.h"\
+ "..\Connector_Registry.i"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Base.h"\
+ "..\GIOP_Message_Base.i"\
+ "..\GIOP_Message_Generator_Parser.h"\
+ "..\GIOP_Message_Generator_Parser.inl"\
+ "..\GIOP_Message_Generator_Parser_10.h"\
+ "..\GIOP_Message_Generator_Parser_10.inl"\
+ "..\GIOP_Message_Generator_Parser_11.h"\
+ "..\GIOP_Message_Generator_Parser_11.inl"\
+ "..\GIOP_Message_Generator_Parser_12.h"\
+ "..\GIOP_Message_Generator_Parser_12.inl"\
+ "..\GIOP_Message_Generator_Parser_Impl.h"\
+ "..\GIOP_Message_Generator_Parser_Impl.inl"\
+ "..\GIOP_Message_Lite.h"\
+ "..\GIOP_Message_Lite.i"\
+ "..\GIOP_Message_State.h"\
+ "..\GIOP_Message_State.inl"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\GIOP_Utils.h"\
+ "..\GIOP_Utils.i"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\operation_details.h"\
+ "..\operation_details.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\ORB_Table.h"\
+ "..\ORB_Table.inl"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Pluggable_Messaging.h"\
+ "..\Pluggable_Messaging.i"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\Resume_Handle.h"\
+ "..\Resume_Handle.inl"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Sync_Strategies.h"\
+ "..\Sync_Strategies.i"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TAOC.h"\
+ "..\TAOC.i"\
+ "..\target_specification.h"\
+ "..\target_specification.i"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\Timeprobe.h"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Mux_Strategy.h"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ "..\Wait_Strategy.h"\
+ "..\Wait_Strategy.inl"\
+ ".\DIOP_Acceptor.h"\
+ ".\DIOP_Acceptor.i"\
+ ".\DIOP_Connection_Handler.h"\
+ ".\DIOP_Connection_Handler.i"\
+ ".\DIOP_Endpoint.h"\
+ ".\DIOP_Endpoint.i"\
+ ".\DIOP_Profile.h"\
+ ".\DIOP_Profile.i"\
+ ".\DIOP_Transport.h"\
+ ".\DIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\FIFO_Connection_Purging_Strategy.cpp
+
+!IF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Release"
+
+DEP_CPP_FIFO_=\
+ ".\FIFO_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_FIFO_=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Connection_Purging_Strategy.h"\
+ ".\tao\Transport.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_FIFO_=\
+ ".\FIFO_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_FIFO_=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Connection_Purging_Strategy.h"\
+ ".\tao\Transport.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Release"
+
+DEP_CPP_FIFO_=\
+ ".\FIFO_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_FIFO_=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Connection_Purging_Strategy.h"\
+ ".\tao\Transport.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Debug"
+
+DEP_CPP_FIFO_=\
+ ".\FIFO_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_FIFO_=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Connection_Purging_Strategy.h"\
+ ".\tao\Transport.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Release"
+
+DEP_CPP_FIFO_=\
+ ".\FIFO_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_FIFO_=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Connection_Purging_Strategy.h"\
+ ".\tao\Transport.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Debug"
+
+DEP_CPP_FIFO_=\
+ ".\FIFO_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_FIFO_=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Connection_Purging_Strategy.h"\
+ ".\tao\Transport.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Release"
+
+DEP_CPP_FIFO_=\
+ ".\FIFO_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_FIFO_=\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\TAO_Export.h"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Debug"
+
+DEP_CPP_FIFO_=\
+ ".\FIFO_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_FIFO_=\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\TAO_Export.h"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Release"
+
+DEP_CPP_FIFO_=\
+ ".\FIFO_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_FIFO_=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Connection_Purging_Strategy.h"\
+ ".\tao\Transport.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Debug"
+
+DEP_CPP_FIFO_=\
+ ".\FIFO_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_FIFO_=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Connection_Purging_Strategy.h"\
+ ".\tao\Transport.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86) Debug"
+
+DEP_CPP_FIFO_=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\orbconf.h"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\TAO_Export.h"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\varbase.h"\
+ ".\FIFO_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\LF_Strategy_Null.cpp
+
+!IF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Release"
+
+DEP_CPP_LF_ST=\
+ ".\LF_Strategy_Null.h"\
+ ".\LF_Strategy_Null.inl"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_LF_ST=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\LF_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_LF_ST=\
+ ".\LF_Strategy_Null.h"\
+ ".\LF_Strategy_Null.inl"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_LF_ST=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\LF_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Release"
+
+DEP_CPP_LF_ST=\
+ ".\LF_Strategy_Null.h"\
+ ".\LF_Strategy_Null.inl"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_LF_ST=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\LF_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Debug"
+
+DEP_CPP_LF_ST=\
+ ".\LF_Strategy_Null.h"\
+ ".\LF_Strategy_Null.inl"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_LF_ST=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\LF_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Release"
+
+DEP_CPP_LF_ST=\
+ ".\LF_Strategy_Null.h"\
+ ".\LF_Strategy_Null.inl"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_LF_ST=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\LF_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Debug"
+
+DEP_CPP_LF_ST=\
+ ".\LF_Strategy_Null.h"\
+ ".\LF_Strategy_Null.inl"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_LF_ST=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\LF_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Release"
+
+DEP_CPP_LF_ST=\
+ ".\LF_Strategy_Null.h"\
+ ".\LF_Strategy_Null.inl"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_LF_ST=\
+ "..\..\..\..\LF_Strategy.h"\
+ "..\..\..\..\LF_Strategy.inl"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\streams.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\orbconf.h"\
+ ".\TAO_Export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Debug"
+
+DEP_CPP_LF_ST=\
+ ".\LF_Strategy_Null.h"\
+ ".\LF_Strategy_Null.inl"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_LF_ST=\
+ "..\..\..\..\LF_Strategy.h"\
+ "..\..\..\..\LF_Strategy.inl"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\streams.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\orbconf.h"\
+ ".\TAO_Export.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Release"
+
+DEP_CPP_LF_ST=\
+ ".\LF_Strategy_Null.h"\
+ ".\LF_Strategy_Null.inl"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_LF_ST=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\LF_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Debug"
+
+DEP_CPP_LF_ST=\
+ ".\LF_Strategy_Null.h"\
+ ".\LF_Strategy_Null.inl"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_LF_ST=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\LF_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86) Debug"
+
+DEP_CPP_LF_ST=\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\LF_Strategy.h"\
+ "..\LF_Strategy.inl"\
+ "..\TAO_Export.h"\
+ ".\LF_Strategy_Null.h"\
+ ".\LF_Strategy_Null.inl"\
+ ".\strategies_export.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\LFU_Connection_Purging_Strategy.cpp
+
+!IF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Release"
+
+DEP_CPP_LFU_C=\
+ ".\LFU_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_LFU_C=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Connection_Purging_Strategy.h"\
+ ".\tao\Transport.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_LFU_C=\
+ ".\LFU_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_LFU_C=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Connection_Purging_Strategy.h"\
+ ".\tao\Transport.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Release"
+
+DEP_CPP_LFU_C=\
+ ".\LFU_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_LFU_C=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Connection_Purging_Strategy.h"\
+ ".\tao\Transport.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Debug"
+
+DEP_CPP_LFU_C=\
+ ".\LFU_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_LFU_C=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Connection_Purging_Strategy.h"\
+ ".\tao\Transport.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Release"
+
+DEP_CPP_LFU_C=\
+ ".\LFU_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_LFU_C=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Connection_Purging_Strategy.h"\
+ ".\tao\Transport.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Debug"
+
+DEP_CPP_LFU_C=\
+ ".\LFU_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_LFU_C=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Connection_Purging_Strategy.h"\
+ ".\tao\Transport.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Release"
+
+DEP_CPP_LFU_C=\
+ ".\LFU_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_LFU_C=\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\TAO_Export.h"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Debug"
+
+DEP_CPP_LFU_C=\
+ ".\LFU_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_LFU_C=\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\TAO_Export.h"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Release"
+
+DEP_CPP_LFU_C=\
+ ".\LFU_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_LFU_C=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Connection_Purging_Strategy.h"\
+ ".\tao\Transport.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Debug"
+
+DEP_CPP_LFU_C=\
+ ".\LFU_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_LFU_C=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Connection_Purging_Strategy.h"\
+ ".\tao\Transport.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86) Debug"
+
+DEP_CPP_LFU_C=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\orbconf.h"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\TAO_Export.h"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\varbase.h"\
+ ".\LFU_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\NULL_Connection_Purging_Strategy.cpp
+
+!IF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Release"
+
+DEP_CPP_NULL_=\
+ ".\NULL_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_NULL_=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Connection_Purging_Strategy.h"\
+ ".\tao\Transport.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_NULL_=\
+ ".\NULL_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_NULL_=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Connection_Purging_Strategy.h"\
+ ".\tao\Transport.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Release"
+
+DEP_CPP_NULL_=\
+ ".\NULL_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_NULL_=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Connection_Purging_Strategy.h"\
+ ".\tao\Transport.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Debug"
+
+DEP_CPP_NULL_=\
+ ".\NULL_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_NULL_=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Connection_Purging_Strategy.h"\
+ ".\tao\Transport.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Release"
+
+DEP_CPP_NULL_=\
+ ".\NULL_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_NULL_=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Connection_Purging_Strategy.h"\
+ ".\tao\Transport.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Debug"
+
+DEP_CPP_NULL_=\
+ ".\NULL_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_NULL_=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Connection_Purging_Strategy.h"\
+ ".\tao\Transport.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Release"
+
+DEP_CPP_NULL_=\
+ ".\NULL_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_NULL_=\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\TAO_Export.h"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Debug"
+
+DEP_CPP_NULL_=\
+ ".\NULL_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_NULL_=\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\TAO_Export.h"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Release"
+
+DEP_CPP_NULL_=\
+ ".\NULL_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_NULL_=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Connection_Purging_Strategy.h"\
+ ".\tao\Transport.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Debug"
+
+DEP_CPP_NULL_=\
+ ".\NULL_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_NULL_=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Connection_Purging_Strategy.h"\
+ ".\tao\Transport.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86) Debug"
+
+DEP_CPP_NULL_=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\orbconf.h"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\TAO_Export.h"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\varbase.h"\
+ ".\NULL_Connection_Purging_Strategy.h"\
+ ".\strategies_export.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\SHMIOP_Acceptor.cpp
+
+!IF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SHMIO=\
+ ".\SHMIOP_Acceptor.h"\
+ ".\SHMIOP_Acceptor.i"\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIO=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Acceptor.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SHMIO=\
+ ".\SHMIOP_Acceptor.h"\
+ ".\SHMIOP_Acceptor.i"\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIO=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Acceptor.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Release"
+
+DEP_CPP_SHMIO=\
+ ".\SHMIOP_Acceptor.h"\
+ ".\SHMIOP_Acceptor.i"\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIO=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Acceptor.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SHMIO=\
+ ".\SHMIOP_Acceptor.h"\
+ ".\SHMIOP_Acceptor.i"\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIO=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Acceptor.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Release"
+
+DEP_CPP_SHMIO=\
+ ".\SHMIOP_Acceptor.h"\
+ ".\SHMIOP_Acceptor.i"\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIO=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Acceptor.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SHMIO=\
+ ".\SHMIOP_Acceptor.h"\
+ ".\SHMIOP_Acceptor.i"\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIO=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Acceptor.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Release"
+
+DEP_CPP_SHMIO=\
+ ".\SHMIOP_Acceptor.h"\
+ ".\SHMIOP_Acceptor.i"\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIO=\
+ "..\..\..\..\CONV_FRAMEC.h"\
+ "..\..\..\..\CONV_FRAMEC.i"\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\MProfile.h"\
+ "..\..\..\..\MProfile.i"\
+ "..\..\..\..\Object_KeyC.h"\
+ "..\..\..\..\Object_KeyC.i"\
+ "..\..\..\..\Profile.h"\
+ "..\..\..\..\Profile.i"\
+ "..\..\..\..\Tagged_Components.h"\
+ "..\..\..\..\Tagged_Components.i"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\Acceptor_Impl.cpp"\
+ ".\Acceptor_Impl.h"\
+ ".\Acceptor_Impl.i"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Based_Pointer_Repository.h"\
+ ".\ce\Based_Pointer_T.cpp"\
+ ".\ce\Based_Pointer_T.h"\
+ ".\ce\Based_Pointer_T.i"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\MEM_Acceptor.h"\
+ ".\ce\MEM_Acceptor.i"\
+ ".\ce\MEM_Addr.h"\
+ ".\ce\MEM_Addr.i"\
+ ".\ce\MEM_IO.h"\
+ ".\ce\MEM_IO.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\MEM_SAP.h"\
+ ".\ce\MEM_SAP.i"\
+ ".\ce\MEM_Stream.h"\
+ ".\ce\MEM_Stream.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\PI_Malloc.h"\
+ ".\ce\PI_Malloc.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\SOCK_Acceptor.h"\
+ ".\ce\SOCK_Acceptor.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Time_Value.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Handler.h"\
+ ".\Connection_Handler.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\Connector_Registry.h"\
+ ".\Connector_Registry.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\ORB_Table.h"\
+ ".\ORB_Table.inl"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SHMIO=\
+ ".\SHMIOP_Acceptor.h"\
+ ".\SHMIOP_Acceptor.i"\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIO=\
+ "..\..\..\..\CONV_FRAMEC.h"\
+ "..\..\..\..\CONV_FRAMEC.i"\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\MProfile.h"\
+ "..\..\..\..\MProfile.i"\
+ "..\..\..\..\Object_KeyC.h"\
+ "..\..\..\..\Object_KeyC.i"\
+ "..\..\..\..\Profile.h"\
+ "..\..\..\..\Profile.i"\
+ "..\..\..\..\Tagged_Components.h"\
+ "..\..\..\..\Tagged_Components.i"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\Acceptor_Impl.cpp"\
+ ".\Acceptor_Impl.h"\
+ ".\Acceptor_Impl.i"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Based_Pointer_Repository.h"\
+ ".\ce\Based_Pointer_T.cpp"\
+ ".\ce\Based_Pointer_T.h"\
+ ".\ce\Based_Pointer_T.i"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\MEM_Acceptor.h"\
+ ".\ce\MEM_Acceptor.i"\
+ ".\ce\MEM_Addr.h"\
+ ".\ce\MEM_Addr.i"\
+ ".\ce\MEM_IO.h"\
+ ".\ce\MEM_IO.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\MEM_SAP.h"\
+ ".\ce\MEM_SAP.i"\
+ ".\ce\MEM_Stream.h"\
+ ".\ce\MEM_Stream.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\PI_Malloc.h"\
+ ".\ce\PI_Malloc.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\SOCK_Acceptor.h"\
+ ".\ce\SOCK_Acceptor.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Time_Value.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Handler.h"\
+ ".\Connection_Handler.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\Connector_Registry.h"\
+ ".\Connector_Registry.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\ORB_Table.h"\
+ ".\ORB_Table.inl"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Release"
+
+DEP_CPP_SHMIO=\
+ ".\SHMIOP_Acceptor.h"\
+ ".\SHMIOP_Acceptor.i"\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIO=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Acceptor.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SHMIO=\
+ ".\SHMIOP_Acceptor.h"\
+ ".\SHMIOP_Acceptor.i"\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIO=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Acceptor.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86) Debug"
+
+DEP_CPP_SHMIO=\
+ "..\..\..\ace\Acceptor.cpp"\
+ "..\..\..\ace\Acceptor.h"\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Addr.h"\
+ "..\..\..\ace\Addr.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Based_Pointer_Repository.h"\
+ "..\..\..\ace\Based_Pointer_T.cpp"\
+ "..\..\..\ace\Based_Pointer_T.h"\
+ "..\..\..\ace\Based_Pointer_T.i"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Connection_Recycling_Strategy.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Dynamic.h"\
+ "..\..\..\ace\Dynamic.i"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Hashable.h"\
+ "..\..\..\ace\Hashable.inl"\
+ "..\..\..\ace\INET_Addr.h"\
+ "..\..\..\ace\INET_Addr.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\IPC_SAP.h"\
+ "..\..\..\ace\IPC_SAP.i"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\MEM_Acceptor.h"\
+ "..\..\..\ace\MEM_Acceptor.i"\
+ "..\..\..\ace\MEM_Addr.h"\
+ "..\..\..\ace\MEM_Addr.i"\
+ "..\..\..\ace\MEM_IO.h"\
+ "..\..\..\ace\MEM_IO.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\MEM_SAP.h"\
+ "..\..\..\ace\MEM_SAP.i"\
+ "..\..\..\ace\MEM_Stream.h"\
+ "..\..\..\ace\MEM_Stream.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Notification_Strategy.h"\
+ "..\..\..\ace\Notification_Strategy.inl"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_QoS.h"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\PI_Malloc.h"\
+ "..\..\..\ace\PI_Malloc.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\SOCK.h"\
+ "..\..\..\ace\SOCK.i"\
+ "..\..\..\ace\SOCK_Acceptor.h"\
+ "..\..\..\ace\SOCK_Acceptor.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SOCK_IO.h"\
+ "..\..\..\ace\SOCK_IO.i"\
+ "..\..\..\ace\SOCK_Stream.h"\
+ "..\..\..\ace\SOCK_Stream.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Svc_Handler.cpp"\
+ "..\..\..\ace\Svc_Handler.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Time_Value.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Acceptor_Impl.cpp"\
+ "..\Acceptor_Impl.h"\
+ "..\Acceptor_Impl.i"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Connection_Handler.h"\
+ "..\Connection_Handler.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\Connector_Registry.h"\
+ "..\Connector_Registry.i"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\ORB_Table.h"\
+ "..\ORB_Table.inl"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ "..\Wait_Strategy.h"\
+ "..\Wait_Strategy.inl"\
+ ".\SHMIOP_Acceptor.h"\
+ ".\SHMIOP_Acceptor.i"\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\SHMIOP_Connection_Handler.cpp
+
+!IF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SHMIOP=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Messaging_Policy_i.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SHMIOP=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Messaging_Policy_i.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Release"
+
+DEP_CPP_SHMIOP=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Messaging_Policy_i.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SHMIOP=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Messaging_Policy_i.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Release"
+
+DEP_CPP_SHMIOP=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Messaging_Policy_i.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SHMIOP=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Messaging_Policy_i.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Release"
+
+DEP_CPP_SHMIOP=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP=\
+ "..\..\..\..\Base_Transport_Property.h"\
+ "..\..\..\..\Base_Transport_Property.inl"\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Messaging_Policy_i.h"\
+ "..\..\..\..\Messaging_Policy_i.i"\
+ "..\..\..\..\Resume_Handle.h"\
+ "..\..\..\..\Resume_Handle.inl"\
+ "..\..\..\..\Timeprobe.h"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Based_Pointer_Repository.h"\
+ ".\ce\Based_Pointer_T.cpp"\
+ ".\ce\Based_Pointer_T.h"\
+ ".\ce\Based_Pointer_T.i"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\High_Res_Timer.h"\
+ ".\ce\High_Res_Timer.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\MEM_Addr.h"\
+ ".\ce\MEM_Addr.i"\
+ ".\ce\MEM_IO.h"\
+ ".\ce\MEM_IO.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\MEM_SAP.h"\
+ ".\ce\MEM_SAP.i"\
+ ".\ce\MEM_Stream.h"\
+ ".\ce\MEM_Stream.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\PI_Malloc.h"\
+ ".\ce\PI_Malloc.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timeprobe.h"\
+ ".\ce\Timeprobe.i"\
+ ".\ce\Timeprobe_T.cpp"\
+ ".\ce\Timeprobe_T.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Handler.h"\
+ ".\Connection_Handler.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SHMIOP=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP=\
+ "..\..\..\..\Base_Transport_Property.h"\
+ "..\..\..\..\Base_Transport_Property.inl"\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Messaging_Policy_i.h"\
+ "..\..\..\..\Messaging_Policy_i.i"\
+ "..\..\..\..\Resume_Handle.h"\
+ "..\..\..\..\Resume_Handle.inl"\
+ "..\..\..\..\Timeprobe.h"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Based_Pointer_Repository.h"\
+ ".\ce\Based_Pointer_T.cpp"\
+ ".\ce\Based_Pointer_T.h"\
+ ".\ce\Based_Pointer_T.i"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\High_Res_Timer.h"\
+ ".\ce\High_Res_Timer.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\MEM_Addr.h"\
+ ".\ce\MEM_Addr.i"\
+ ".\ce\MEM_IO.h"\
+ ".\ce\MEM_IO.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\MEM_SAP.h"\
+ ".\ce\MEM_SAP.i"\
+ ".\ce\MEM_Stream.h"\
+ ".\ce\MEM_Stream.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\PI_Malloc.h"\
+ ".\ce\PI_Malloc.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timeprobe.h"\
+ ".\ce\Timeprobe.i"\
+ ".\ce\Timeprobe_T.cpp"\
+ ".\ce\Timeprobe_T.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Handler.h"\
+ ".\Connection_Handler.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Release"
+
+DEP_CPP_SHMIOP=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Messaging_Policy_i.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SHMIOP=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Messaging_Policy_i.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86) Debug"
+
+DEP_CPP_SHMIOP=\
+ "..\..\..\ace\Acceptor.cpp"\
+ "..\..\..\ace\Acceptor.h"\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Addr.h"\
+ "..\..\..\ace\Addr.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Based_Pointer_Repository.h"\
+ "..\..\..\ace\Based_Pointer_T.cpp"\
+ "..\..\..\ace\Based_Pointer_T.h"\
+ "..\..\..\ace\Based_Pointer_T.i"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Connection_Recycling_Strategy.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Dynamic.h"\
+ "..\..\..\ace\Dynamic.i"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Hashable.h"\
+ "..\..\..\ace\Hashable.inl"\
+ "..\..\..\ace\High_Res_Timer.h"\
+ "..\..\..\ace\High_Res_Timer.i"\
+ "..\..\..\ace\INET_Addr.h"\
+ "..\..\..\ace\INET_Addr.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\IPC_SAP.h"\
+ "..\..\..\ace\IPC_SAP.i"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\MEM_Addr.h"\
+ "..\..\..\ace\MEM_Addr.i"\
+ "..\..\..\ace\MEM_IO.h"\
+ "..\..\..\ace\MEM_IO.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\MEM_SAP.h"\
+ "..\..\..\ace\MEM_SAP.i"\
+ "..\..\..\ace\MEM_Stream.h"\
+ "..\..\..\ace\MEM_Stream.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Notification_Strategy.h"\
+ "..\..\..\ace\Notification_Strategy.inl"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\PI_Malloc.h"\
+ "..\..\..\ace\PI_Malloc.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\SOCK.h"\
+ "..\..\..\ace\SOCK.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Svc_Handler.cpp"\
+ "..\..\..\ace\Svc_Handler.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timeprobe.h"\
+ "..\..\..\ace\Timeprobe.i"\
+ "..\..\..\ace\Timeprobe_T.cpp"\
+ "..\..\..\ace\Timeprobe_T.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Base_Transport_Property.h"\
+ "..\Base_Transport_Property.inl"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Connection_Handler.h"\
+ "..\Connection_Handler.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\Resume_Handle.h"\
+ "..\Resume_Handle.inl"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\Timeprobe.h"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ "..\Wait_Strategy.h"\
+ "..\Wait_Strategy.inl"\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\SHMIOP_Connector.cpp
+
+!IF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SHMIOP_=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Connector.h"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_=\
+ ".\ace\Acceptor.h"\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Connector.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\Client_Strategy_Factory.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SHMIOP_=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Connector.h"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_=\
+ ".\ace\Acceptor.h"\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Connector.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\Client_Strategy_Factory.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Release"
+
+DEP_CPP_SHMIOP_=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Connector.h"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_=\
+ ".\ace\Acceptor.h"\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Connector.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\Client_Strategy_Factory.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SHMIOP_=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Connector.h"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_=\
+ ".\ace\Acceptor.h"\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Connector.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\Client_Strategy_Factory.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Release"
+
+DEP_CPP_SHMIOP_=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Connector.h"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_=\
+ ".\ace\Acceptor.h"\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Connector.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\Client_Strategy_Factory.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SHMIOP_=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Connector.h"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_=\
+ ".\ace\Acceptor.h"\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Connector.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\Client_Strategy_Factory.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Release"
+
+DEP_CPP_SHMIOP_=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Connector.h"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_=\
+ "..\..\..\..\Base_Transport_Property.h"\
+ "..\..\..\..\Base_Transport_Property.inl"\
+ "..\..\..\..\Client_Strategy_Factory.h"\
+ "..\..\..\..\Connector_Impl.cpp"\
+ "..\..\..\..\Connector_Impl.h"\
+ "..\..\..\..\Connector_Impl.inl"\
+ "..\..\..\..\CONV_FRAMEC.h"\
+ "..\..\..\..\CONV_FRAMEC.i"\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Invocation.h"\
+ "..\..\..\..\Invocation.i"\
+ "..\..\..\..\Invocation_Endpoint_Selectors.h"\
+ "..\..\..\..\Invocation_Endpoint_Selectors.i"\
+ "..\..\..\..\LF_Event.h"\
+ "..\..\..\..\LF_Event.inl"\
+ "..\..\..\..\MProfile.h"\
+ "..\..\..\..\MProfile.i"\
+ "..\..\..\..\Object_KeyC.h"\
+ "..\..\..\..\Object_KeyC.i"\
+ "..\..\..\..\operation_details.h"\
+ "..\..\..\..\operation_details.i"\
+ "..\..\..\..\Profile.h"\
+ "..\..\..\..\Profile.i"\
+ "..\..\..\..\Reply_Dispatcher.h"\
+ "..\..\..\..\Reply_Dispatcher.i"\
+ "..\..\..\..\Service_Context.h"\
+ "..\..\..\..\Service_Context.inl"\
+ "..\..\..\..\stub.h"\
+ "..\..\..\..\Stub.i"\
+ "..\..\..\..\Synch_Reply_Dispatcher.h"\
+ "..\..\..\..\Tagged_Components.h"\
+ "..\..\..\..\Tagged_Components.i"\
+ "..\..\..\..\TAOC.h"\
+ "..\..\..\..\TAOC.i"\
+ "..\..\..\..\target_specification.h"\
+ "..\..\..\..\target_specification.i"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Auto_Ptr.cpp"\
+ ".\ce\Auto_Ptr.h"\
+ ".\ce\Auto_Ptr.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Based_Pointer_Repository.h"\
+ ".\ce\Based_Pointer_T.cpp"\
+ ".\ce\Based_Pointer_T.h"\
+ ".\ce\Based_Pointer_T.i"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Connector.cpp"\
+ ".\ce\Connector.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\MEM_Addr.h"\
+ ".\ce\MEM_Addr.i"\
+ ".\ce\MEM_Connector.h"\
+ ".\ce\MEM_Connector.i"\
+ ".\ce\MEM_IO.h"\
+ ".\ce\MEM_IO.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\MEM_SAP.h"\
+ ".\ce\MEM_SAP.i"\
+ ".\ce\MEM_Stream.h"\
+ ".\ce\MEM_Stream.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\PI_Malloc.h"\
+ ".\ce\PI_Malloc.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_Connector.h"\
+ ".\ce\SOCK_Connector.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Time_Value.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Handler.h"\
+ ".\Connection_Handler.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SHMIOP_=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Connector.h"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_=\
+ "..\..\..\..\Base_Transport_Property.h"\
+ "..\..\..\..\Base_Transport_Property.inl"\
+ "..\..\..\..\Client_Strategy_Factory.h"\
+ "..\..\..\..\Connector_Impl.cpp"\
+ "..\..\..\..\Connector_Impl.h"\
+ "..\..\..\..\Connector_Impl.inl"\
+ "..\..\..\..\CONV_FRAMEC.h"\
+ "..\..\..\..\CONV_FRAMEC.i"\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Invocation.h"\
+ "..\..\..\..\Invocation.i"\
+ "..\..\..\..\Invocation_Endpoint_Selectors.h"\
+ "..\..\..\..\Invocation_Endpoint_Selectors.i"\
+ "..\..\..\..\LF_Event.h"\
+ "..\..\..\..\LF_Event.inl"\
+ "..\..\..\..\MProfile.h"\
+ "..\..\..\..\MProfile.i"\
+ "..\..\..\..\Object_KeyC.h"\
+ "..\..\..\..\Object_KeyC.i"\
+ "..\..\..\..\operation_details.h"\
+ "..\..\..\..\operation_details.i"\
+ "..\..\..\..\Profile.h"\
+ "..\..\..\..\Profile.i"\
+ "..\..\..\..\Reply_Dispatcher.h"\
+ "..\..\..\..\Reply_Dispatcher.i"\
+ "..\..\..\..\Service_Context.h"\
+ "..\..\..\..\Service_Context.inl"\
+ "..\..\..\..\stub.h"\
+ "..\..\..\..\Stub.i"\
+ "..\..\..\..\Synch_Reply_Dispatcher.h"\
+ "..\..\..\..\Tagged_Components.h"\
+ "..\..\..\..\Tagged_Components.i"\
+ "..\..\..\..\TAOC.h"\
+ "..\..\..\..\TAOC.i"\
+ "..\..\..\..\target_specification.h"\
+ "..\..\..\..\target_specification.i"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Auto_Ptr.cpp"\
+ ".\ce\Auto_Ptr.h"\
+ ".\ce\Auto_Ptr.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Based_Pointer_Repository.h"\
+ ".\ce\Based_Pointer_T.cpp"\
+ ".\ce\Based_Pointer_T.h"\
+ ".\ce\Based_Pointer_T.i"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Connector.cpp"\
+ ".\ce\Connector.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\MEM_Addr.h"\
+ ".\ce\MEM_Addr.i"\
+ ".\ce\MEM_Connector.h"\
+ ".\ce\MEM_Connector.i"\
+ ".\ce\MEM_IO.h"\
+ ".\ce\MEM_IO.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\MEM_SAP.h"\
+ ".\ce\MEM_SAP.i"\
+ ".\ce\MEM_Stream.h"\
+ ".\ce\MEM_Stream.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\PI_Malloc.h"\
+ ".\ce\PI_Malloc.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_Connector.h"\
+ ".\ce\SOCK_Connector.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Time_Value.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Handler.h"\
+ ".\Connection_Handler.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Release"
+
+DEP_CPP_SHMIOP_=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Connector.h"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_=\
+ ".\ace\Acceptor.h"\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Connector.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\Client_Strategy_Factory.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SHMIOP_=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Connector.h"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_=\
+ ".\ace\Acceptor.h"\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Connector.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\Client_Strategy_Factory.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86) Debug"
+
+DEP_CPP_SHMIOP_=\
+ "..\..\..\ace\Acceptor.cpp"\
+ "..\..\..\ace\Acceptor.h"\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Addr.h"\
+ "..\..\..\ace\Addr.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Based_Pointer_Repository.h"\
+ "..\..\..\ace\Based_Pointer_T.cpp"\
+ "..\..\..\ace\Based_Pointer_T.h"\
+ "..\..\..\ace\Based_Pointer_T.i"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Connection_Recycling_Strategy.h"\
+ "..\..\..\ace\Connector.cpp"\
+ "..\..\..\ace\Connector.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Dynamic.h"\
+ "..\..\..\ace\Dynamic.i"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Hashable.h"\
+ "..\..\..\ace\Hashable.inl"\
+ "..\..\..\ace\INET_Addr.h"\
+ "..\..\..\ace\INET_Addr.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\IPC_SAP.h"\
+ "..\..\..\ace\IPC_SAP.i"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\MEM_Addr.h"\
+ "..\..\..\ace\MEM_Addr.i"\
+ "..\..\..\ace\MEM_Connector.h"\
+ "..\..\..\ace\MEM_Connector.i"\
+ "..\..\..\ace\MEM_IO.h"\
+ "..\..\..\ace\MEM_IO.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\MEM_SAP.h"\
+ "..\..\..\ace\MEM_SAP.i"\
+ "..\..\..\ace\MEM_Stream.h"\
+ "..\..\..\ace\MEM_Stream.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Notification_Strategy.h"\
+ "..\..\..\ace\Notification_Strategy.inl"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\PI_Malloc.h"\
+ "..\..\..\ace\PI_Malloc.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\SOCK.h"\
+ "..\..\..\ace\SOCK.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SOCK_Connector.h"\
+ "..\..\..\ace\SOCK_Connector.i"\
+ "..\..\..\ace\SOCK_IO.h"\
+ "..\..\..\ace\SOCK_IO.i"\
+ "..\..\..\ace\SOCK_Stream.h"\
+ "..\..\..\ace\SOCK_Stream.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Svc_Handler.cpp"\
+ "..\..\..\ace\Svc_Handler.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Time_Value.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Base_Transport_Property.h"\
+ "..\Base_Transport_Property.inl"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Client_Strategy_Factory.h"\
+ "..\Connection_Handler.h"\
+ "..\Connection_Handler.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\Connector_Impl.cpp"\
+ "..\Connector_Impl.h"\
+ "..\Connector_Impl.inl"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\Invocation.h"\
+ "..\Invocation.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LF_Event.h"\
+ "..\LF_Event.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\operation_details.h"\
+ "..\operation_details.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Reply_Dispatcher.h"\
+ "..\Reply_Dispatcher.i"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\Synch_Reply_Dispatcher.h"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TAOC.h"\
+ "..\TAOC.i"\
+ "..\target_specification.h"\
+ "..\target_specification.i"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ "..\Wait_Strategy.h"\
+ "..\Wait_Strategy.inl"\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Connector.h"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\SHMIOP_Endpoint.cpp
+
+!IF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SHMIOP_E=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_E=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\ORB.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SHMIOP_E=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_E=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\ORB.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Release"
+
+DEP_CPP_SHMIOP_E=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_E=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\ORB.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SHMIOP_E=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_E=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\ORB.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Release"
+
+DEP_CPP_SHMIOP_E=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_E=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\ORB.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SHMIOP_E=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_E=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\ORB.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Release"
+
+DEP_CPP_SHMIOP_E=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_E=\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Based_Pointer_Repository.h"\
+ ".\ce\Based_Pointer_T.cpp"\
+ ".\ce\Based_Pointer_T.h"\
+ ".\ce\Based_Pointer_T.i"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\MEM_Addr.h"\
+ ".\ce\MEM_Addr.i"\
+ ".\ce\MEM_IO.h"\
+ ".\ce\MEM_IO.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\MEM_SAP.h"\
+ ".\ce\MEM_SAP.i"\
+ ".\ce\MEM_Stream.h"\
+ ".\ce\MEM_Stream.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\PI_Malloc.h"\
+ ".\ce\PI_Malloc.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Connection_Handler.h"\
+ ".\Connection_Handler.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\TAO_Export.h"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+ ".\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SHMIOP_E=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_E=\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Based_Pointer_Repository.h"\
+ ".\ce\Based_Pointer_T.cpp"\
+ ".\ce\Based_Pointer_T.h"\
+ ".\ce\Based_Pointer_T.i"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\MEM_Addr.h"\
+ ".\ce\MEM_Addr.i"\
+ ".\ce\MEM_IO.h"\
+ ".\ce\MEM_IO.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\MEM_SAP.h"\
+ ".\ce\MEM_SAP.i"\
+ ".\ce\MEM_Stream.h"\
+ ".\ce\MEM_Stream.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\PI_Malloc.h"\
+ ".\ce\PI_Malloc.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Connection_Handler.h"\
+ ".\Connection_Handler.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orbconf.h"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\TAO_Export.h"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+ ".\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Release"
+
+DEP_CPP_SHMIOP_E=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_E=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\ORB.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SHMIOP_E=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_E=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\ORB.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86) Debug"
+
+DEP_CPP_SHMIOP_E=\
+ "..\..\..\ace\Acceptor.cpp"\
+ "..\..\..\ace\Acceptor.h"\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Addr.h"\
+ "..\..\..\ace\Addr.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Based_Pointer_Repository.h"\
+ "..\..\..\ace\Based_Pointer_T.cpp"\
+ "..\..\..\ace\Based_Pointer_T.h"\
+ "..\..\..\ace\Based_Pointer_T.i"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Connection_Recycling_Strategy.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Dynamic.h"\
+ "..\..\..\ace\Dynamic.i"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Hashable.h"\
+ "..\..\..\ace\Hashable.inl"\
+ "..\..\..\ace\INET_Addr.h"\
+ "..\..\..\ace\INET_Addr.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\IPC_SAP.h"\
+ "..\..\..\ace\IPC_SAP.i"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\MEM_Addr.h"\
+ "..\..\..\ace\MEM_Addr.i"\
+ "..\..\..\ace\MEM_IO.h"\
+ "..\..\..\ace\MEM_IO.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\MEM_SAP.h"\
+ "..\..\..\ace\MEM_SAP.i"\
+ "..\..\..\ace\MEM_Stream.h"\
+ "..\..\..\ace\MEM_Stream.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Notification_Strategy.h"\
+ "..\..\..\ace\Notification_Strategy.inl"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\PI_Malloc.h"\
+ "..\..\..\ace\PI_Malloc.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\SOCK.h"\
+ "..\..\..\ace\SOCK.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Svc_Handler.cpp"\
+ "..\..\..\ace\Svc_Handler.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Connection_Handler.h"\
+ "..\Connection_Handler.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orbconf.h"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\TAO_Export.h"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\varbase.h"\
+ "..\Wait_Strategy.h"\
+ "..\Wait_Strategy.inl"\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\SHMIOP_Factory.cpp
+
+!IF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SHMIOP_F=\
+ ".\SHMIOP_Acceptor.h"\
+ ".\SHMIOP_Acceptor.i"\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Connector.h"\
+ ".\SHMIOP_Factory.h"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_F=\
+ ".\ace\Acceptor.h"\
+ ".\ace\Arg_Shifter.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\MEM_Acceptor.h"\
+ ".\ace\MEM_Connector.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SHMIOP_F=\
+ ".\SHMIOP_Acceptor.h"\
+ ".\SHMIOP_Acceptor.i"\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Connector.h"\
+ ".\SHMIOP_Factory.h"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_F=\
+ ".\ace\Acceptor.h"\
+ ".\ace\Arg_Shifter.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\MEM_Acceptor.h"\
+ ".\ace\MEM_Connector.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Release"
+
+DEP_CPP_SHMIOP_F=\
+ ".\SHMIOP_Acceptor.h"\
+ ".\SHMIOP_Acceptor.i"\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Connector.h"\
+ ".\SHMIOP_Factory.h"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_F=\
+ ".\ace\Acceptor.h"\
+ ".\ace\Arg_Shifter.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\MEM_Acceptor.h"\
+ ".\ace\MEM_Connector.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SHMIOP_F=\
+ ".\SHMIOP_Acceptor.h"\
+ ".\SHMIOP_Acceptor.i"\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Connector.h"\
+ ".\SHMIOP_Factory.h"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_F=\
+ ".\ace\Acceptor.h"\
+ ".\ace\Arg_Shifter.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\MEM_Acceptor.h"\
+ ".\ace\MEM_Connector.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Release"
+
+DEP_CPP_SHMIOP_F=\
+ ".\SHMIOP_Acceptor.h"\
+ ".\SHMIOP_Acceptor.i"\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Connector.h"\
+ ".\SHMIOP_Factory.h"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_F=\
+ ".\ace\Acceptor.h"\
+ ".\ace\Arg_Shifter.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\MEM_Acceptor.h"\
+ ".\ace\MEM_Connector.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SHMIOP_F=\
+ ".\SHMIOP_Acceptor.h"\
+ ".\SHMIOP_Acceptor.i"\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Connector.h"\
+ ".\SHMIOP_Factory.h"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_F=\
+ ".\ace\Acceptor.h"\
+ ".\ace\Arg_Shifter.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\MEM_Acceptor.h"\
+ ".\ace\MEM_Connector.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Release"
+
+DEP_CPP_SHMIOP_F=\
+ ".\SHMIOP_Acceptor.h"\
+ ".\SHMIOP_Acceptor.i"\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Connector.h"\
+ ".\SHMIOP_Factory.h"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_F=\
+ "..\..\..\..\Connector_Impl.cpp"\
+ "..\..\..\..\Connector_Impl.h"\
+ "..\..\..\..\Connector_Impl.inl"\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\Acceptor_Impl.cpp"\
+ ".\Acceptor_Impl.h"\
+ ".\Acceptor_Impl.i"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Arg_Shifter.h"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Based_Pointer_Repository.h"\
+ ".\ce\Based_Pointer_T.cpp"\
+ ".\ce\Based_Pointer_T.h"\
+ ".\ce\Based_Pointer_T.i"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Connector.cpp"\
+ ".\ce\Connector.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\MEM_Acceptor.h"\
+ ".\ce\MEM_Acceptor.i"\
+ ".\ce\MEM_Addr.h"\
+ ".\ce\MEM_Addr.i"\
+ ".\ce\MEM_Connector.h"\
+ ".\ce\MEM_Connector.i"\
+ ".\ce\MEM_IO.h"\
+ ".\ce\MEM_IO.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\MEM_SAP.h"\
+ ".\ce\MEM_SAP.i"\
+ ".\ce\MEM_Stream.h"\
+ ".\ce\MEM_Stream.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\PI_Malloc.h"\
+ ".\ce\PI_Malloc.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\SOCK_Acceptor.h"\
+ ".\ce\SOCK_Acceptor.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_Connector.h"\
+ ".\ce\SOCK_Connector.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Time_Value.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Handler.h"\
+ ".\Connection_Handler.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\Connector_Registry.h"\
+ ".\Connector_Registry.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\ORB_Table.h"\
+ ".\ORB_Table.inl"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SHMIOP_F=\
+ ".\SHMIOP_Acceptor.h"\
+ ".\SHMIOP_Acceptor.i"\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Connector.h"\
+ ".\SHMIOP_Factory.h"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_F=\
+ "..\..\..\..\Connector_Impl.cpp"\
+ "..\..\..\..\Connector_Impl.h"\
+ "..\..\..\..\Connector_Impl.inl"\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\Acceptor_Impl.cpp"\
+ ".\Acceptor_Impl.h"\
+ ".\Acceptor_Impl.i"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Arg_Shifter.h"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Based_Pointer_Repository.h"\
+ ".\ce\Based_Pointer_T.cpp"\
+ ".\ce\Based_Pointer_T.h"\
+ ".\ce\Based_Pointer_T.i"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Connector.cpp"\
+ ".\ce\Connector.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\MEM_Acceptor.h"\
+ ".\ce\MEM_Acceptor.i"\
+ ".\ce\MEM_Addr.h"\
+ ".\ce\MEM_Addr.i"\
+ ".\ce\MEM_Connector.h"\
+ ".\ce\MEM_Connector.i"\
+ ".\ce\MEM_IO.h"\
+ ".\ce\MEM_IO.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\MEM_SAP.h"\
+ ".\ce\MEM_SAP.i"\
+ ".\ce\MEM_Stream.h"\
+ ".\ce\MEM_Stream.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\PI_Malloc.h"\
+ ".\ce\PI_Malloc.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\SOCK_Acceptor.h"\
+ ".\ce\SOCK_Acceptor.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_Connector.h"\
+ ".\ce\SOCK_Connector.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Time_Value.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Handler.h"\
+ ".\Connection_Handler.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\Connector_Registry.h"\
+ ".\Connector_Registry.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\ORB_Table.h"\
+ ".\ORB_Table.inl"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Release"
+
+DEP_CPP_SHMIOP_F=\
+ ".\SHMIOP_Acceptor.h"\
+ ".\SHMIOP_Acceptor.i"\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Connector.h"\
+ ".\SHMIOP_Factory.h"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_F=\
+ ".\ace\Acceptor.h"\
+ ".\ace\Arg_Shifter.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\MEM_Acceptor.h"\
+ ".\ace\MEM_Connector.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SHMIOP_F=\
+ ".\SHMIOP_Acceptor.h"\
+ ".\SHMIOP_Acceptor.i"\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Connector.h"\
+ ".\SHMIOP_Factory.h"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_F=\
+ ".\ace\Acceptor.h"\
+ ".\ace\Arg_Shifter.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\MEM_Acceptor.h"\
+ ".\ace\MEM_Connector.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86) Debug"
+
+DEP_CPP_SHMIOP_F=\
+ "..\..\..\ace\Acceptor.cpp"\
+ "..\..\..\ace\Acceptor.h"\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Addr.h"\
+ "..\..\..\ace\Addr.i"\
+ "..\..\..\ace\Arg_Shifter.h"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Based_Pointer_Repository.h"\
+ "..\..\..\ace\Based_Pointer_T.cpp"\
+ "..\..\..\ace\Based_Pointer_T.h"\
+ "..\..\..\ace\Based_Pointer_T.i"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Connection_Recycling_Strategy.h"\
+ "..\..\..\ace\Connector.cpp"\
+ "..\..\..\ace\Connector.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Dynamic.h"\
+ "..\..\..\ace\Dynamic.i"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Hashable.h"\
+ "..\..\..\ace\Hashable.inl"\
+ "..\..\..\ace\INET_Addr.h"\
+ "..\..\..\ace\INET_Addr.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\IPC_SAP.h"\
+ "..\..\..\ace\IPC_SAP.i"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\MEM_Acceptor.h"\
+ "..\..\..\ace\MEM_Acceptor.i"\
+ "..\..\..\ace\MEM_Addr.h"\
+ "..\..\..\ace\MEM_Addr.i"\
+ "..\..\..\ace\MEM_Connector.h"\
+ "..\..\..\ace\MEM_Connector.i"\
+ "..\..\..\ace\MEM_IO.h"\
+ "..\..\..\ace\MEM_IO.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\MEM_SAP.h"\
+ "..\..\..\ace\MEM_SAP.i"\
+ "..\..\..\ace\MEM_Stream.h"\
+ "..\..\..\ace\MEM_Stream.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Notification_Strategy.h"\
+ "..\..\..\ace\Notification_Strategy.inl"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_QoS.h"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\PI_Malloc.h"\
+ "..\..\..\ace\PI_Malloc.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\SOCK.h"\
+ "..\..\..\ace\SOCK.i"\
+ "..\..\..\ace\SOCK_Acceptor.h"\
+ "..\..\..\ace\SOCK_Acceptor.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SOCK_Connector.h"\
+ "..\..\..\ace\SOCK_Connector.i"\
+ "..\..\..\ace\SOCK_IO.h"\
+ "..\..\..\ace\SOCK_IO.i"\
+ "..\..\..\ace\SOCK_Stream.h"\
+ "..\..\..\ace\SOCK_Stream.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Svc_Handler.cpp"\
+ "..\..\..\ace\Svc_Handler.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Time_Value.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Acceptor_Impl.cpp"\
+ "..\Acceptor_Impl.h"\
+ "..\Acceptor_Impl.i"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Connection_Handler.h"\
+ "..\Connection_Handler.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\Connector_Impl.cpp"\
+ "..\Connector_Impl.h"\
+ "..\Connector_Impl.inl"\
+ "..\Connector_Registry.h"\
+ "..\Connector_Registry.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\ORB_Table.h"\
+ "..\ORB_Table.inl"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ "..\Wait_Strategy.h"\
+ "..\Wait_Strategy.inl"\
+ ".\SHMIOP_Acceptor.h"\
+ ".\SHMIOP_Acceptor.i"\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Connector.h"\
+ ".\SHMIOP_Factory.h"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\SHMIOP_Profile.cpp
+
+!IF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SHMIOP_P=\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_P=\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Synch.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\iiop_endpoints.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SHMIOP_P=\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_P=\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Synch.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\iiop_endpoints.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Release"
+
+DEP_CPP_SHMIOP_P=\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_P=\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Synch.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\iiop_endpoints.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SHMIOP_P=\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_P=\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Synch.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\iiop_endpoints.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Release"
+
+DEP_CPP_SHMIOP_P=\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_P=\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Synch.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\iiop_endpoints.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SHMIOP_P=\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_P=\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Synch.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\iiop_endpoints.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Release"
+
+DEP_CPP_SHMIOP_P=\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_P=\
+ "..\..\..\..\CONV_FRAMEC.h"\
+ "..\..\..\..\CONV_FRAMEC.i"\
+ "..\..\..\..\iiop_endpoints.h"\
+ "..\..\..\..\iiop_endpoints.i"\
+ "..\..\..\..\Object_KeyC.h"\
+ "..\..\..\..\Object_KeyC.i"\
+ "..\..\..\..\Profile.h"\
+ "..\..\..\..\Profile.i"\
+ "..\..\..\..\Tagged_Components.h"\
+ "..\..\..\..\Tagged_Components.i"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\MEM_Addr.h"\
+ ".\ce\MEM_Addr.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SHMIOP_P=\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_P=\
+ "..\..\..\..\CONV_FRAMEC.h"\
+ "..\..\..\..\CONV_FRAMEC.i"\
+ "..\..\..\..\iiop_endpoints.h"\
+ "..\..\..\..\iiop_endpoints.i"\
+ "..\..\..\..\Object_KeyC.h"\
+ "..\..\..\..\Object_KeyC.i"\
+ "..\..\..\..\Profile.h"\
+ "..\..\..\..\Profile.i"\
+ "..\..\..\..\Tagged_Components.h"\
+ "..\..\..\..\Tagged_Components.i"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\MEM_Addr.h"\
+ ".\ce\MEM_Addr.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Release"
+
+DEP_CPP_SHMIOP_P=\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_P=\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Synch.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\iiop_endpoints.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SHMIOP_P=\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_P=\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Synch.h"\
+ ".\tao\CDR.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\iiop_endpoints.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86) Debug"
+
+DEP_CPP_SHMIOP_P=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Addr.h"\
+ "..\..\..\ace\Addr.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\INET_Addr.h"\
+ "..\..\..\ace\INET_Addr.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\MEM_Addr.h"\
+ "..\..\..\ace\MEM_Addr.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\iiop_endpoints.h"\
+ "..\iiop_endpoints.i"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\strategies_export.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\SHMIOP_Transport.cpp
+
+!IF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SHMIOP_T=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_T=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Base.h"\
+ ".\tao\GIOP_Message_Lite.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Sync_Strategies.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Mux_Strategy.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SHMIOP_T=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_T=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Base.h"\
+ ".\tao\GIOP_Message_Lite.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Sync_Strategies.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Mux_Strategy.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Release"
+
+DEP_CPP_SHMIOP_T=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_T=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Base.h"\
+ ".\tao\GIOP_Message_Lite.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Sync_Strategies.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Mux_Strategy.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SHMIOP_T=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_T=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Base.h"\
+ ".\tao\GIOP_Message_Lite.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Sync_Strategies.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Mux_Strategy.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Release"
+
+DEP_CPP_SHMIOP_T=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_T=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Base.h"\
+ ".\tao\GIOP_Message_Lite.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Sync_Strategies.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Mux_Strategy.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SHMIOP_T=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_T=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Base.h"\
+ ".\tao\GIOP_Message_Lite.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Sync_Strategies.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Mux_Strategy.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Release"
+
+DEP_CPP_SHMIOP_T=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_T=\
+ "..\..\..\..\CONV_FRAMEC.h"\
+ "..\..\..\..\CONV_FRAMEC.i"\
+ "..\..\..\..\GIOP_Message_Base.h"\
+ "..\..\..\..\GIOP_Message_Base.i"\
+ "..\..\..\..\GIOP_Message_Generator_Parser.h"\
+ "..\..\..\..\GIOP_Message_Generator_Parser.inl"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_10.h"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_10.inl"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_11.h"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_11.inl"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_12.h"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_12.inl"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_Impl.h"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_Impl.inl"\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\MProfile.h"\
+ "..\..\..\..\MProfile.i"\
+ "..\..\..\..\Object_KeyC.h"\
+ "..\..\..\..\Object_KeyC.i"\
+ "..\..\..\..\Profile.h"\
+ "..\..\..\..\Profile.i"\
+ "..\..\..\..\Resume_Handle.h"\
+ "..\..\..\..\Resume_Handle.inl"\
+ "..\..\..\..\stub.h"\
+ "..\..\..\..\Stub.i"\
+ "..\..\..\..\Sync_Strategies.h"\
+ "..\..\..\..\Sync_Strategies.i"\
+ "..\..\..\..\Tagged_Components.h"\
+ "..\..\..\..\Tagged_Components.i"\
+ "..\..\..\..\TAOC.h"\
+ "..\..\..\..\TAOC.i"\
+ "..\..\..\..\Timeprobe.h"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Mux_Strategy.h"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Based_Pointer_Repository.h"\
+ ".\ce\Based_Pointer_T.cpp"\
+ ".\ce\Based_Pointer_T.h"\
+ ".\ce\Based_Pointer_T.i"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\High_Res_Timer.h"\
+ ".\ce\High_Res_Timer.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\MEM_Addr.h"\
+ ".\ce\MEM_Addr.i"\
+ ".\ce\MEM_IO.h"\
+ ".\ce\MEM_IO.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\MEM_SAP.h"\
+ ".\ce\MEM_SAP.i"\
+ ".\ce\MEM_Stream.h"\
+ ".\ce\MEM_Stream.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\PI_Malloc.h"\
+ ".\ce\PI_Malloc.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timeprobe.h"\
+ ".\ce\Timeprobe.i"\
+ ".\ce\Timeprobe_T.cpp"\
+ ".\ce\Timeprobe_T.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Handler.h"\
+ ".\Connection_Handler.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Lite.h"\
+ ".\GIOP_Message_Lite.i"\
+ ".\GIOP_Message_State.h"\
+ ".\GIOP_Message_State.inl"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\GIOP_Utils.h"\
+ ".\GIOP_Utils.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging.h"\
+ ".\Pluggable_Messaging.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SHMIOP_T=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_T=\
+ "..\..\..\..\CONV_FRAMEC.h"\
+ "..\..\..\..\CONV_FRAMEC.i"\
+ "..\..\..\..\GIOP_Message_Base.h"\
+ "..\..\..\..\GIOP_Message_Base.i"\
+ "..\..\..\..\GIOP_Message_Generator_Parser.h"\
+ "..\..\..\..\GIOP_Message_Generator_Parser.inl"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_10.h"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_10.inl"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_11.h"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_11.inl"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_12.h"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_12.inl"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_Impl.h"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_Impl.inl"\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\MProfile.h"\
+ "..\..\..\..\MProfile.i"\
+ "..\..\..\..\Object_KeyC.h"\
+ "..\..\..\..\Object_KeyC.i"\
+ "..\..\..\..\Profile.h"\
+ "..\..\..\..\Profile.i"\
+ "..\..\..\..\Resume_Handle.h"\
+ "..\..\..\..\Resume_Handle.inl"\
+ "..\..\..\..\stub.h"\
+ "..\..\..\..\Stub.i"\
+ "..\..\..\..\Sync_Strategies.h"\
+ "..\..\..\..\Sync_Strategies.i"\
+ "..\..\..\..\Tagged_Components.h"\
+ "..\..\..\..\Tagged_Components.i"\
+ "..\..\..\..\TAOC.h"\
+ "..\..\..\..\TAOC.i"\
+ "..\..\..\..\Timeprobe.h"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Mux_Strategy.h"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Based_Pointer_Repository.h"\
+ ".\ce\Based_Pointer_T.cpp"\
+ ".\ce\Based_Pointer_T.h"\
+ ".\ce\Based_Pointer_T.i"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\High_Res_Timer.h"\
+ ".\ce\High_Res_Timer.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\MEM_Addr.h"\
+ ".\ce\MEM_Addr.i"\
+ ".\ce\MEM_IO.h"\
+ ".\ce\MEM_IO.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\MEM_SAP.h"\
+ ".\ce\MEM_SAP.i"\
+ ".\ce\MEM_Stream.h"\
+ ".\ce\MEM_Stream.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\PI_Malloc.h"\
+ ".\ce\PI_Malloc.i"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timeprobe.h"\
+ ".\ce\Timeprobe.i"\
+ ".\ce\Timeprobe_T.cpp"\
+ ".\ce\Timeprobe_T.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Handler.h"\
+ ".\Connection_Handler.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Lite.h"\
+ ".\GIOP_Message_Lite.i"\
+ ".\GIOP_Message_State.h"\
+ ".\GIOP_Message_State.inl"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\GIOP_Utils.h"\
+ ".\GIOP_Utils.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging.h"\
+ ".\Pluggable_Messaging.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Release"
+
+DEP_CPP_SHMIOP_T=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_T=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Base.h"\
+ ".\tao\GIOP_Message_Lite.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Sync_Strategies.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Mux_Strategy.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SHMIOP_T=\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+NODEP_CPP_SHMIOP_T=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\INET_Addr.h"\
+ ".\ace\MEM_Addr.h"\
+ ".\ace\MEM_Stream.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Base.h"\
+ ".\tao\GIOP_Message_Lite.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Sync_Strategies.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Mux_Strategy.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86) Debug"
+
+DEP_CPP_SHMIOP_T=\
+ "..\..\..\ace\Acceptor.cpp"\
+ "..\..\..\ace\Acceptor.h"\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Addr.h"\
+ "..\..\..\ace\Addr.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Based_Pointer_Repository.h"\
+ "..\..\..\ace\Based_Pointer_T.cpp"\
+ "..\..\..\ace\Based_Pointer_T.h"\
+ "..\..\..\ace\Based_Pointer_T.i"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Connection_Recycling_Strategy.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Dynamic.h"\
+ "..\..\..\ace\Dynamic.i"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Hashable.h"\
+ "..\..\..\ace\Hashable.inl"\
+ "..\..\..\ace\High_Res_Timer.h"\
+ "..\..\..\ace\High_Res_Timer.i"\
+ "..\..\..\ace\INET_Addr.h"\
+ "..\..\..\ace\INET_Addr.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\IPC_SAP.h"\
+ "..\..\..\ace\IPC_SAP.i"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\MEM_Addr.h"\
+ "..\..\..\ace\MEM_Addr.i"\
+ "..\..\..\ace\MEM_IO.h"\
+ "..\..\..\ace\MEM_IO.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\MEM_SAP.h"\
+ "..\..\..\ace\MEM_SAP.i"\
+ "..\..\..\ace\MEM_Stream.h"\
+ "..\..\..\ace\MEM_Stream.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Notification_Strategy.h"\
+ "..\..\..\ace\Notification_Strategy.inl"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\PI_Malloc.h"\
+ "..\..\..\ace\PI_Malloc.i"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\SOCK.h"\
+ "..\..\..\ace\SOCK.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Svc_Handler.cpp"\
+ "..\..\..\ace\Svc_Handler.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Timeprobe.h"\
+ "..\..\..\ace\Timeprobe.i"\
+ "..\..\..\ace\Timeprobe_T.cpp"\
+ "..\..\..\ace\Timeprobe_T.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Connection_Handler.h"\
+ "..\Connection_Handler.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Base.h"\
+ "..\GIOP_Message_Base.i"\
+ "..\GIOP_Message_Generator_Parser.h"\
+ "..\GIOP_Message_Generator_Parser.inl"\
+ "..\GIOP_Message_Generator_Parser_10.h"\
+ "..\GIOP_Message_Generator_Parser_10.inl"\
+ "..\GIOP_Message_Generator_Parser_11.h"\
+ "..\GIOP_Message_Generator_Parser_11.inl"\
+ "..\GIOP_Message_Generator_Parser_12.h"\
+ "..\GIOP_Message_Generator_Parser_12.inl"\
+ "..\GIOP_Message_Generator_Parser_Impl.h"\
+ "..\GIOP_Message_Generator_Parser_Impl.inl"\
+ "..\GIOP_Message_Lite.h"\
+ "..\GIOP_Message_Lite.i"\
+ "..\GIOP_Message_State.h"\
+ "..\GIOP_Message_State.inl"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\GIOP_Utils.h"\
+ "..\GIOP_Utils.i"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Pluggable_Messaging.h"\
+ "..\Pluggable_Messaging.i"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\Resume_Handle.h"\
+ "..\Resume_Handle.inl"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Sync_Strategies.h"\
+ "..\Sync_Strategies.i"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TAOC.h"\
+ "..\TAOC.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\Timeprobe.h"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Mux_Strategy.h"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ "..\Wait_Strategy.h"\
+ "..\Wait_Strategy.inl"\
+ ".\SHMIOP_Connection_Handler.h"\
+ ".\SHMIOP_Connection_Handler.inl"\
+ ".\SHMIOP_Endpoint.h"\
+ ".\SHMIOP_Endpoint.i"\
+ ".\SHMIOP_Profile.h"\
+ ".\SHMIOP_Profile.i"\
+ ".\SHMIOP_Transport.h"\
+ ".\SHMIOP_Transport.i"\
+ ".\strategies_export.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\UIOP_Acceptor.cpp
+
+!IF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Release"
+
+DEP_CPP_UIOP_=\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_UIOP_=\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Release"
+
+DEP_CPP_UIOP_=\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Debug"
+
+DEP_CPP_UIOP_=\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Release"
+
+DEP_CPP_UIOP_=\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Debug"
+
+DEP_CPP_UIOP_=\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Release"
+
+DEP_CPP_UIOP_=\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_=\
+ "..\..\..\..\CONV_FRAMEC.h"\
+ "..\..\..\..\CONV_FRAMEC.i"\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\MProfile.h"\
+ "..\..\..\..\MProfile.i"\
+ "..\..\..\..\Object_KeyC.h"\
+ "..\..\..\..\Object_KeyC.i"\
+ "..\..\..\..\Profile.h"\
+ "..\..\..\..\Profile.i"\
+ "..\..\..\..\Tagged_Components.h"\
+ "..\..\..\..\Tagged_Components.i"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\Acceptor_Impl.cpp"\
+ ".\Acceptor_Impl.h"\
+ ".\Acceptor_Impl.i"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\LSOCK.h"\
+ ".\ce\LSOCK.i"\
+ ".\ce\LSOCK_Acceptor.h"\
+ ".\ce\LSOCK_Stream.h"\
+ ".\ce\LSOCK_Stream.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\SOCK_Acceptor.h"\
+ ".\ce\SOCK_Acceptor.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Time_Value.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\UNIX_Addr.h"\
+ ".\ce\UNIX_Addr.i"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Handler.h"\
+ ".\Connection_Handler.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\Connector_Registry.h"\
+ ".\Connector_Registry.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\ORB_Table.h"\
+ ".\ORB_Table.inl"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Debug"
+
+DEP_CPP_UIOP_=\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_=\
+ "..\..\..\..\CONV_FRAMEC.h"\
+ "..\..\..\..\CONV_FRAMEC.i"\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\MProfile.h"\
+ "..\..\..\..\MProfile.i"\
+ "..\..\..\..\Object_KeyC.h"\
+ "..\..\..\..\Object_KeyC.i"\
+ "..\..\..\..\Profile.h"\
+ "..\..\..\..\Profile.i"\
+ "..\..\..\..\Tagged_Components.h"\
+ "..\..\..\..\Tagged_Components.i"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\Acceptor_Impl.cpp"\
+ ".\Acceptor_Impl.h"\
+ ".\Acceptor_Impl.i"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\LSOCK.h"\
+ ".\ce\LSOCK.i"\
+ ".\ce\LSOCK_Acceptor.h"\
+ ".\ce\LSOCK_Stream.h"\
+ ".\ce\LSOCK_Stream.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\SOCK_Acceptor.h"\
+ ".\ce\SOCK_Acceptor.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Time_Value.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\UNIX_Addr.h"\
+ ".\ce\UNIX_Addr.i"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Handler.h"\
+ ".\Connection_Handler.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\Connector_Registry.h"\
+ ".\Connector_Registry.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\ORB_Table.h"\
+ ".\ORB_Table.inl"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Release"
+
+DEP_CPP_UIOP_=\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Debug"
+
+DEP_CPP_UIOP_=\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\MProfile.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86) Debug"
+
+DEP_CPP_UIOP_=\
+ "..\..\..\ace\Acceptor.cpp"\
+ "..\..\..\ace\Acceptor.h"\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Addr.h"\
+ "..\..\..\ace\Addr.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Connection_Recycling_Strategy.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Dynamic.h"\
+ "..\..\..\ace\Dynamic.i"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Hashable.h"\
+ "..\..\..\ace\Hashable.inl"\
+ "..\..\..\ace\INET_Addr.h"\
+ "..\..\..\ace\INET_Addr.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\IPC_SAP.h"\
+ "..\..\..\ace\IPC_SAP.i"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\LSOCK.h"\
+ "..\..\..\ace\LSOCK.i"\
+ "..\..\..\ace\LSOCK_Acceptor.h"\
+ "..\..\..\ace\LSOCK_Stream.h"\
+ "..\..\..\ace\LSOCK_Stream.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Notification_Strategy.h"\
+ "..\..\..\ace\Notification_Strategy.inl"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\SOCK.h"\
+ "..\..\..\ace\SOCK.i"\
+ "..\..\..\ace\SOCK_Acceptor.h"\
+ "..\..\..\ace\SOCK_Acceptor.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SOCK_IO.h"\
+ "..\..\..\ace\SOCK_IO.i"\
+ "..\..\..\ace\SOCK_Stream.h"\
+ "..\..\..\ace\SOCK_Stream.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Svc_Handler.cpp"\
+ "..\..\..\ace\Svc_Handler.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Time_Value.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\UNIX_Addr.h"\
+ "..\..\..\ace\UNIX_Addr.i"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Acceptor_Impl.cpp"\
+ "..\Acceptor_Impl.h"\
+ "..\Acceptor_Impl.i"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Connection_Handler.h"\
+ "..\Connection_Handler.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\Connector_Registry.h"\
+ "..\Connector_Registry.i"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\ORB_Table.h"\
+ "..\ORB_Table.inl"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ "..\Wait_Strategy.h"\
+ "..\Wait_Strategy.inl"\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\UIOP_Connection_Handler.cpp
+
+!IF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Release"
+
+DEP_CPP_UIOP_C=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_C=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Lite.h"\
+ ".\tao\Messaging_Policy_i.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_UIOP_C=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_C=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Lite.h"\
+ ".\tao\Messaging_Policy_i.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Release"
+
+DEP_CPP_UIOP_C=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_C=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Lite.h"\
+ ".\tao\Messaging_Policy_i.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Debug"
+
+DEP_CPP_UIOP_C=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_C=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Lite.h"\
+ ".\tao\Messaging_Policy_i.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Release"
+
+DEP_CPP_UIOP_C=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_C=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Lite.h"\
+ ".\tao\Messaging_Policy_i.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Debug"
+
+DEP_CPP_UIOP_C=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_C=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Lite.h"\
+ ".\tao\Messaging_Policy_i.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Release"
+
+DEP_CPP_UIOP_C=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_C=\
+ "..\..\..\..\Base_Transport_Property.h"\
+ "..\..\..\..\Base_Transport_Property.inl"\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Messaging_Policy_i.h"\
+ "..\..\..\..\Messaging_Policy_i.i"\
+ "..\..\..\..\Resume_Handle.h"\
+ "..\..\..\..\Resume_Handle.inl"\
+ "..\..\..\..\Timeprobe.h"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\High_Res_Timer.h"\
+ ".\ce\High_Res_Timer.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\LSOCK.h"\
+ ".\ce\LSOCK.i"\
+ ".\ce\LSOCK_Acceptor.h"\
+ ".\ce\LSOCK_Stream.h"\
+ ".\ce\LSOCK_Stream.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\SOCK_Acceptor.h"\
+ ".\ce\SOCK_Acceptor.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Time_Value.h"\
+ ".\ce\Timeprobe.h"\
+ ".\ce\Timeprobe.i"\
+ ".\ce\Timeprobe_T.cpp"\
+ ".\ce\Timeprobe_T.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\UNIX_Addr.h"\
+ ".\ce\UNIX_Addr.i"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Handler.h"\
+ ".\Connection_Handler.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Lite.h"\
+ ".\GIOP_Message_Lite.i"\
+ ".\GIOP_Message_State.h"\
+ ".\GIOP_Message_State.inl"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\GIOP_Utils.h"\
+ ".\GIOP_Utils.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging.h"\
+ ".\Pluggable_Messaging.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Debug"
+
+DEP_CPP_UIOP_C=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_C=\
+ "..\..\..\..\Base_Transport_Property.h"\
+ "..\..\..\..\Base_Transport_Property.inl"\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Messaging_Policy_i.h"\
+ "..\..\..\..\Messaging_Policy_i.i"\
+ "..\..\..\..\Resume_Handle.h"\
+ "..\..\..\..\Resume_Handle.inl"\
+ "..\..\..\..\Timeprobe.h"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\High_Res_Timer.h"\
+ ".\ce\High_Res_Timer.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\LSOCK.h"\
+ ".\ce\LSOCK.i"\
+ ".\ce\LSOCK_Acceptor.h"\
+ ".\ce\LSOCK_Stream.h"\
+ ".\ce\LSOCK_Stream.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\SOCK_Acceptor.h"\
+ ".\ce\SOCK_Acceptor.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Time_Value.h"\
+ ".\ce\Timeprobe.h"\
+ ".\ce\Timeprobe.i"\
+ ".\ce\Timeprobe_T.cpp"\
+ ".\ce\Timeprobe_T.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\UNIX_Addr.h"\
+ ".\ce\UNIX_Addr.i"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Handler.h"\
+ ".\Connection_Handler.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Lite.h"\
+ ".\GIOP_Message_Lite.i"\
+ ".\GIOP_Message_State.h"\
+ ".\GIOP_Message_State.inl"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\GIOP_Utils.h"\
+ ".\GIOP_Utils.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging.h"\
+ ".\Pluggable_Messaging.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Release"
+
+DEP_CPP_UIOP_C=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_C=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Lite.h"\
+ ".\tao\Messaging_Policy_i.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Debug"
+
+DEP_CPP_UIOP_C=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_C=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Lite.h"\
+ ".\tao\Messaging_Policy_i.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Resume_Handle.h"\
+ ".\tao\Server_Strategy_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86) Debug"
+
+DEP_CPP_UIOP_C=\
+ "..\..\..\ace\Acceptor.cpp"\
+ "..\..\..\ace\Acceptor.h"\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Addr.h"\
+ "..\..\..\ace\Addr.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Connection_Recycling_Strategy.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Dynamic.h"\
+ "..\..\..\ace\Dynamic.i"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Hashable.h"\
+ "..\..\..\ace\Hashable.inl"\
+ "..\..\..\ace\High_Res_Timer.h"\
+ "..\..\..\ace\High_Res_Timer.i"\
+ "..\..\..\ace\INET_Addr.h"\
+ "..\..\..\ace\INET_Addr.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\IPC_SAP.h"\
+ "..\..\..\ace\IPC_SAP.i"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\LSOCK.h"\
+ "..\..\..\ace\LSOCK.i"\
+ "..\..\..\ace\LSOCK_Acceptor.h"\
+ "..\..\..\ace\LSOCK_Stream.h"\
+ "..\..\..\ace\LSOCK_Stream.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Notification_Strategy.h"\
+ "..\..\..\ace\Notification_Strategy.inl"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\SOCK.h"\
+ "..\..\..\ace\SOCK.i"\
+ "..\..\..\ace\SOCK_Acceptor.h"\
+ "..\..\..\ace\SOCK_Acceptor.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SOCK_IO.h"\
+ "..\..\..\ace\SOCK_IO.i"\
+ "..\..\..\ace\SOCK_Stream.h"\
+ "..\..\..\ace\SOCK_Stream.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Svc_Handler.cpp"\
+ "..\..\..\ace\Svc_Handler.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Time_Value.h"\
+ "..\..\..\ace\Timeprobe.h"\
+ "..\..\..\ace\Timeprobe.i"\
+ "..\..\..\ace\Timeprobe_T.cpp"\
+ "..\..\..\ace\Timeprobe_T.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\UNIX_Addr.h"\
+ "..\..\..\ace\UNIX_Addr.i"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Base_Transport_Property.h"\
+ "..\Base_Transport_Property.inl"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Connection_Handler.h"\
+ "..\Connection_Handler.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Lite.h"\
+ "..\GIOP_Message_Lite.i"\
+ "..\GIOP_Message_State.h"\
+ "..\GIOP_Message_State.inl"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\GIOP_Utils.h"\
+ "..\GIOP_Utils.i"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Pluggable_Messaging.h"\
+ "..\Pluggable_Messaging.i"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\Resume_Handle.h"\
+ "..\Resume_Handle.inl"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\Timeprobe.h"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ "..\Wait_Strategy.h"\
+ "..\Wait_Strategy.inl"\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\UIOP_Connector.cpp
+
+!IF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Release"
+
+DEP_CPP_UIOP_CO=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_CO=\
+ ".\ace\Acceptor.h"\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\LSOCK_Connector.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_UIOP_CO=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_CO=\
+ ".\ace\Acceptor.h"\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\LSOCK_Connector.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Release"
+
+DEP_CPP_UIOP_CO=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_CO=\
+ ".\ace\Acceptor.h"\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\LSOCK_Connector.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Debug"
+
+DEP_CPP_UIOP_CO=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_CO=\
+ ".\ace\Acceptor.h"\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\LSOCK_Connector.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Release"
+
+DEP_CPP_UIOP_CO=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_CO=\
+ ".\ace\Acceptor.h"\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\LSOCK_Connector.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Debug"
+
+DEP_CPP_UIOP_CO=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_CO=\
+ ".\ace\Acceptor.h"\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\LSOCK_Connector.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Release"
+
+DEP_CPP_UIOP_CO=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_CO=\
+ "..\..\..\..\Base_Transport_Property.h"\
+ "..\..\..\..\Base_Transport_Property.inl"\
+ "..\..\..\..\CONV_FRAMEC.h"\
+ "..\..\..\..\CONV_FRAMEC.i"\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Invocation.h"\
+ "..\..\..\..\Invocation.i"\
+ "..\..\..\..\Invocation_Endpoint_Selectors.h"\
+ "..\..\..\..\Invocation_Endpoint_Selectors.i"\
+ "..\..\..\..\LF_Event.h"\
+ "..\..\..\..\LF_Event.inl"\
+ "..\..\..\..\MProfile.h"\
+ "..\..\..\..\MProfile.i"\
+ "..\..\..\..\Object_KeyC.h"\
+ "..\..\..\..\Object_KeyC.i"\
+ "..\..\..\..\operation_details.h"\
+ "..\..\..\..\operation_details.i"\
+ "..\..\..\..\Profile.h"\
+ "..\..\..\..\Profile.i"\
+ "..\..\..\..\Reply_Dispatcher.h"\
+ "..\..\..\..\Reply_Dispatcher.i"\
+ "..\..\..\..\Service_Context.h"\
+ "..\..\..\..\Service_Context.inl"\
+ "..\..\..\..\stub.h"\
+ "..\..\..\..\Stub.i"\
+ "..\..\..\..\Synch_Reply_Dispatcher.h"\
+ "..\..\..\..\Tagged_Components.h"\
+ "..\..\..\..\Tagged_Components.i"\
+ "..\..\..\..\TAOC.h"\
+ "..\..\..\..\TAOC.i"\
+ "..\..\..\..\target_specification.h"\
+ "..\..\..\..\target_specification.i"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Auto_Ptr.cpp"\
+ ".\ce\Auto_Ptr.h"\
+ ".\ce\Auto_Ptr.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Connector.cpp"\
+ ".\ce\Connector.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\LSOCK.h"\
+ ".\ce\LSOCK.i"\
+ ".\ce\LSOCK_Acceptor.h"\
+ ".\ce\LSOCK_Connector.h"\
+ ".\ce\LSOCK_Connector.i"\
+ ".\ce\LSOCK_Stream.h"\
+ ".\ce\LSOCK_Stream.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\SOCK_Acceptor.h"\
+ ".\ce\SOCK_Acceptor.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_Connector.h"\
+ ".\ce\SOCK_Connector.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Time_Value.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\UNIX_Addr.h"\
+ ".\ce\UNIX_Addr.i"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Handler.h"\
+ ".\Connection_Handler.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\Connector_Impl.cpp"\
+ ".\Connector_Impl.h"\
+ ".\Connector_Impl.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Debug"
+
+DEP_CPP_UIOP_CO=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_CO=\
+ "..\..\..\..\Base_Transport_Property.h"\
+ "..\..\..\..\Base_Transport_Property.inl"\
+ "..\..\..\..\CONV_FRAMEC.h"\
+ "..\..\..\..\CONV_FRAMEC.i"\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Invocation.h"\
+ "..\..\..\..\Invocation.i"\
+ "..\..\..\..\Invocation_Endpoint_Selectors.h"\
+ "..\..\..\..\Invocation_Endpoint_Selectors.i"\
+ "..\..\..\..\LF_Event.h"\
+ "..\..\..\..\LF_Event.inl"\
+ "..\..\..\..\MProfile.h"\
+ "..\..\..\..\MProfile.i"\
+ "..\..\..\..\Object_KeyC.h"\
+ "..\..\..\..\Object_KeyC.i"\
+ "..\..\..\..\operation_details.h"\
+ "..\..\..\..\operation_details.i"\
+ "..\..\..\..\Profile.h"\
+ "..\..\..\..\Profile.i"\
+ "..\..\..\..\Reply_Dispatcher.h"\
+ "..\..\..\..\Reply_Dispatcher.i"\
+ "..\..\..\..\Service_Context.h"\
+ "..\..\..\..\Service_Context.inl"\
+ "..\..\..\..\stub.h"\
+ "..\..\..\..\Stub.i"\
+ "..\..\..\..\Synch_Reply_Dispatcher.h"\
+ "..\..\..\..\Tagged_Components.h"\
+ "..\..\..\..\Tagged_Components.i"\
+ "..\..\..\..\TAOC.h"\
+ "..\..\..\..\TAOC.i"\
+ "..\..\..\..\target_specification.h"\
+ "..\..\..\..\target_specification.i"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Auto_Ptr.cpp"\
+ ".\ce\Auto_Ptr.h"\
+ ".\ce\Auto_Ptr.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Connector.cpp"\
+ ".\ce\Connector.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\LSOCK.h"\
+ ".\ce\LSOCK.i"\
+ ".\ce\LSOCK_Acceptor.h"\
+ ".\ce\LSOCK_Connector.h"\
+ ".\ce\LSOCK_Connector.i"\
+ ".\ce\LSOCK_Stream.h"\
+ ".\ce\LSOCK_Stream.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\SOCK_Acceptor.h"\
+ ".\ce\SOCK_Acceptor.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_Connector.h"\
+ ".\ce\SOCK_Connector.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Time_Value.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\UNIX_Addr.h"\
+ ".\ce\UNIX_Addr.i"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Handler.h"\
+ ".\Connection_Handler.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\Connector_Impl.cpp"\
+ ".\Connector_Impl.h"\
+ ".\Connector_Impl.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Release"
+
+DEP_CPP_UIOP_CO=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_CO=\
+ ".\ace\Acceptor.h"\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\LSOCK_Connector.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Debug"
+
+DEP_CPP_UIOP_CO=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_CO=\
+ ".\ace\Acceptor.h"\
+ ".\ace\Auto_Ptr.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\LSOCK_Connector.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Base_Transport_Property.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Invocation.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Protocols_Hooks.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Thread_Lane_Resources.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Cache_Manager.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86) Debug"
+
+DEP_CPP_UIOP_CO=\
+ "..\..\..\ace\Acceptor.cpp"\
+ "..\..\..\ace\Acceptor.h"\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Addr.h"\
+ "..\..\..\ace\Addr.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Connection_Recycling_Strategy.h"\
+ "..\..\..\ace\Connector.cpp"\
+ "..\..\..\ace\Connector.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Dynamic.h"\
+ "..\..\..\ace\Dynamic.i"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Hashable.h"\
+ "..\..\..\ace\Hashable.inl"\
+ "..\..\..\ace\INET_Addr.h"\
+ "..\..\..\ace\INET_Addr.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\IPC_SAP.h"\
+ "..\..\..\ace\IPC_SAP.i"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\LSOCK.h"\
+ "..\..\..\ace\LSOCK.i"\
+ "..\..\..\ace\LSOCK_Acceptor.h"\
+ "..\..\..\ace\LSOCK_Connector.h"\
+ "..\..\..\ace\LSOCK_Connector.i"\
+ "..\..\..\ace\LSOCK_Stream.h"\
+ "..\..\..\ace\LSOCK_Stream.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Notification_Strategy.h"\
+ "..\..\..\ace\Notification_Strategy.inl"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\SOCK.h"\
+ "..\..\..\ace\SOCK.i"\
+ "..\..\..\ace\SOCK_Acceptor.h"\
+ "..\..\..\ace\SOCK_Acceptor.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SOCK_Connector.h"\
+ "..\..\..\ace\SOCK_Connector.i"\
+ "..\..\..\ace\SOCK_IO.h"\
+ "..\..\..\ace\SOCK_IO.i"\
+ "..\..\..\ace\SOCK_Stream.h"\
+ "..\..\..\ace\SOCK_Stream.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Svc_Handler.cpp"\
+ "..\..\..\ace\Svc_Handler.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Time_Value.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\UNIX_Addr.h"\
+ "..\..\..\ace\UNIX_Addr.i"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Base_Transport_Property.h"\
+ "..\Base_Transport_Property.inl"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Connection_Handler.h"\
+ "..\Connection_Handler.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\Connector_Impl.cpp"\
+ "..\Connector_Impl.h"\
+ "..\Connector_Impl.inl"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\Invocation.h"\
+ "..\Invocation.i"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LF_Event.h"\
+ "..\LF_Event.inl"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\operation_details.h"\
+ "..\operation_details.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Reply_Dispatcher.h"\
+ "..\Reply_Dispatcher.i"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Service_Context.h"\
+ "..\Service_Context.inl"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\Synch_Reply_Dispatcher.h"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TAOC.h"\
+ "..\TAOC.i"\
+ "..\target_specification.h"\
+ "..\target_specification.i"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ "..\Wait_Strategy.h"\
+ "..\Wait_Strategy.inl"\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\UIOP_Endpoint.cpp
+
+!IF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Release"
+
+DEP_CPP_UIOP_E=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_E=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_UIOP_E=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_E=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Release"
+
+DEP_CPP_UIOP_E=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_E=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Debug"
+
+DEP_CPP_UIOP_E=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_E=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Release"
+
+DEP_CPP_UIOP_E=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_E=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Debug"
+
+DEP_CPP_UIOP_E=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_E=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Release"
+
+DEP_CPP_UIOP_E=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_E=\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\LSOCK.h"\
+ ".\ce\LSOCK.i"\
+ ".\ce\LSOCK_Acceptor.h"\
+ ".\ce\LSOCK_Stream.h"\
+ ".\ce\LSOCK_Stream.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\SOCK_Acceptor.h"\
+ ".\ce\SOCK_Acceptor.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Time_Value.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\UNIX_Addr.h"\
+ ".\ce\UNIX_Addr.i"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Connection_Handler.h"\
+ ".\Connection_Handler.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\TAO_Export.h"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+ ".\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Debug"
+
+DEP_CPP_UIOP_E=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_E=\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\LSOCK.h"\
+ ".\ce\LSOCK.i"\
+ ".\ce\LSOCK_Acceptor.h"\
+ ".\ce\LSOCK_Stream.h"\
+ ".\ce\LSOCK_Stream.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\SOCK_Acceptor.h"\
+ ".\ce\SOCK_Acceptor.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Time_Value.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\UNIX_Addr.h"\
+ ".\ce\UNIX_Addr.i"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Connection_Handler.h"\
+ ".\Connection_Handler.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\TAO_Export.h"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+ ".\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Release"
+
+DEP_CPP_UIOP_E=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_E=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Debug"
+
+DEP_CPP_UIOP_E=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_E=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86) Debug"
+
+DEP_CPP_UIOP_E=\
+ "..\..\..\ace\Acceptor.cpp"\
+ "..\..\..\ace\Acceptor.h"\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Addr.h"\
+ "..\..\..\ace\Addr.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Connection_Recycling_Strategy.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Dynamic.h"\
+ "..\..\..\ace\Dynamic.i"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Hashable.h"\
+ "..\..\..\ace\Hashable.inl"\
+ "..\..\..\ace\INET_Addr.h"\
+ "..\..\..\ace\INET_Addr.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\IPC_SAP.h"\
+ "..\..\..\ace\IPC_SAP.i"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\LSOCK.h"\
+ "..\..\..\ace\LSOCK.i"\
+ "..\..\..\ace\LSOCK_Acceptor.h"\
+ "..\..\..\ace\LSOCK_Stream.h"\
+ "..\..\..\ace\LSOCK_Stream.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Notification_Strategy.h"\
+ "..\..\..\ace\Notification_Strategy.inl"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\SOCK.h"\
+ "..\..\..\ace\SOCK.i"\
+ "..\..\..\ace\SOCK_Acceptor.h"\
+ "..\..\..\ace\SOCK_Acceptor.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SOCK_IO.h"\
+ "..\..\..\ace\SOCK_IO.i"\
+ "..\..\..\ace\SOCK_Stream.h"\
+ "..\..\..\ace\SOCK_Stream.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Svc_Handler.cpp"\
+ "..\..\..\ace\Svc_Handler.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Time_Value.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\UNIX_Addr.h"\
+ "..\..\..\ace\UNIX_Addr.i"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Connection_Handler.h"\
+ "..\Connection_Handler.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\orbconf.h"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\TAO_Export.h"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\varbase.h"\
+ "..\Wait_Strategy.h"\
+ "..\Wait_Strategy.inl"\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\uiop_endpoints.cpp
+
+!IF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Release"
+
+DEP_CPP_UIOP_EN=\
+ ".\strategies_export.h"\
+ ".\uiop_endpoints.h"\
+ ".\uiop_endpoints.i"\
+
+NODEP_CPP_UIOP_EN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Managed_Types.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_UIOP_EN=\
+ ".\strategies_export.h"\
+ ".\uiop_endpoints.h"\
+ ".\uiop_endpoints.i"\
+
+NODEP_CPP_UIOP_EN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Managed_Types.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Release"
+
+DEP_CPP_UIOP_EN=\
+ ".\strategies_export.h"\
+ ".\uiop_endpoints.h"\
+ ".\uiop_endpoints.i"\
+
+NODEP_CPP_UIOP_EN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Managed_Types.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Debug"
+
+DEP_CPP_UIOP_EN=\
+ ".\strategies_export.h"\
+ ".\uiop_endpoints.h"\
+ ".\uiop_endpoints.i"\
+
+NODEP_CPP_UIOP_EN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Managed_Types.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Release"
+
+DEP_CPP_UIOP_EN=\
+ ".\strategies_export.h"\
+ ".\uiop_endpoints.h"\
+ ".\uiop_endpoints.i"\
+
+NODEP_CPP_UIOP_EN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Managed_Types.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Debug"
+
+DEP_CPP_UIOP_EN=\
+ ".\strategies_export.h"\
+ ".\uiop_endpoints.h"\
+ ".\uiop_endpoints.i"\
+
+NODEP_CPP_UIOP_EN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Managed_Types.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Release"
+
+DEP_CPP_UIOP_EN=\
+ ".\strategies_export.h"\
+ ".\uiop_endpoints.h"\
+ ".\uiop_endpoints.i"\
+
+NODEP_CPP_UIOP_EN=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Debug"
+
+DEP_CPP_UIOP_EN=\
+ ".\strategies_export.h"\
+ ".\uiop_endpoints.h"\
+ ".\uiop_endpoints.i"\
+
+NODEP_CPP_UIOP_EN=\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Release"
+
+DEP_CPP_UIOP_EN=\
+ ".\strategies_export.h"\
+ ".\uiop_endpoints.h"\
+ ".\uiop_endpoints.i"\
+
+NODEP_CPP_UIOP_EN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Managed_Types.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Debug"
+
+DEP_CPP_UIOP_EN=\
+ ".\strategies_export.h"\
+ ".\uiop_endpoints.h"\
+ ".\uiop_endpoints.i"\
+
+NODEP_CPP_UIOP_EN=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\tao\Any.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\Managed_Types.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Typecode.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86) Debug"
+
+DEP_CPP_UIOP_EN=\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\orbconf.h"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\TAO_Export.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\varbase.h"\
+ ".\strategies_export.h"\
+ ".\uiop_endpoints.h"\
+ ".\uiop_endpoints.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\UIOP_Factory.cpp
+
+!IF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Release"
+
+DEP_CPP_UIOP_F=\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Factory.h"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_F=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\LSOCK_Connector.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_UIOP_F=\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Factory.h"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_F=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\LSOCK_Connector.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Release"
+
+DEP_CPP_UIOP_F=\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Factory.h"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_F=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\LSOCK_Connector.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Debug"
+
+DEP_CPP_UIOP_F=\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Factory.h"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_F=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\LSOCK_Connector.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Release"
+
+DEP_CPP_UIOP_F=\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Factory.h"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_F=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\LSOCK_Connector.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Debug"
+
+DEP_CPP_UIOP_F=\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Factory.h"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_F=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\LSOCK_Connector.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Release"
+
+DEP_CPP_UIOP_F=\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Factory.h"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_F=\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\Acceptor_Impl.cpp"\
+ ".\Acceptor_Impl.h"\
+ ".\Acceptor_Impl.i"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Connector.cpp"\
+ ".\ce\Connector.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\LSOCK.h"\
+ ".\ce\LSOCK.i"\
+ ".\ce\LSOCK_Acceptor.h"\
+ ".\ce\LSOCK_Connector.h"\
+ ".\ce\LSOCK_Connector.i"\
+ ".\ce\LSOCK_Stream.h"\
+ ".\ce\LSOCK_Stream.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\SOCK_Acceptor.h"\
+ ".\ce\SOCK_Acceptor.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_Connector.h"\
+ ".\ce\SOCK_Connector.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Time_Value.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\UNIX_Addr.h"\
+ ".\ce\UNIX_Addr.i"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Handler.h"\
+ ".\Connection_Handler.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\Connector_Impl.cpp"\
+ ".\Connector_Impl.h"\
+ ".\Connector_Impl.inl"\
+ ".\Connector_Registry.h"\
+ ".\Connector_Registry.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\ORB_Table.h"\
+ ".\ORB_Table.inl"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Debug"
+
+DEP_CPP_UIOP_F=\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Factory.h"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_F=\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\Acceptor_Impl.cpp"\
+ ".\Acceptor_Impl.h"\
+ ".\Acceptor_Impl.i"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Connector.cpp"\
+ ".\ce\Connector.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\LSOCK.h"\
+ ".\ce\LSOCK.i"\
+ ".\ce\LSOCK_Acceptor.h"\
+ ".\ce\LSOCK_Connector.h"\
+ ".\ce\LSOCK_Connector.i"\
+ ".\ce\LSOCK_Stream.h"\
+ ".\ce\LSOCK_Stream.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\SOCK_Acceptor.h"\
+ ".\ce\SOCK_Acceptor.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_Connector.h"\
+ ".\ce\SOCK_Connector.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Time_Value.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\UNIX_Addr.h"\
+ ".\ce\UNIX_Addr.i"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Handler.h"\
+ ".\Connection_Handler.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\Connector_Impl.cpp"\
+ ".\Connector_Impl.h"\
+ ".\Connector_Impl.inl"\
+ ".\Connector_Registry.h"\
+ ".\Connector_Registry.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\ORB_Table.h"\
+ ".\ORB_Table.inl"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Release"
+
+DEP_CPP_UIOP_F=\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Factory.h"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_F=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\LSOCK_Connector.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Debug"
+
+DEP_CPP_UIOP_F=\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Factory.h"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_F=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\LSOCK_Connector.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86) Debug"
+
+DEP_CPP_UIOP_F=\
+ "..\..\..\ace\Acceptor.cpp"\
+ "..\..\..\ace\Acceptor.h"\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Addr.h"\
+ "..\..\..\ace\Addr.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Connection_Recycling_Strategy.h"\
+ "..\..\..\ace\Connector.cpp"\
+ "..\..\..\ace\Connector.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Dynamic.h"\
+ "..\..\..\ace\Dynamic.i"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Hashable.h"\
+ "..\..\..\ace\Hashable.inl"\
+ "..\..\..\ace\INET_Addr.h"\
+ "..\..\..\ace\INET_Addr.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\IPC_SAP.h"\
+ "..\..\..\ace\IPC_SAP.i"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\LSOCK.h"\
+ "..\..\..\ace\LSOCK.i"\
+ "..\..\..\ace\LSOCK_Acceptor.h"\
+ "..\..\..\ace\LSOCK_Connector.h"\
+ "..\..\..\ace\LSOCK_Connector.i"\
+ "..\..\..\ace\LSOCK_Stream.h"\
+ "..\..\..\ace\LSOCK_Stream.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Notification_Strategy.h"\
+ "..\..\..\ace\Notification_Strategy.inl"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\SOCK.h"\
+ "..\..\..\ace\SOCK.i"\
+ "..\..\..\ace\SOCK_Acceptor.h"\
+ "..\..\..\ace\SOCK_Acceptor.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SOCK_Connector.h"\
+ "..\..\..\ace\SOCK_Connector.i"\
+ "..\..\..\ace\SOCK_IO.h"\
+ "..\..\..\ace\SOCK_IO.i"\
+ "..\..\..\ace\SOCK_Stream.h"\
+ "..\..\..\ace\SOCK_Stream.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Svc_Handler.cpp"\
+ "..\..\..\ace\Svc_Handler.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Time_Value.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\UNIX_Addr.h"\
+ "..\..\..\ace\UNIX_Addr.i"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Acceptor_Impl.cpp"\
+ "..\Acceptor_Impl.h"\
+ "..\Acceptor_Impl.i"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Connection_Handler.h"\
+ "..\Connection_Handler.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\Connector_Impl.cpp"\
+ "..\Connector_Impl.h"\
+ "..\Connector_Impl.inl"\
+ "..\Connector_Registry.h"\
+ "..\Connector_Registry.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\ORB_Table.h"\
+ "..\ORB_Table.inl"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ "..\Wait_Strategy.h"\
+ "..\Wait_Strategy.inl"\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Factory.h"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\UIOP_Lite_Factory.cpp
+
+!IF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Release"
+
+DEP_CPP_UIOP_L=\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Lite_Factory.h"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_L=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\LSOCK_Connector.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_UIOP_L=\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Lite_Factory.h"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_L=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\LSOCK_Connector.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Release"
+
+DEP_CPP_UIOP_L=\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Lite_Factory.h"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_L=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\LSOCK_Connector.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Debug"
+
+DEP_CPP_UIOP_L=\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Lite_Factory.h"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_L=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\LSOCK_Connector.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Release"
+
+DEP_CPP_UIOP_L=\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Lite_Factory.h"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_L=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\LSOCK_Connector.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Debug"
+
+DEP_CPP_UIOP_L=\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Lite_Factory.h"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_L=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\LSOCK_Connector.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Release"
+
+DEP_CPP_UIOP_L=\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Lite_Factory.h"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_L=\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\Acceptor_Impl.cpp"\
+ ".\Acceptor_Impl.h"\
+ ".\Acceptor_Impl.i"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Connector.cpp"\
+ ".\ce\Connector.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Dynamic_Service.cpp"\
+ ".\ce\Dynamic_Service.h"\
+ ".\ce\Dynamic_Service.i"\
+ ".\ce\Dynamic_Service_Base.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\LSOCK.h"\
+ ".\ce\LSOCK.i"\
+ ".\ce\LSOCK_Acceptor.h"\
+ ".\ce\LSOCK_Connector.h"\
+ ".\ce\LSOCK_Connector.i"\
+ ".\ce\LSOCK_Stream.h"\
+ ".\ce\LSOCK_Stream.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\SOCK_Acceptor.h"\
+ ".\ce\SOCK_Acceptor.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_Connector.h"\
+ ".\ce\SOCK_Connector.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Time_Value.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\UNIX_Addr.h"\
+ ".\ce\UNIX_Addr.i"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Handler.h"\
+ ".\Connection_Handler.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\Connector_Impl.cpp"\
+ ".\Connector_Impl.h"\
+ ".\Connector_Impl.inl"\
+ ".\Connector_Registry.h"\
+ ".\Connector_Registry.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\ORB_Table.h"\
+ ".\ORB_Table.inl"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Debug"
+
+DEP_CPP_UIOP_L=\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Lite_Factory.h"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_L=\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\Acceptor_Impl.cpp"\
+ ".\Acceptor_Impl.h"\
+ ".\Acceptor_Impl.i"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Connector.cpp"\
+ ".\ce\Connector.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Dynamic_Service.cpp"\
+ ".\ce\Dynamic_Service.h"\
+ ".\ce\Dynamic_Service.i"\
+ ".\ce\Dynamic_Service_Base.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\LSOCK.h"\
+ ".\ce\LSOCK.i"\
+ ".\ce\LSOCK_Acceptor.h"\
+ ".\ce\LSOCK_Connector.h"\
+ ".\ce\LSOCK_Connector.i"\
+ ".\ce\LSOCK_Stream.h"\
+ ".\ce\LSOCK_Stream.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\SOCK_Acceptor.h"\
+ ".\ce\SOCK_Acceptor.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_Connector.h"\
+ ".\ce\SOCK_Connector.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Time_Value.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\UNIX_Addr.h"\
+ ".\ce\UNIX_Addr.i"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Handler.h"\
+ ".\Connection_Handler.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\Connector_Impl.cpp"\
+ ".\Connector_Impl.h"\
+ ".\Connector_Impl.inl"\
+ ".\Connector_Registry.h"\
+ ".\Connector_Registry.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\ORB_Table.h"\
+ ".\ORB_Table.inl"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Server_Strategy_Factory.h"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\Thread_Lane_Resources.h"\
+ ".\Thread_Lane_Resources.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Release"
+
+DEP_CPP_UIOP_L=\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Lite_Factory.h"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_L=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\LSOCK_Connector.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Debug"
+
+DEP_CPP_UIOP_L=\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Lite_Factory.h"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_L=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\Connector.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\LSOCK_Connector.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\tao\Acceptor_Impl.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\Connector_Impl.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\GIOP_Message_Version.h"\
+ ".\tao\Pluggable.h"\
+ ".\tao\Protocol_Factory.h"\
+ ".\tao\Resource_Factory.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86) Debug"
+
+DEP_CPP_UIOP_L=\
+ "..\..\..\ace\Acceptor.cpp"\
+ "..\..\..\ace\Acceptor.h"\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Addr.h"\
+ "..\..\..\ace\Addr.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Connection_Recycling_Strategy.h"\
+ "..\..\..\ace\Connector.cpp"\
+ "..\..\..\ace\Connector.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Dynamic.h"\
+ "..\..\..\ace\Dynamic.i"\
+ "..\..\..\ace\Dynamic_Service.cpp"\
+ "..\..\..\ace\Dynamic_Service.h"\
+ "..\..\..\ace\Dynamic_Service.i"\
+ "..\..\..\ace\Dynamic_Service_Base.h"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Hashable.h"\
+ "..\..\..\ace\Hashable.inl"\
+ "..\..\..\ace\INET_Addr.h"\
+ "..\..\..\ace\INET_Addr.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\IPC_SAP.h"\
+ "..\..\..\ace\IPC_SAP.i"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\LSOCK.h"\
+ "..\..\..\ace\LSOCK.i"\
+ "..\..\..\ace\LSOCK_Acceptor.h"\
+ "..\..\..\ace\LSOCK_Connector.h"\
+ "..\..\..\ace\LSOCK_Connector.i"\
+ "..\..\..\ace\LSOCK_Stream.h"\
+ "..\..\..\ace\LSOCK_Stream.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Notification_Strategy.h"\
+ "..\..\..\ace\Notification_Strategy.inl"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\SOCK.h"\
+ "..\..\..\ace\SOCK.i"\
+ "..\..\..\ace\SOCK_Acceptor.h"\
+ "..\..\..\ace\SOCK_Acceptor.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SOCK_Connector.h"\
+ "..\..\..\ace\SOCK_Connector.i"\
+ "..\..\..\ace\SOCK_IO.h"\
+ "..\..\..\ace\SOCK_IO.i"\
+ "..\..\..\ace\SOCK_Stream.h"\
+ "..\..\..\ace\SOCK_Stream.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Svc_Handler.cpp"\
+ "..\..\..\ace\Svc_Handler.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Time_Value.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\UNIX_Addr.h"\
+ "..\..\..\ace\UNIX_Addr.i"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Acceptor_Impl.cpp"\
+ "..\Acceptor_Impl.h"\
+ "..\Acceptor_Impl.i"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Connection_Handler.h"\
+ "..\Connection_Handler.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\Connector_Impl.cpp"\
+ "..\Connector_Impl.h"\
+ "..\Connector_Impl.inl"\
+ "..\Connector_Registry.h"\
+ "..\Connector_Registry.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\ORB_Table.h"\
+ "..\ORB_Table.inl"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Server_Strategy_Factory.h"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Thread_Lane_Resources.h"\
+ "..\Thread_Lane_Resources.i"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ "..\Wait_Strategy.h"\
+ "..\Wait_Strategy.inl"\
+ ".\strategies_export.h"\
+ ".\UIOP_Acceptor.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Connector.h"\
+ ".\UIOP_Lite_Factory.h"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\UIOP_Profile.cpp
+
+!IF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Release"
+
+DEP_CPP_UIOP_P=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\uiop_endpoints.h"\
+ ".\uiop_endpoints.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_P=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Any.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Managed_Types.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Typecode.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_UIOP_P=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\uiop_endpoints.h"\
+ ".\uiop_endpoints.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_P=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Any.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Managed_Types.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Typecode.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Release"
+
+DEP_CPP_UIOP_P=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\uiop_endpoints.h"\
+ ".\uiop_endpoints.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_P=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Any.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Managed_Types.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Typecode.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Debug"
+
+DEP_CPP_UIOP_P=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\uiop_endpoints.h"\
+ ".\uiop_endpoints.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_P=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Any.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Managed_Types.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Typecode.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Release"
+
+DEP_CPP_UIOP_P=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\uiop_endpoints.h"\
+ ".\uiop_endpoints.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_P=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Any.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Managed_Types.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Typecode.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Debug"
+
+DEP_CPP_UIOP_P=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\uiop_endpoints.h"\
+ ".\uiop_endpoints.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_P=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Any.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Managed_Types.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Typecode.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Release"
+
+DEP_CPP_UIOP_P=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\uiop_endpoints.h"\
+ ".\uiop_endpoints.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_P=\
+ "..\..\..\..\CONV_FRAMEC.h"\
+ "..\..\..\..\CONV_FRAMEC.i"\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Object_KeyC.h"\
+ "..\..\..\..\Object_KeyC.i"\
+ "..\..\..\..\Profile.h"\
+ "..\..\..\..\Profile.i"\
+ "..\..\..\..\Tagged_Components.h"\
+ "..\..\..\..\Tagged_Components.i"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\LSOCK.h"\
+ ".\ce\LSOCK.i"\
+ ".\ce\LSOCK_Acceptor.h"\
+ ".\ce\LSOCK_Stream.h"\
+ ".\ce\LSOCK_Stream.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\SOCK_Acceptor.h"\
+ ".\ce\SOCK_Acceptor.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Time_Value.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\UNIX_Addr.h"\
+ ".\ce\UNIX_Addr.i"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Handler.h"\
+ ".\Connection_Handler.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Debug"
+
+DEP_CPP_UIOP_P=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\uiop_endpoints.h"\
+ ".\uiop_endpoints.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_P=\
+ "..\..\..\..\CONV_FRAMEC.h"\
+ "..\..\..\..\CONV_FRAMEC.i"\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\Object_KeyC.h"\
+ "..\..\..\..\Object_KeyC.i"\
+ "..\..\..\..\Profile.h"\
+ "..\..\..\..\Profile.i"\
+ "..\..\..\..\Tagged_Components.h"\
+ "..\..\..\..\Tagged_Components.i"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\LSOCK.h"\
+ ".\ce\LSOCK.i"\
+ ".\ce\LSOCK_Acceptor.h"\
+ ".\ce\LSOCK_Stream.h"\
+ ".\ce\LSOCK_Stream.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\SOCK_Acceptor.h"\
+ ".\ce\SOCK_Acceptor.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Time_Value.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\UNIX_Addr.h"\
+ ".\ce\UNIX_Addr.i"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Handler.h"\
+ ".\Connection_Handler.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Release"
+
+DEP_CPP_UIOP_P=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\uiop_endpoints.h"\
+ ".\uiop_endpoints.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_P=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Any.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Managed_Types.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Typecode.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Debug"
+
+DEP_CPP_UIOP_P=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\uiop_endpoints.h"\
+ ".\uiop_endpoints.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_P=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\Any.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\Environment.h"\
+ ".\tao\Managed_Types.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Sequence.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Typecode.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86) Debug"
+
+DEP_CPP_UIOP_P=\
+ "..\..\..\ace\Acceptor.cpp"\
+ "..\..\..\ace\Acceptor.h"\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Addr.h"\
+ "..\..\..\ace\Addr.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Connection_Recycling_Strategy.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Dynamic.h"\
+ "..\..\..\ace\Dynamic.i"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Hashable.h"\
+ "..\..\..\ace\Hashable.inl"\
+ "..\..\..\ace\INET_Addr.h"\
+ "..\..\..\ace\INET_Addr.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\IPC_SAP.h"\
+ "..\..\..\ace\IPC_SAP.i"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\LSOCK.h"\
+ "..\..\..\ace\LSOCK.i"\
+ "..\..\..\ace\LSOCK_Acceptor.h"\
+ "..\..\..\ace\LSOCK_Stream.h"\
+ "..\..\..\ace\LSOCK_Stream.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Notification_Strategy.h"\
+ "..\..\..\ace\Notification_Strategy.inl"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\SOCK.h"\
+ "..\..\..\ace\SOCK.i"\
+ "..\..\..\ace\SOCK_Acceptor.h"\
+ "..\..\..\ace\SOCK_Acceptor.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SOCK_IO.h"\
+ "..\..\..\ace\SOCK_IO.i"\
+ "..\..\..\ace\SOCK_Stream.h"\
+ "..\..\..\ace\SOCK_Stream.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Svc_Handler.cpp"\
+ "..\..\..\ace\Svc_Handler.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Time_Value.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\UNIX_Addr.h"\
+ "..\..\..\ace\UNIX_Addr.i"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Connection_Handler.h"\
+ "..\Connection_Handler.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ "..\Wait_Strategy.h"\
+ "..\Wait_Strategy.inl"\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\uiop_endpoints.h"\
+ ".\uiop_endpoints.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\UIOP_Transport.cpp
+
+!IF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Release"
+
+DEP_CPP_UIOP_T=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_T=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Base.h"\
+ ".\tao\GIOP_Message_Lite.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Sync_Strategies.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Mux_Strategy.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_UIOP_T=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_T=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Base.h"\
+ ".\tao\GIOP_Message_Lite.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Sync_Strategies.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Mux_Strategy.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Release"
+
+DEP_CPP_UIOP_T=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_T=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Base.h"\
+ ".\tao\GIOP_Message_Lite.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Sync_Strategies.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Mux_Strategy.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH4) Debug"
+
+DEP_CPP_UIOP_T=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_T=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Base.h"\
+ ".\tao\GIOP_Message_Lite.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Sync_Strategies.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Mux_Strategy.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Release"
+
+DEP_CPP_UIOP_T=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_T=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Base.h"\
+ ".\tao\GIOP_Message_Lite.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Sync_Strategies.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Mux_Strategy.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE SH3) Debug"
+
+DEP_CPP_UIOP_T=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_T=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Base.h"\
+ ".\tao\GIOP_Message_Lite.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Sync_Strategies.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Mux_Strategy.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Release"
+
+DEP_CPP_UIOP_T=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_T=\
+ "..\..\..\..\CONV_FRAMEC.h"\
+ "..\..\..\..\CONV_FRAMEC.i"\
+ "..\..\..\..\GIOP_Message_Base.h"\
+ "..\..\..\..\GIOP_Message_Base.i"\
+ "..\..\..\..\GIOP_Message_Generator_Parser.h"\
+ "..\..\..\..\GIOP_Message_Generator_Parser.inl"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_10.h"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_10.inl"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_11.h"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_11.inl"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_12.h"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_12.inl"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_Impl.h"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_Impl.inl"\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\MProfile.h"\
+ "..\..\..\..\MProfile.i"\
+ "..\..\..\..\Object_KeyC.h"\
+ "..\..\..\..\Object_KeyC.i"\
+ "..\..\..\..\Profile.h"\
+ "..\..\..\..\Profile.i"\
+ "..\..\..\..\stub.h"\
+ "..\..\..\..\Stub.i"\
+ "..\..\..\..\Sync_Strategies.h"\
+ "..\..\..\..\Sync_Strategies.i"\
+ "..\..\..\..\Tagged_Components.h"\
+ "..\..\..\..\Tagged_Components.i"\
+ "..\..\..\..\TAOC.h"\
+ "..\..\..\..\TAOC.i"\
+ "..\..\..\..\Timeprobe.h"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Mux_Strategy.h"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\High_Res_Timer.h"\
+ ".\ce\High_Res_Timer.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\LSOCK.h"\
+ ".\ce\LSOCK.i"\
+ ".\ce\LSOCK_Acceptor.h"\
+ ".\ce\LSOCK_Stream.h"\
+ ".\ce\LSOCK_Stream.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\SOCK_Acceptor.h"\
+ ".\ce\SOCK_Acceptor.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Time_Value.h"\
+ ".\ce\Timeprobe.h"\
+ ".\ce\Timeprobe.i"\
+ ".\ce\Timeprobe_T.cpp"\
+ ".\ce\Timeprobe_T.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\UNIX_Addr.h"\
+ ".\ce\UNIX_Addr.i"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Handler.h"\
+ ".\Connection_Handler.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Lite.h"\
+ ".\GIOP_Message_Lite.i"\
+ ".\GIOP_Message_State.h"\
+ ".\GIOP_Message_State.inl"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\GIOP_Utils.h"\
+ ".\GIOP_Utils.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging.h"\
+ ".\Pluggable_Messaging.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE ARM) Debug"
+
+DEP_CPP_UIOP_T=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_T=\
+ "..\..\..\..\CONV_FRAMEC.h"\
+ "..\..\..\..\CONV_FRAMEC.i"\
+ "..\..\..\..\GIOP_Message_Base.h"\
+ "..\..\..\..\GIOP_Message_Base.i"\
+ "..\..\..\..\GIOP_Message_Generator_Parser.h"\
+ "..\..\..\..\GIOP_Message_Generator_Parser.inl"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_10.h"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_10.inl"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_11.h"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_11.inl"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_12.h"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_12.inl"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_Impl.h"\
+ "..\..\..\..\GIOP_Message_Generator_Parser_Impl.inl"\
+ "..\..\..\..\Incoming_Message_Queue.h"\
+ "..\..\..\..\Incoming_Message_Queue.inl"\
+ "..\..\..\..\MProfile.h"\
+ "..\..\..\..\MProfile.i"\
+ "..\..\..\..\Object_KeyC.h"\
+ "..\..\..\..\Object_KeyC.i"\
+ "..\..\..\..\Profile.h"\
+ "..\..\..\..\Profile.i"\
+ "..\..\..\..\stub.h"\
+ "..\..\..\..\Stub.i"\
+ "..\..\..\..\Sync_Strategies.h"\
+ "..\..\..\..\Sync_Strategies.i"\
+ "..\..\..\..\Tagged_Components.h"\
+ "..\..\..\..\Tagged_Components.i"\
+ "..\..\..\..\TAOC.h"\
+ "..\..\..\..\TAOC.i"\
+ "..\..\..\..\Timeprobe.h"\
+ "..\..\..\..\Transport.inl"\
+ "..\..\..\..\Transport_Mux_Strategy.h"\
+ "..\..\..\..\Transport_Timer.h"\
+ "..\..\..\..\Wait_Strategy.inl"\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\Cache_Entries.h"\
+ ".\Cache_Entries.inl"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\Acceptor.cpp"\
+ ".\ce\Acceptor.h"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Addr.h"\
+ ".\ce\Addr.i"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Dynamic.h"\
+ ".\ce\Dynamic.i"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\High_Res_Timer.h"\
+ ".\ce\High_Res_Timer.i"\
+ ".\ce\INET_Addr.h"\
+ ".\ce\INET_Addr.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\IO_Cntl_Msg.h"\
+ ".\ce\iosfwd.h"\
+ ".\ce\IPC_SAP.h"\
+ ".\ce\IPC_SAP.i"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\LSOCK.h"\
+ ".\ce\LSOCK.i"\
+ ".\ce\LSOCK_Acceptor.h"\
+ ".\ce\LSOCK_Stream.h"\
+ ".\ce\LSOCK_Stream.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Message_Queue.h"\
+ ".\ce\Message_Queue.i"\
+ ".\ce\Message_Queue_T.cpp"\
+ ".\ce\Message_Queue_T.h"\
+ ".\ce\Message_Queue_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Module.cpp"\
+ ".\ce\Module.h"\
+ ".\ce\Module.i"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Service_Repository.h"\
+ ".\ce\Service_Repository.i"\
+ ".\ce\Service_Types.h"\
+ ".\ce\Service_Types.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\SOCK.h"\
+ ".\ce\SOCK.i"\
+ ".\ce\SOCK_Acceptor.h"\
+ ".\ce\SOCK_Acceptor.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SOCK_IO.h"\
+ ".\ce\SOCK_IO.i"\
+ ".\ce\SOCK_Stream.h"\
+ ".\ce\SOCK_Stream.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\Strategies.h"\
+ ".\ce\Strategies.i"\
+ ".\ce\Strategies_T.cpp"\
+ ".\ce\Strategies_T.h"\
+ ".\ce\Strategies_T.i"\
+ ".\ce\Stream_Modules.cpp"\
+ ".\ce\Stream_Modules.h"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Svc_Handler.cpp"\
+ ".\ce\Svc_Handler.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_Options.h"\
+ ".\ce\Synch_Options.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Task.h"\
+ ".\ce\Task.i"\
+ ".\ce\Task_T.cpp"\
+ ".\ce\Task_T.h"\
+ ".\ce\Task_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Time_Value.h"\
+ ".\ce\Timeprobe.h"\
+ ".\ce\Timeprobe.i"\
+ ".\ce\Timeprobe_T.cpp"\
+ ".\ce\Timeprobe_T.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\ce\UNIX_Addr.h"\
+ ".\ce\UNIX_Addr.i"\
+ ".\ce\WFMO_Reactor.h"\
+ ".\ce\WFMO_Reactor.i"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\Connection_Handler.h"\
+ ".\Connection_Handler.inl"\
+ ".\Connection_Purging_Strategy.h"\
+ ".\Connection_Purging_Strategy.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Endpoint.h"\
+ ".\Endpoint.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Lite.h"\
+ ".\GIOP_Message_Lite.i"\
+ ".\GIOP_Message_State.h"\
+ ".\GIOP_Message_State.inl"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\GIOP_Utils.h"\
+ ".\GIOP_Utils.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Pluggable_Messaging.h"\
+ ".\Pluggable_Messaging.i"\
+ ".\Pluggable_Messaging_Utils.h"\
+ ".\Pluggable_Messaging_Utils.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\Transport.h"\
+ ".\Transport_Cache_Manager.h"\
+ ".\Transport_Cache_Manager.inl"\
+ ".\Transport_Descriptor_Interface.h"\
+ ".\Transport_Descriptor_Interface.inl"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+ ".\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Release"
+
+DEP_CPP_UIOP_T=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_T=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Base.h"\
+ ".\tao\GIOP_Message_Lite.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Sync_Strategies.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Mux_Strategy.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86em) Debug"
+
+DEP_CPP_UIOP_T=\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+NODEP_CPP_UIOP_T=\
+ ".\ace\Acceptor.h"\
+ ".\ace\config-all.h"\
+ ".\ace\LSOCK_Acceptor.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Reactor.h"\
+ ".\ace\Svc_Handler.h"\
+ ".\ace\Synch.h"\
+ ".\ace\UNIX_Addr.h"\
+ ".\tao\CDR.h"\
+ ".\tao\Connection_Handler.h"\
+ ".\tao\corbafwd.h"\
+ ".\tao\debug.h"\
+ ".\tao\Endpoint.h"\
+ ".\tao\GIOP_Message_Base.h"\
+ ".\tao\GIOP_Message_Lite.h"\
+ ".\tao\Object_KeyC.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\Profile.h"\
+ ".\tao\Stub.h"\
+ ".\tao\Sync_Strategies.h"\
+ ".\tao\Timeprobe.h"\
+ ".\tao\Transport.h"\
+ ".\tao\Transport_Mux_Strategy.h"\
+ ".\tao\Wait_Strategy.h"\
+
+
+!ELSEIF "$(CFG)" == "TAO_Strategies - Win32 (WCE x86) Debug"
+
+DEP_CPP_UIOP_T=\
+ "..\..\..\ace\Acceptor.cpp"\
+ "..\..\..\ace\Acceptor.h"\
+ "..\..\..\ace\ACE.h"\
+ "..\..\..\ace\ACE.i"\
+ "..\..\..\ace\ACE_export.h"\
+ "..\..\..\ace\ace_wchar.h"\
+ "..\..\..\ace\ace_wchar.inl"\
+ "..\..\..\ace\Addr.h"\
+ "..\..\..\ace\Addr.i"\
+ "..\..\..\ace\Array_Base.cpp"\
+ "..\..\..\ace\Array_Base.h"\
+ "..\..\..\ace\Array_Base.inl"\
+ "..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\ace\Base_Thread_Adapter.h"\
+ "..\..\..\ace\Base_Thread_Adapter.inl"\
+ "..\..\..\ace\Basic_Types.h"\
+ "..\..\..\ace\Basic_Types.i"\
+ "..\..\..\ace\CDR_Base.h"\
+ "..\..\..\ace\CDR_Base.inl"\
+ "..\..\..\ace\CDR_Stream.h"\
+ "..\..\..\ace\CDR_Stream.i"\
+ "..\..\..\ace\config-all.h"\
+ "..\..\..\ace\config-cygwin32-common.h"\
+ "..\..\..\ace\config-cygwin32.h"\
+ "..\..\..\ace\config-g++-common.h"\
+ "..\..\..\ace\config-ghs-common.h"\
+ "..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\ace\config-win32-common.h"\
+ "..\..\..\ace\config-win32-ghs.h"\
+ "..\..\..\ace\config-win32-mingw.h"\
+ "..\..\..\ace\config-win32-msvc-5.h"\
+ "..\..\..\ace\config-win32-msvc-6.h"\
+ "..\..\..\ace\config-win32-msvc-7.h"\
+ "..\..\..\ace\config-win32-msvc.h"\
+ "..\..\..\ace\config-win32-visualage.h"\
+ "..\..\..\ace\config-win32.h"\
+ "..\..\..\ace\config-WinCE.h"\
+ "..\..\..\ace\config.h"\
+ "..\..\..\ace\Connection_Recycling_Strategy.h"\
+ "..\..\..\ace\Containers.h"\
+ "..\..\..\ace\Containers.i"\
+ "..\..\..\ace\Containers_T.cpp"\
+ "..\..\..\ace\Containers_T.h"\
+ "..\..\..\ace\Containers_T.i"\
+ "..\..\..\ace\CORBA_macros.h"\
+ "..\..\..\ace\Default_Constants.h"\
+ "..\..\..\ace\Dynamic.h"\
+ "..\..\..\ace\Dynamic.i"\
+ "..\..\..\ace\Event_Handler.h"\
+ "..\..\..\ace\Event_Handler.i"\
+ "..\..\..\ace\File_Lock.h"\
+ "..\..\..\ace\File_Lock.inl"\
+ "..\..\..\ace\Flag_Manip.h"\
+ "..\..\..\ace\Flag_Manip.i"\
+ "..\..\..\ace\Free_List.cpp"\
+ "..\..\..\ace\Free_List.h"\
+ "..\..\..\ace\Free_List.i"\
+ "..\..\..\ace\Functor.h"\
+ "..\..\..\ace\Functor.i"\
+ "..\..\..\ace\Functor_T.cpp"\
+ "..\..\..\ace\Functor_T.h"\
+ "..\..\..\ace\Functor_T.i"\
+ "..\..\..\ace\Global_Macros.h"\
+ "..\..\..\ace\Handle_Ops.h"\
+ "..\..\..\ace\Handle_Ops.i"\
+ "..\..\..\ace\Handle_Set.h"\
+ "..\..\..\ace\Handle_Set.i"\
+ "..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.cpp"\
+ "..\..\..\ace\Hash_Map_Manager_T.h"\
+ "..\..\..\ace\Hash_Map_Manager_T.i"\
+ "..\..\..\ace\Hashable.h"\
+ "..\..\..\ace\Hashable.inl"\
+ "..\..\..\ace\High_Res_Timer.h"\
+ "..\..\..\ace\High_Res_Timer.i"\
+ "..\..\..\ace\INET_Addr.h"\
+ "..\..\..\ace\INET_Addr.i"\
+ "..\..\..\ace\Init_ACE.h"\
+ "..\..\..\ace\Init_ACE.i"\
+ "..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\ace\iosfwd.h"\
+ "..\..\..\ace\IPC_SAP.h"\
+ "..\..\..\ace\IPC_SAP.i"\
+ "..\..\..\ace\Lib_Find.h"\
+ "..\..\..\ace\Lib_Find.i"\
+ "..\..\..\ace\Log_Msg.h"\
+ "..\..\..\ace\Log_Msg_Callback.h"\
+ "..\..\..\ace\Log_Priority.h"\
+ "..\..\..\ace\Log_Record.h"\
+ "..\..\..\ace\Log_Record.i"\
+ "..\..\..\ace\LSOCK.h"\
+ "..\..\..\ace\LSOCK.i"\
+ "..\..\..\ace\LSOCK_Acceptor.h"\
+ "..\..\..\ace\LSOCK_Stream.h"\
+ "..\..\..\ace\LSOCK_Stream.i"\
+ "..\..\..\ace\Malloc.h"\
+ "..\..\..\ace\Malloc.i"\
+ "..\..\..\ace\Malloc_Allocator.h"\
+ "..\..\..\ace\Malloc_Allocator.i"\
+ "..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\ace\Malloc_T.h"\
+ "..\..\..\ace\Malloc_T.i"\
+ "..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\ace\Managed_Object.h"\
+ "..\..\..\ace\Managed_Object.i"\
+ "..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\ace\Map_Manager.h"\
+ "..\..\..\ace\Map_Manager.i"\
+ "..\..\..\ace\Mem_Map.h"\
+ "..\..\..\ace\Mem_Map.i"\
+ "..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\ace\Message_Block.h"\
+ "..\..\..\ace\Message_Block.i"\
+ "..\..\..\ace\Message_Block_T.cpp"\
+ "..\..\..\ace\Message_Block_T.h"\
+ "..\..\..\ace\Message_Block_T.i"\
+ "..\..\..\ace\Message_Queue.h"\
+ "..\..\..\ace\Message_Queue.i"\
+ "..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\ace\Min_Max.h"\
+ "..\..\..\ace\Module.cpp"\
+ "..\..\..\ace\Module.h"\
+ "..\..\..\ace\Module.i"\
+ "..\..\..\ace\Node.cpp"\
+ "..\..\..\ace\Node.h"\
+ "..\..\..\ace\Notification_Strategy.h"\
+ "..\..\..\ace\Notification_Strategy.inl"\
+ "..\..\..\ace\Object_Manager.h"\
+ "..\..\..\ace\Object_Manager.i"\
+ "..\..\..\ace\OS.h"\
+ "..\..\..\ace\OS.i"\
+ "..\..\..\ace\OS_Dirent.h"\
+ "..\..\..\ace\OS_Dirent.inl"\
+ "..\..\..\ace\OS_Errno.h"\
+ "..\..\..\ace\OS_Errno.inl"\
+ "..\..\..\ace\OS_Export.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.h"\
+ "..\..\..\ace\OS_Log_Msg_Attributes.inl"\
+ "..\..\..\ace\OS_Memory.h"\
+ "..\..\..\ace\OS_Memory.inl"\
+ "..\..\..\ace\OS_String.h"\
+ "..\..\..\ace\OS_String.inl"\
+ "..\..\..\ace\OS_TLI.h"\
+ "..\..\..\ace\OS_TLI.inl"\
+ "..\..\..\ace\post.h"\
+ "..\..\..\ace\pre.h"\
+ "..\..\..\ace\Process_Mutex.h"\
+ "..\..\..\ace\Process_Mutex.inl"\
+ "..\..\..\ace\Process_Semaphore.h"\
+ "..\..\..\ace\Process_Semaphore.inl"\
+ "..\..\..\ace\Reactor.h"\
+ "..\..\..\ace\Reactor.i"\
+ "..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\ace\Recyclable.h"\
+ "..\..\..\ace\Recyclable.inl"\
+ "..\..\..\ace\Refcountable.h"\
+ "..\..\..\ace\Refcountable.inl"\
+ "..\..\..\ace\RW_Process_Mutex.h"\
+ "..\..\..\ace\RW_Process_Mutex.inl"\
+ "..\..\..\ace\Service_Config.h"\
+ "..\..\..\ace\Service_Config.i"\
+ "..\..\..\ace\Service_Object.h"\
+ "..\..\..\ace\Service_Object.i"\
+ "..\..\..\ace\Service_Repository.h"\
+ "..\..\..\ace\Service_Repository.i"\
+ "..\..\..\ace\Service_Types.h"\
+ "..\..\..\ace\Service_Types.i"\
+ "..\..\..\ace\Shared_Object.h"\
+ "..\..\..\ace\Shared_Object.i"\
+ "..\..\..\ace\Signal.h"\
+ "..\..\..\ace\Signal.i"\
+ "..\..\..\ace\Singleton.cpp"\
+ "..\..\..\ace\Singleton.h"\
+ "..\..\..\ace\Singleton.i"\
+ "..\..\..\ace\SOCK.h"\
+ "..\..\..\ace\SOCK.i"\
+ "..\..\..\ace\SOCK_Acceptor.h"\
+ "..\..\..\ace\SOCK_Acceptor.i"\
+ "..\..\..\ace\Sock_Connect.h"\
+ "..\..\..\ace\Sock_Connect.i"\
+ "..\..\..\ace\SOCK_IO.h"\
+ "..\..\..\ace\SOCK_IO.i"\
+ "..\..\..\ace\SOCK_Stream.h"\
+ "..\..\..\ace\SOCK_Stream.i"\
+ "..\..\..\ace\SString.h"\
+ "..\..\..\ace\SString.i"\
+ "..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\ace\Strategies_T.h"\
+ "..\..\..\ace\Strategies_T.i"\
+ "..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\ace\streams.h"\
+ "..\..\..\ace\String_Base.cpp"\
+ "..\..\..\ace\String_Base.h"\
+ "..\..\..\ace\String_Base.i"\
+ "..\..\..\ace\String_Base_Const.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\ace\svc_export.h"\
+ "..\..\..\ace\Svc_Handler.cpp"\
+ "..\..\..\ace\Svc_Handler.h"\
+ "..\..\..\ace\Synch.h"\
+ "..\..\..\ace\Synch.i"\
+ "..\..\..\ace\Synch_Options.h"\
+ "..\..\..\ace\Synch_Options.i"\
+ "..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\ace\Synch_T.h"\
+ "..\..\..\ace\Synch_T.i"\
+ "..\..\..\ace\Task.h"\
+ "..\..\..\ace\Task.i"\
+ "..\..\..\ace\Task_T.cpp"\
+ "..\..\..\ace\Task_T.h"\
+ "..\..\..\ace\Task_T.i"\
+ "..\..\..\ace\Test_and_Set.cpp"\
+ "..\..\..\ace\Test_and_Set.h"\
+ "..\..\..\ace\Test_and_Set.i"\
+ "..\..\..\ace\Thread.h"\
+ "..\..\..\ace\Thread.i"\
+ "..\..\..\ace\Thread_Adapter.h"\
+ "..\..\..\ace\Thread_Adapter.inl"\
+ "..\..\..\ace\Thread_Control.h"\
+ "..\..\..\ace\Thread_Control.inl"\
+ "..\..\..\ace\Thread_Exit.h"\
+ "..\..\..\ace\Thread_Hook.h"\
+ "..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\ace\Time_Value.h"\
+ "..\..\..\ace\Timeprobe.h"\
+ "..\..\..\ace\Timeprobe.i"\
+ "..\..\..\ace\Timeprobe_T.cpp"\
+ "..\..\..\ace\Timeprobe_T.h"\
+ "..\..\..\ace\Timer_Queue.h"\
+ "..\..\..\ace\Timer_Queue_T.cpp"\
+ "..\..\..\ace\Timer_Queue_T.h"\
+ "..\..\..\ace\Timer_Queue_T.i"\
+ "..\..\..\ace\Trace.h"\
+ "..\..\..\ace\Unbounded_Queue.cpp"\
+ "..\..\..\ace\Unbounded_Queue.h"\
+ "..\..\..\ace\Unbounded_Queue.inl"\
+ "..\..\..\ace\Unbounded_Set.cpp"\
+ "..\..\..\ace\Unbounded_Set.h"\
+ "..\..\..\ace\Unbounded_Set.inl"\
+ "..\..\..\ace\UNIX_Addr.h"\
+ "..\..\..\ace\UNIX_Addr.i"\
+ "..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\ace\WFMO_Reactor.i"\
+ "..\Adapter.h"\
+ "..\Adapter.i"\
+ "..\any.h"\
+ "..\Any.i"\
+ "..\Cache_Entries.h"\
+ "..\Cache_Entries.inl"\
+ "..\cdr.h"\
+ "..\CDR.i"\
+ "..\Cleanup_Func_Registry.h"\
+ "..\Cleanup_Func_Registry.inl"\
+ "..\Connection_Handler.h"\
+ "..\Connection_Handler.inl"\
+ "..\Connection_Purging_Strategy.h"\
+ "..\Connection_Purging_Strategy.inl"\
+ "..\CONV_FRAMEC.h"\
+ "..\CONV_FRAMEC.i"\
+ "..\CORBA_String.h"\
+ "..\CORBA_String.inl"\
+ "..\corbafwd.h"\
+ "..\corbafwd.i"\
+ "..\CurrentC.h"\
+ "..\CurrentC.i"\
+ "..\debug.h"\
+ "..\DynamicC.h"\
+ "..\DynamicC.i"\
+ "..\Encodable.h"\
+ "..\Endpoint.h"\
+ "..\Endpoint.i"\
+ "..\Environment.h"\
+ "..\Environment.i"\
+ "..\Exception.h"\
+ "..\Exception.i"\
+ "..\Fault_Tolerance_Service.h"\
+ "..\Fault_Tolerance_Service.i"\
+ "..\GIOP_Message_Base.h"\
+ "..\GIOP_Message_Base.i"\
+ "..\GIOP_Message_Generator_Parser.h"\
+ "..\GIOP_Message_Generator_Parser.inl"\
+ "..\GIOP_Message_Generator_Parser_10.h"\
+ "..\GIOP_Message_Generator_Parser_10.inl"\
+ "..\GIOP_Message_Generator_Parser_11.h"\
+ "..\GIOP_Message_Generator_Parser_11.inl"\
+ "..\GIOP_Message_Generator_Parser_12.h"\
+ "..\GIOP_Message_Generator_Parser_12.inl"\
+ "..\GIOP_Message_Generator_Parser_Impl.h"\
+ "..\GIOP_Message_Generator_Parser_Impl.inl"\
+ "..\GIOP_Message_Lite.h"\
+ "..\GIOP_Message_Lite.i"\
+ "..\GIOP_Message_State.h"\
+ "..\GIOP_Message_State.inl"\
+ "..\GIOP_Message_Version.h"\
+ "..\GIOP_Message_Version.inl"\
+ "..\GIOP_Utils.h"\
+ "..\GIOP_Utils.i"\
+ "..\Incoming_Message_Queue.h"\
+ "..\Incoming_Message_Queue.inl"\
+ "..\Interceptor_List.h"\
+ "..\Interceptor_List.inl"\
+ "..\IOPC.h"\
+ "..\IOPC.i"\
+ "..\LocalObject.h"\
+ "..\LocalObject.i"\
+ "..\Managed_Types.h"\
+ "..\Managed_Types.i"\
+ "..\Messaging_SyncScopeC.h"\
+ "..\Messaging_SyncScopeC.i"\
+ "..\MProfile.h"\
+ "..\MProfile.i"\
+ "..\object.h"\
+ "..\Object.i"\
+ "..\Object_KeyC.h"\
+ "..\Object_KeyC.i"\
+ "..\Object_Proxy_Impl.h"\
+ "..\Object_Ref_Table.h"\
+ "..\ObjectReferenceTemplateC.h"\
+ "..\ObjectReferenceTemplateC.i"\
+ "..\OctetSeqC.h"\
+ "..\OctetSeqC.i"\
+ "..\orb.h"\
+ "..\ORB.i"\
+ "..\orb_core.h"\
+ "..\ORB_Core.i"\
+ "..\orbconf.h"\
+ "..\params.h"\
+ "..\params.i"\
+ "..\Parser_Registry.h"\
+ "..\Parser_Registry.i"\
+ "..\PICurrent.h"\
+ "..\PICurrent.inl"\
+ "..\Pluggable.h"\
+ "..\Pluggable.i"\
+ "..\Pluggable_Messaging.h"\
+ "..\Pluggable_Messaging.i"\
+ "..\Pluggable_Messaging_Utils.h"\
+ "..\Pluggable_Messaging_Utils.i"\
+ "..\Policy_ForwardC.h"\
+ "..\Policy_ForwardC.i"\
+ "..\Policy_Manager.h"\
+ "..\Policy_Manager.i"\
+ "..\Policy_Set.h"\
+ "..\Policy_Set.i"\
+ "..\PolicyC.h"\
+ "..\PolicyC.i"\
+ "..\PolicyFactory_Registry.h"\
+ "..\PortableInterceptorC.h"\
+ "..\PortableInterceptorC.i"\
+ "..\Profile.h"\
+ "..\Profile.i"\
+ "..\Protocol_Factory.h"\
+ "..\Protocols_Hooks.h"\
+ "..\Remote_Object_Proxy_Impl.h"\
+ "..\Resource_Factory.h"\
+ "..\sequence.h"\
+ "..\Sequence.i"\
+ "..\Sequence_T.cpp"\
+ "..\Sequence_T.h"\
+ "..\Sequence_T.i"\
+ "..\Service_Callbacks.h"\
+ "..\Service_Callbacks.i"\
+ "..\Services.h"\
+ "..\Services.i"\
+ "..\SmartProxies\Smart_Proxies.h"\
+ "..\SmartProxies\Smart_Proxies.inl"\
+ "..\SmartProxies\smartproxies_export.h"\
+ "..\StringSeqC.h"\
+ "..\StringSeqC.i"\
+ "..\stub.h"\
+ "..\Stub.i"\
+ "..\Sync_Strategies.h"\
+ "..\Sync_Strategies.i"\
+ "..\Tagged_Components.h"\
+ "..\Tagged_Components.i"\
+ "..\TAO_Export.h"\
+ "..\TAO_Singleton.cpp"\
+ "..\TAO_Singleton.h"\
+ "..\TAO_Singleton.inl"\
+ "..\TAO_Singleton_Manager.h"\
+ "..\TAO_Singleton_Manager.inl"\
+ "..\TAOC.h"\
+ "..\TAOC.i"\
+ "..\TimeBaseC.h"\
+ "..\TimeBaseC.i"\
+ "..\Timeprobe.h"\
+ "..\Transport.h"\
+ "..\Transport.inl"\
+ "..\Transport_Cache_Manager.h"\
+ "..\Transport_Cache_Manager.inl"\
+ "..\Transport_Descriptor_Interface.h"\
+ "..\Transport_Descriptor_Interface.inl"\
+ "..\Transport_Mux_Strategy.h"\
+ "..\Transport_Timer.h"\
+ "..\typecode.h"\
+ "..\Typecode.i"\
+ "..\ValueBase.h"\
+ "..\ValueBase.i"\
+ "..\varbase.h"\
+ "..\Wait_Strategy.h"\
+ "..\Wait_Strategy.inl"\
+ ".\strategies_export.h"\
+ ".\UIOP_Connection_Handler.h"\
+ ".\UIOP_Connection_Handler.inl"\
+ ".\UIOP_Endpoint.h"\
+ ".\UIOP_Endpoint.i"\
+ ".\UIOP_Profile.h"\
+ ".\UIOP_Profile.i"\
+ ".\UIOP_Transport.h"\
+ ".\UIOP_Transport.i"\
+
+
+!ENDIF
+
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=.\advanced_resource.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\DIOP_Acceptor.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\DIOP_Connection_Handler.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\DIOP_Connector.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\DIOP_Endpoint.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\DIOP_Factory.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\DIOP_Profile.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\DIOP_Transport.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\FIFO_Connection_Purging_Strategy.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\LF_Strategy_Null.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\LFU_Connection_Purging_Strategy.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\NULL_Connection_Purging_Strategy.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\SHMIOP_Acceptor.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\SHMIOP_Connection_Handler.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\SHMIOP_Connector.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\SHMIOP_Endpoint.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\SHMIOP_Factory.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\SHMIOP_Profile.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\SHMIOP_Transport.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\strategies_export.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\UIOP_Acceptor.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\UIOP_Connection_Handler.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\UIOP_Connector.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\UIOP_Endpoint.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\uiop_endpoints.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\UIOP_Factory.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\UIOP_Lite_Factory.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\UIOP_Profile.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\UIOP_Transport.h
+# End Source File
+# End Group
+# Begin Group "Resource Files"
+
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+# End Group
+# Begin Group "Inline Files"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=.\advanced_resource.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\DIOP_Acceptor.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\DIOP_Connection_Handler.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\DIOP_Endpoint.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\DIOP_Profile.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\DIOP_Transport.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\LF_Strategy_Null.inl
+# End Source File
+# Begin Source File
+
+SOURCE=.\SHMIOP_Acceptor.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\SHMIOP_Connection_Handler.inl
+# End Source File
+# Begin Source File
+
+SOURCE=.\SHMIOP_Endpoint.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\SHMIOP_Profile.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\SHMIOP_Transport.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\UIOP_Connection_Handler.inl
+# End Source File
+# Begin Source File
+
+SOURCE=.\UIOP_Endpoint.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\uiop_endpoints.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\UIOP_Profile.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\UIOP_Transport.i
+# End Source File
+# End Group
+# End Target
+# End Project
diff --git a/TAO/tao/Strategies/UIOP_Factory.cpp b/TAO/tao/Strategies/UIOP_Factory.cpp
index 4b18bf6c7e4..622b2400621 100644
--- a/TAO/tao/Strategies/UIOP_Factory.cpp
+++ b/TAO/tao/Strategies/UIOP_Factory.cpp
@@ -56,7 +56,7 @@ TAO_UIOP_Protocol_Factory::make_acceptor (void)
int
TAO_UIOP_Protocol_Factory::init (int /* argc */,
- char* /* argv */ [])
+ ACE_TCHAR* /* argv */ [])
{
return 0;
}
diff --git a/TAO/tao/Strategies/UIOP_Factory.h b/TAO/tao/Strategies/UIOP_Factory.h
index 762b962ebe1..05d20ae3ec2 100644
--- a/TAO/tao/Strategies/UIOP_Factory.h
+++ b/TAO/tao/Strategies/UIOP_Factory.h
@@ -40,7 +40,7 @@ public:
virtual ~TAO_UIOP_Protocol_Factory (void);
// = Service Configurator hooks.
- virtual int init (int argc, char* argv[]);
+ virtual int init (int argc, ACE_TCHAR* argv[]);
// Dynamic linking hook
virtual int match_prefix (const ACE_CString &prefix);
diff --git a/TAO/tao/Strategies/UIOP_Lite_Factory.cpp b/TAO/tao/Strategies/UIOP_Lite_Factory.cpp
index ddc9ea68f64..a7806c842d4 100644
--- a/TAO/tao/Strategies/UIOP_Lite_Factory.cpp
+++ b/TAO/tao/Strategies/UIOP_Lite_Factory.cpp
@@ -59,7 +59,7 @@ TAO_UIOP_Lite_Protocol_Factory::make_acceptor (void)
int
TAO_UIOP_Lite_Protocol_Factory::init (int /* argc */,
- char* /* argv */ [])
+ ACE_TCHAR* /* argv */ [])
{
return 0;
}
diff --git a/TAO/tao/Strategies/UIOP_Lite_Factory.h b/TAO/tao/Strategies/UIOP_Lite_Factory.h
index 2bc02ba366b..94b3ddafe79 100644
--- a/TAO/tao/Strategies/UIOP_Lite_Factory.h
+++ b/TAO/tao/Strategies/UIOP_Lite_Factory.h
@@ -41,7 +41,7 @@ public:
virtual ~TAO_UIOP_Lite_Protocol_Factory (void);
// = Service Configurator hooks.
- virtual int init (int argc, char* argv[]);
+ virtual int init (int argc, ACE_TCHAR* argv[]);
// Dynamic linking hook
virtual int match_prefix (const ACE_CString &prefix);
diff --git a/TAO/tao/Strategies/advanced_resource.cpp b/TAO/tao/Strategies/advanced_resource.cpp
index 4ca6ea4d1f6..6c2a86f3fd1 100644
--- a/TAO/tao/Strategies/advanced_resource.cpp
+++ b/TAO/tao/Strategies/advanced_resource.cpp
@@ -66,7 +66,7 @@ TAO_Advanced_Resource_Factory::~TAO_Advanced_Resource_Factory (void)
}
int
-TAO_Advanced_Resource_Factory::init (int argc, char **argv)
+TAO_Advanced_Resource_Factory::init (int argc, ACE_TCHAR** argv)
{
ACE_TRACE ("TAO_Advanced_Resource_Factory::init");
@@ -75,8 +75,8 @@ TAO_Advanced_Resource_Factory::init (int argc, char **argv)
// are useless
if (this->factory_disabled_) {
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("TAO (%P|%t) Warning: Resource_Factory options ignored\n")
- ACE_TEXT ("Default Resource Factory is disabled\n")));
+ ACE_LIB_TEXT("TAO (%P|%t) Warning: Resource_Factory options ignored\n")
+ ACE_LIB_TEXT("Default Resource Factory is disabled\n")));
return 0;
}
this->options_processed_ = 1;
@@ -93,127 +93,142 @@ TAO_Advanced_Resource_Factory::init (int argc, char **argv)
default_resource_factory->disable_factory();
}
- int curarg = 0;
int unused_argc = 0;
- CORBA::StringSeq unused_argv (argc);
- unused_argv.length (argc);
- for (curarg = 0; curarg < argc; curarg++)
+ // Before, CORBA::StringSeq was used for the unused_argv. However, since it only supports
+ // 'char', it has been converted to use ACE_TCHAR. Also, note that ACE_Argv_Type_Converter
+ // cannot be used here because unused_argv is dynamically set during the parsing.
+ ACE_TCHAR** unused_argv = 0;
+ ACE_NEW_RETURN(unused_argv, ACE_TCHAR*[argc + 1], -1); // allocate maximum.
+ {
+ for (int i = 0; i <= argc; ++i)
+ {
+ unused_argv[i] = 0;
+ }
+ }
+
+ for (int curarg = 0; curarg < argc; ++curarg)
{
if (ACE_OS::strcasecmp (argv[curarg],
- "-ORBReactorRegistry") == 0)
+ ACE_LIB_TEXT("-ORBReactorRegistry")) == 0)
{
curarg++;
ACE_ERROR_RETURN ((LM_ERROR,
- ACE_TEXT ("TAO_Advanced_Resource_Factory::init - ")
- ACE_TEXT ("-ORBReactorRegistry no longer supported\n")),
+ ACE_LIB_TEXT("TAO_Advanced_Resource_Factory::init - ")
+ ACE_LIB_TEXT("-ORBReactorRegistry no longer supported\n")),
-1);
}
else if (ACE_OS::strcasecmp (argv[curarg],
- "-ORBReactorLock") == 0)
+ ACE_LIB_TEXT("-ORBReactorLock")) == 0)
{
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("TAO_Advanced_Resource_Factory - obsolete -ORBReactorLock ")
- ACE_TEXT ("option, please use -ORBReactorType\n")));
+ ACE_LIB_TEXT("TAO_Advanced_Resource_Factory - obsolete -ORBReactorLock ")
+ ACE_LIB_TEXT("option, please use -ORBReactorType\n")));
curarg++;
if (curarg < argc)
{
- char *name = argv[curarg];
+ ACE_TCHAR *name = argv[curarg];
- if (ACE_OS::strcasecmp (name, "null") == 0)
+ if (ACE_OS::strcasecmp (name, ACE_LIB_TEXT("null")) == 0)
this->reactor_type_ = TAO_REACTOR_SELECT_ST;
- else if (ACE_OS::strcasecmp (name, "token") == 0)
+ else if (ACE_OS::strcasecmp (name, ACE_LIB_TEXT("token")) == 0)
this->reactor_type_= TAO_REACTOR_SELECT_MT;
}
}
else if (ACE_OS::strcasecmp (argv[curarg],
- "-ORBReactorType") == 0)
+ ACE_LIB_TEXT("-ORBReactorType")) == 0)
{
curarg++;
if (curarg < argc)
{
- char *name = argv[curarg];
+ ACE_TCHAR *name = argv[curarg];
if (ACE_OS::strcasecmp (name,
- "select_mt") == 0)
+ ACE_LIB_TEXT("select_mt")) == 0)
this->reactor_type_ = TAO_REACTOR_SELECT_MT;
else if (ACE_OS::strcasecmp (name,
- "select_st") == 0)
+ ACE_LIB_TEXT("select_st")) == 0)
this->reactor_type_ = TAO_REACTOR_SELECT_ST;
else if (ACE_OS::strcasecmp (name,
- "fl") == 0)
+ ACE_LIB_TEXT("fl")) == 0)
#if defined(ACE_HAS_FL)
this->reactor_type_ = TAO_REACTOR_FL;
#else
- this->report_unsupported_error ("FlReactor");
+ this->report_unsupported_error (ACE_LIB_TEXT("FlReactor"));
#endif /* ACE_HAS_FL */
- else if (ACE_OS::strcasecmp (name, "tk_reactor") == 0)
+ else if (ACE_OS::strcasecmp (name, ACE_LIB_TEXT("tk_reactor")) == 0)
#if defined(ACE_HAS_TK)
this->reactor_type_ = TAO_REACTOR_TK;
#else
- this->report_unsupported_error ("TkReactor");
+ this->report_unsupported_error (ACE_LIB_TEXT("TkReactor"));
#endif /* ACE_HAS_TK */
else if (ACE_OS::strcasecmp (name,
- "wfmo") == 0)
+ ACE_LIB_TEXT("wfmo")) == 0)
#if defined(ACE_WIN32)
this->reactor_type_ = TAO_REACTOR_WFMO;
#else
- this->report_unsupported_error ("WFMO Reactor");
+ this->report_unsupported_error (ACE_LIB_TEXT("WFMO Reactor"));
#endif /* ACE_WIN32 */
else if (ACE_OS::strcasecmp (name,
- "msg_wfmo") == 0)
+ ACE_LIB_TEXT("msg_wfmo")) == 0)
#if defined(ACE_WIN32)
this->reactor_type_ = TAO_REACTOR_MSGWFMO;
#else
- this->report_unsupported_error ("MsgWFMO Reactor");
+ this->report_unsupported_error (ACE_LIB_TEXT("MsgWFMO Reactor"));
#endif /* ACE_WIN32 */
else if (ACE_OS::strcasecmp (name,
- "tp") == 0)
+ ACE_LIB_TEXT("tp")) == 0)
this->reactor_type_ = TAO_REACTOR_TP;
else
- this->report_option_value_error ("-ORBReactorType", name);
+ this->report_option_value_error (ACE_LIB_TEXT("-ORBReactorType"), name);
}
}
else if (ACE_OS::strcasecmp (argv[curarg],
- "-ORBInputCDRAllocator") == 0)
+ ACE_LIB_TEXT("-ORBInputCDRAllocator")) == 0)
{
curarg++;
if (curarg < argc)
{
- char *name = argv[curarg];
+ ACE_TCHAR *name = argv[curarg];
if (ACE_OS::strcasecmp (name,
- "null") == 0)
+ ACE_LIB_TEXT("null")) == 0)
{
this->cdr_allocator_type_ = TAO_ALLOCATOR_NULL_LOCK;
this->use_locked_data_blocks_ = 0;
}
else if (ACE_OS::strcasecmp (name,
- "thread") == 0)
+ ACE_LIB_TEXT("thread")) == 0)
{
this->cdr_allocator_type_ = TAO_ALLOCATOR_THREAD_LOCK;
this->use_locked_data_blocks_ = 1;
}
else
{
- this->report_option_value_error ("-ORBInputCDRAllocator", name);
+ this->report_option_value_error (ACE_LIB_TEXT("-ORBInputCDRAllocator"), name);
}
}
}
else
{
- unused_argv[unused_argc] = CORBA::string_dup (argv[curarg]);
- unused_argc++;
+ unused_argv[unused_argc] = ACE_OS::strdup(argv[curarg]);
+ ++unused_argc;
}
}
- unused_argv.length (unused_argc); // "Trim" the string sequence to
- // the actual size.
+ this->TAO_Default_Resource_Factory::init (unused_argc, unused_argv);
+
+ // deallocate unused_argv.
+ {
+ for (int i = 0; i < unused_argc; ++i) {
+ delete [] unused_argv[i];
+ }
+ }
+
+ delete [] unused_argv;
- this->TAO_Default_Resource_Factory::init (unused_argc,
- unused_argv.get_buffer ());
return 0;
}
@@ -275,9 +290,9 @@ TAO_Advanced_Resource_Factory::init_protocol_factories (void)
{
if (TAO_debug_level > 0)
ACE_ERROR ((LM_WARNING,
- "(%P|%t) WARNING - No %s found in Service Repository."
- " Using default instance.\n",
- "UIOP Protocol Factory"));
+ ACE_LIB_TEXT("(%P|%t) WARNING - No %s found in Service Repository.")
+ ACE_LIB_TEXT(" Using default instance.\n"),
+ ACE_LIB_TEXT("UIOP Protocol Factory")));
ACE_NEW_RETURN (protocol_factory,
TAO_UIOP_Protocol_Factory,
@@ -310,9 +325,9 @@ TAO_Advanced_Resource_Factory::init_protocol_factories (void)
if (this->protocol_factories_.insert (item) == -1)
{
ACE_ERROR ((LM_ERROR,
- ACE_TEXT ("TAO (%P|%t) Unable to add ")
- ACE_TEXT ("<%s> to protocol factory set.\n"),
- item->protocol_name ().c_str ()));
+ ACE_LIB_TEXT("TAO (%P|%t) Unable to add ")
+ ACE_LIB_TEXT("<%s> to protocol factory set.\n"),
+ ACE_TEXT_CHAR_TO_TCHAR(item->protocol_name ().c_str ())));
delete item;
@@ -325,8 +340,8 @@ TAO_Advanced_Resource_Factory::init_protocol_factories (void)
if (TAO_debug_level > 0)
{
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("TAO (%P|%t) Loaded default ")
- ACE_TEXT ("protocol <UIOP_Factory>\n")));
+ ACE_LIB_TEXT("TAO (%P|%t) Loaded default ")
+ ACE_LIB_TEXT("protocol <UIOP_Factory>\n")));
}
#endif /* TAO_HAS_UIOP == 1 */
@@ -338,9 +353,9 @@ TAO_Advanced_Resource_Factory::init_protocol_factories (void)
{
if (TAO_debug_level > 0)
ACE_ERROR ((LM_WARNING,
- "(%P|%t) WARNING - No %s found in Service Repository."
- " Using default instance.\n",
- "SHMIOP Protocol Factory"));
+ ACE_LIB_TEXT("(%P|%t) WARNING - No %s found in Service Repository.")
+ ACE_LIB_TEXT(" Using default instance.\n"),
+ ACE_LIB_TEXT("SHMIOP Protocol Factory")));
ACE_NEW_RETURN (protocol_factory,
TAO_SHMIOP_Protocol_Factory,
@@ -373,9 +388,9 @@ TAO_Advanced_Resource_Factory::init_protocol_factories (void)
if (this->protocol_factories_.insert (item) == -1)
{
ACE_ERROR ((LM_ERROR,
- ACE_TEXT ("TAO (%P|%t) Unable to add ")
- ACE_TEXT ("<%s> to protocol factory set.\n"),
- item->protocol_name ().c_str ()));
+ ACE_LIB_TEXT("TAO (%P|%t) Unable to add ")
+ ACE_LIB_TEXT("<%s> to protocol factory set.\n"),
+ ACE_TEXT_CHAR_TO_TCHAR(item->protocol_name ().c_str ())));
delete item;
@@ -388,8 +403,8 @@ TAO_Advanced_Resource_Factory::init_protocol_factories (void)
if (TAO_debug_level > 0)
{
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("TAO (%P|%t) Loaded default ")
- ACE_TEXT ("protocol <SHMIOP_Factory>\n")));
+ ACE_LIB_TEXT("TAO (%P|%t) Loaded default ")
+ ACE_LIB_TEXT("protocol <SHMIOP_Factory>\n")));
}
#endif /* TAO_HAS_SHMIOP && TAO_HAS_SHMIOP != 0 */
@@ -401,9 +416,9 @@ TAO_Advanced_Resource_Factory::init_protocol_factories (void)
{
if (TAO_debug_level > 0)
ACE_ERROR ((LM_WARNING,
- "(%P|%t) WARNING - No %s found in Service Repository."
- " Using default instance.\n",
- "DIOP Protocol Factory"));
+ ACE_LIB_TEXT("(%P|%t) WARNING - No %s found in Service Repository.")
+ ACE_LIB_TEXT(" Using default instance.\n"),
+ ACE_LIB_TEXT("DIOP Protocol Factory")));
ACE_NEW_RETURN (protocol_factory,
TAO_DIOP_Protocol_Factory,
@@ -436,9 +451,9 @@ TAO_Advanced_Resource_Factory::init_protocol_factories (void)
if (this->protocol_factories_.insert (item) == -1)
{
ACE_ERROR ((LM_ERROR,
- ACE_TEXT ("TAO (%P|%t) Unable to add ")
- ACE_TEXT ("<%s> to protocol factory set.\n"),
- item->protocol_name ().c_str ()));
+ ACE_LIB_TEXT("TAO (%P|%t) Unable to add ")
+ ACE_LIB_TEXT("<%s> to protocol factory set.\n"),
+ ACE_TEXT_CHAR_TO_TCHAR(item->protocol_name ().c_str ())));
delete item;
@@ -451,8 +466,8 @@ TAO_Advanced_Resource_Factory::init_protocol_factories (void)
if (TAO_debug_level > 0)
{
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("TAO (%P|%t) Loaded default ")
- ACE_TEXT ("protocol <DIOP_Factory>\n")));
+ ACE_LIB_TEXT("TAO (%P|%t) Loaded default ")
+ ACE_LIB_TEXT("protocol <DIOP_Factory>\n")));
}
#endif /* TAO_HAS_DIOP && TAO_HAS_DIOP != 0 */
@@ -469,17 +484,17 @@ TAO_Advanced_Resource_Factory::init_protocol_factories (void)
if ((*factory)->factory () == 0)
{
ACE_ERROR_RETURN ((LM_ERROR,
- ACE_TEXT ("TAO (%P|%t) Unable to load ")
- ACE_TEXT ("protocol <%s>, %p\n"),
- name.c_str (), ""),
+ ACE_LIB_TEXT("TAO (%P|%t) Unable to load ")
+ ACE_LIB_TEXT("protocol <%s>, %p\n"),
+ ACE_TEXT_CHAR_TO_TCHAR(name.c_str ()), ""),
-1);
}
if (TAO_debug_level > 0)
{
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("TAO (%P|%t) Loaded protocol <%s>\n"),
- name.c_str ()));
+ ACE_LIB_TEXT("TAO (%P|%t) Loaded protocol <%s>\n"),
+ ACE_TEXT_CHAR_TO_TCHAR(name.c_str ())));
}
}
return 0;
@@ -659,9 +674,9 @@ TAO_Advanced_Resource_Factory::create_purging_strategy (void)
break;
default:
ACE_ERROR ((LM_ERROR,
- ACE_TEXT ("TAO (%P|%t) - ")
- ACE_TEXT ("Unknown connection purging strategy ")
- ACE_TEXT ("type was found.\n")));
+ ACE_LIB_TEXT("TAO (%P|%t) - ")
+ ACE_LIB_TEXT("Unknown connection purging strategy ")
+ ACE_LIB_TEXT("type was found.\n")));
}
return strategy;
@@ -689,29 +704,30 @@ TAO_Advanced_Resource_Factory::create_lf_strategy (void)
void
TAO_Advanced_Resource_Factory::report_option_value_error (
- const char* option_name,
- const char* option_value)
+ const ACE_TCHAR* option_name,
+ const ACE_TCHAR* option_value)
{
ACE_DEBUG((LM_DEBUG,
- ACE_TEXT ("Advanced_Resource_Factory - unknown argument")
- ACE_TEXT (" <%s> for <%s>\n"),
- option_value, option_name));
+ ACE_LIB_TEXT("Advanced_Resource_Factory - unknown argument")
+ ACE_LIB_TEXT(" <%s> for <%s>\n"),
+ option_value,
+ option_name));
}
void
TAO_Advanced_Resource_Factory::report_unsupported_error (
- const char* option_name)
+ const ACE_TCHAR* option_name)
{
ACE_DEBUG((LM_DEBUG,
- ACE_TEXT ("Advanced_Resource_Factory - <%s>")
- ACE_TEXT (" not supported on this platform\n"),
+ ACE_LIB_TEXT("Advanced_Resource_Factory - <%s>")
+ ACE_LIB_TEXT(" not supported on this platform\n"),
option_name));
}
// ****************************************************************
ACE_STATIC_SVC_DEFINE (TAO_Advanced_Resource_Factory,
- ACE_TEXT ("Advanced_Resource_Factory"),
+ ACE_LIB_TEXT("Advanced_Resource_Factory"),
ACE_SVC_OBJ_T,
&ACE_SVC_NAME (TAO_Advanced_Resource_Factory),
ACE_Service_Type::DELETE_THIS | ACE_Service_Type::DELETE_OBJ,
diff --git a/TAO/tao/Strategies/advanced_resource.h b/TAO/tao/Strategies/advanced_resource.h
index d76a6ab5d91..891e07357da 100644
--- a/TAO/tao/Strategies/advanced_resource.h
+++ b/TAO/tao/Strategies/advanced_resource.h
@@ -42,7 +42,7 @@ public:
// Destructor.
// = Service Configurator hooks.
- virtual int init (int argc, char* argv[]);
+ virtual int init (int argc, ACE_TCHAR* argv[]);
// Dynamic linking hook
// = Member Accessors
@@ -80,10 +80,10 @@ protected:
virtual ACE_Reactor_Impl *allocate_reactor_impl (void) const;
// Obtain the reactor implementation
- void report_option_value_error (const char* option_name,
- const char* option_value);
+ void report_option_value_error (const ACE_TCHAR* option_name,
+ const ACE_TCHAR* option_value);
- void report_unsupported_error (const char* option_name);
+ void report_unsupported_error (const ACE_TCHAR* option_name);
TAO_ProtocolFactorySet protocol_factories_;
// list of loaded protocol factories.
diff --git a/TAO/tao/TAO_Internal.cpp b/TAO/tao/TAO_Internal.cpp
index eb32d14c2e8..64a0e7f4214 100644
--- a/TAO/tao/TAO_Internal.cpp
+++ b/TAO/tao/TAO_Internal.cpp
@@ -74,14 +74,14 @@ TAO_Internal::open_services (int &argc, ACE_TCHAR **argv)
// Be certain to copy the program name so that service configurator
// has something to skip!
- ACE_TCHAR* argv0 = ACE_LIB_TEXT("");
+ ACE_CString argv0 = "";
if (argc > 0 && argv != 0)
- argv0 = argv[0];
+ argv0 = ACE_TEXT_ALWAYS_CHAR(argv[0]);
CORBA::ULong len = 0;
svc_config_argv.length (1);
- svc_config_argv[0] = ACE_TEXT_ALWAYS_CHAR(argv0);
+ svc_config_argv[0] = argv0.c_str ();
// Should we skip the <ACE_Service_Config::open> method, e.g., if we
// already being configured by the ACE Service Configurator.
diff --git a/TAO/tao/TypeCodeFactory/TypeCodeFactory.vcp b/TAO/tao/TypeCodeFactory/TypeCodeFactory.vcp
new file mode 100644
index 00000000000..ccfa280be4c
--- /dev/null
+++ b/TAO/tao/TypeCodeFactory/TypeCodeFactory.vcp
@@ -0,0 +1,4071 @@
+# Microsoft eMbedded Visual Tools Project File - Name="TypeCodeFactory" - Package Owner=<4>
+# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (WCE x86em) Dynamic-Link Library" 0x7f02
+# TARGTYPE "Win32 (WCE SH3) Dynamic-Link Library" 0x8102
+# TARGTYPE "Win32 (WCE x86) Dynamic-Link Library" 0x8302
+# TARGTYPE "Win32 (WCE ARM) Dynamic-Link Library" 0x8502
+# TARGTYPE "Win32 (WCE SH4) Dynamic-Link Library" 0x8602
+# TARGTYPE "Win32 (WCE MIPS) Dynamic-Link Library" 0x8202
+
+CFG=TypeCodeFactory - Win32 (WCE MIPS) Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "TypeCodeFactory.vcn".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "TypeCodeFactory.vcn" CFG="TypeCodeFactory - Win32 (WCE MIPS) Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "TypeCodeFactory - Win32 (WCE MIPS) Release" (based on "Win32 (WCE MIPS) Dynamic-Link Library")
+!MESSAGE "TypeCodeFactory - Win32 (WCE MIPS) Debug" (based on "Win32 (WCE MIPS) Dynamic-Link Library")
+!MESSAGE "TypeCodeFactory - Win32 (WCE SH4) Release" (based on "Win32 (WCE SH4) Dynamic-Link Library")
+!MESSAGE "TypeCodeFactory - Win32 (WCE SH4) Debug" (based on "Win32 (WCE SH4) Dynamic-Link Library")
+!MESSAGE "TypeCodeFactory - Win32 (WCE SH3) Release" (based on "Win32 (WCE SH3) Dynamic-Link Library")
+!MESSAGE "TypeCodeFactory - Win32 (WCE SH3) Debug" (based on "Win32 (WCE SH3) Dynamic-Link Library")
+!MESSAGE "TypeCodeFactory - Win32 (WCE ARM) Release" (based on "Win32 (WCE ARM) Dynamic-Link Library")
+!MESSAGE "TypeCodeFactory - Win32 (WCE ARM) Debug" (based on "Win32 (WCE ARM) Dynamic-Link Library")
+!MESSAGE "TypeCodeFactory - Win32 (WCE x86em) Release" (based on "Win32 (WCE x86em) Dynamic-Link Library")
+!MESSAGE "TypeCodeFactory - Win32 (WCE x86em) Debug" (based on "Win32 (WCE x86em) Dynamic-Link Library")
+!MESSAGE "TypeCodeFactory - Win32 (WCE x86) Debug" (based on "Win32 (WCE x86) Dynamic-Link Library")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+# PROP ATL_Project 2
+
+!IF "$(CFG)" == "TypeCodeFactory - Win32 (WCE MIPS) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "MIPSRel"
+# PROP BASE Intermediate_Dir "MIPSRel"
+# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "MIPSRel"
+# PROP Intermediate_Dir "MIPSRel"
+# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TypeCodeFactory_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "MIPS" /D "_MIPS_" /D "NDEBUG" /D "_USRDLL" /D "TypeCodeFactory_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_TYPECODEFACTORY_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE MIPS) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "MIPSDbg"
+# PROP BASE Intermediate_Dir "MIPSDbg"
+# PROP BASE CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "MIPSDbg"
+# PROP Intermediate_Dir "MIPSDbg"
+# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "MIPS" /d "_MIPS_" /r
+CPP=clmips.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TypeCodeFactory_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "MIPS" /D "_MIPS_" /D "_USRDLL" /D "TypeCodeFactory_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_TYPECODEFACTORY_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE SH4) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "SH4Rel"
+# PROP BASE Intermediate_Dir "SH4Rel"
+# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "SH4Rel"
+# PROP Intermediate_Dir "SH4Rel"
+# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TypeCodeFactory_EXPORTS" /YX /Qsh4 /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "SHx" /D "SH4" /D "_SH4_" /D "NDEBUG" /D "_USRDLL" /D "TypeCodeFactory_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_TYPECODEFACTORY_BUILD_DLL" /YX /Qsh4 /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE SH4) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "SH4Dbg"
+# PROP BASE Intermediate_Dir "SH4Dbg"
+# PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "SH4Dbg"
+# PROP Intermediate_Dir "SH4Dbg"
+# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "SHx" /d "SH4" /d "_SH4_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TypeCodeFactory_EXPORTS" /YX /Qsh4 /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "SHx" /D "SH4" /D "_SH4_" /D "_USRDLL" /D "TypeCodeFactory_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_TYPECODEFACTORY_BUILD_DLL" /YX /Qsh4 /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE SH3) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "SH3Rel"
+# PROP BASE Intermediate_Dir "SH3Rel"
+# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "SH3Rel"
+# PROP Intermediate_Dir "SH3Rel"
+# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+PFILE=pfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TypeCodeFactory_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "SHx" /D "SH3" /D "_SH3_" /D "NDEBUG" /D "_USRDLL" /D "TypeCodeFactory_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_TYPECODEFACTORY_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE SH3) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "SH3Dbg"
+# PROP BASE Intermediate_Dir "SH3Dbg"
+# PROP BASE CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "SH3Dbg"
+# PROP Intermediate_Dir "SH3Dbg"
+# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+PFILE=pfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
+CPP=shcl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TypeCodeFactory_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "SHx" /D "SH3" /D "_SH3_" /D "_USRDLL" /D "TypeCodeFactory_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_TYPECODEFACTORY_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE ARM) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "ARMRel"
+# PROP BASE Intermediate_Dir "ARMRel"
+# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "../../LIB/Release/ARM"
+# PROP Intermediate_Dir "Release/ARM"
+# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "TypeCodeFactory_EXPORTS" /YX /Oxs /M$(CECrtMT) /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "ARM" /D "_ARM_" /D "NDEBUG" /D "_USRDLL" /D "TypeCodeFactory_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_TYPECODEFACTORY_BUILD_DLL" /YX /Oxs /M$(CECrtMT) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 commctrl.lib coredll.lib TAO.lib ace.lib ace_os.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /out:"../../../bin/Release/ARM/TAO_TypeCodeFactory.dll" /libpath:"../../LIB/Release/ARM" /libpath:"../../../LIB/Release/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE ARM) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "ARMDbg"
+# PROP BASE Intermediate_Dir "ARMDbg"
+# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/ARM"
+# PROP Intermediate_Dir "Debug/ARM"
+# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
+CPP=clarm.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "TypeCodeFactory_EXPORTS" /YX /M$(CECrtMTDebug) /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "ARM" /D "_ARM_" /D "_USRDLL" /D "TypeCodeFactory_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_TYPECODEFACTORY_BUILD_DLL" /YX /M$(CECrtMTDebug) /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 commctrl.lib coredll.lib TAOd.lib aced.lib ace_osd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"../../../bin/Debug/ARM/TAO_TypeCodeFactoryd.dll" /libpath:"../../LIB/Debug/ARM" /libpath:"../../../LIB/Debug/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE x86em) Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "X86EMRel"
+# PROP BASE Intermediate_Dir "X86EMRel"
+# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "../../LIB/Release/X86EM"
+# PROP Intermediate_Dir "Release/X86EM"
+# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+EMPFILE=empfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_USRDLL" /D "TypeCodeFactory_EXPORTS" /YX /Gz /Oxs /c
+# ADD CPP /nologo /W3 /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "i486" /D "_X86_" /D "x86" /D "NDEBUG" /D "_USRDLL" /D "TypeCodeFactory_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_TYPECODEFACTORY_BUILD_DLL" /YX /Gz /Oxs /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /o "NUL" /win32
+# SUBTRACT MTL /mktyplib203
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) TAO.lib ace.lib ace_os.lib /nologo /stack:0x10000,0x1000 /dll /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /libpath:"$(TAO_ROOT)/LIB/Release/X86EM" /libpath:"($ACE_ROOT)/LIB/Release/X86EM" /windowsce:emulation /MACHINE:IX86
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE x86em) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "X86EMDbg"
+# PROP BASE Intermediate_Dir "X86EMDbg"
+# PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/X86EM"
+# PROP Intermediate_Dir "Debug/X86EM"
+# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+EMPFILE=empfile.exe
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "i486" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_USRDLL" /D "TypeCodeFactory_EXPORTS" /YX /Gz /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "i486" /D "_X86_" /D "x86" /D "_USRDLL" /D "TypeCodeFactory_EXPORTS" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_TYPECODEFACTORY_BUILD_DLL" /YX /Gz /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /o "NUL" /win32
+# SUBTRACT MTL /mktyplib203
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) TAOd.lib aced.lib ace_osd.lib /nologo /stack:0x10000,0x1000 /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /libpath:"$(TAO_ROOT)/LIB/Debug/X86EM" /libpath:"($ACE_ROOT)/LIB/Debug/X86EM" /windowsce:emulation /MACHINE:IX86
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE x86) Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "X86Dbg"
+# PROP BASE Intermediate_Dir "X86Dbg"
+# PROP BASE CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}"
+# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "../../LIB/Debug/X86EM"
+# PROP Intermediate_Dir "Debug/X86EM"
+# PROP CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}"
+# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r
+# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /YX /Gs8192 /GF /c
+# ADD CPP /nologo /W3 /Zi /Od /I "$(ACE_ROOT)" /I "$(TAO_ROOT)" /D "DEBUG" /D "_i386_" /D "_X86_" /D "x86" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "TAO_TYPECODEFACTORY_BUILD_DLL" /YX /Gs8192 /GF /c
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /subsystem:$(CESubsystem) /MACHINE:IX86
+# ADD LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) TAOd.lib aced.lib ace_osd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /out:"../../../bin/Debug/X86EM/TAO_TypeCodeFactoryd.dll" /libpath:"../../LIB/Debug/X86EM" /libpath:"../../../LIB/Debug/X86EM" /subsystem:$(CESubsystem) /MACHINE:IX86
+
+!ENDIF
+
+# Begin Target
+
+# Name "TypeCodeFactory - Win32 (WCE MIPS) Release"
+# Name "TypeCodeFactory - Win32 (WCE MIPS) Debug"
+# Name "TypeCodeFactory - Win32 (WCE SH4) Release"
+# Name "TypeCodeFactory - Win32 (WCE SH4) Debug"
+# Name "TypeCodeFactory - Win32 (WCE SH3) Release"
+# Name "TypeCodeFactory - Win32 (WCE SH3) Debug"
+# Name "TypeCodeFactory - Win32 (WCE ARM) Release"
+# Name "TypeCodeFactory - Win32 (WCE ARM) Debug"
+# Name "TypeCodeFactory - Win32 (WCE x86em) Release"
+# Name "TypeCodeFactory - Win32 (WCE x86em) Debug"
+# Name "TypeCodeFactory - Win32 (WCE x86) Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=.\TypeCodeFactory_Adapter_Impl.cpp
+
+!IF "$(CFG)" == "TypeCodeFactory - Win32 (WCE MIPS) Release"
+
+DEP_CPP_TYPEC=\
+ ".\TypeCodeFactory_Adapter_Impl.h"\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPEC=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\TypeCodeFactory_Adapter.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_TYPEC=\
+ ".\TypeCodeFactory_Adapter_Impl.h"\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPEC=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\TypeCodeFactory_Adapter.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE SH4) Release"
+
+DEP_CPP_TYPEC=\
+ ".\TypeCodeFactory_Adapter_Impl.h"\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPEC=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\TypeCodeFactory_Adapter.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE SH4) Debug"
+
+DEP_CPP_TYPEC=\
+ ".\TypeCodeFactory_Adapter_Impl.h"\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPEC=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\TypeCodeFactory_Adapter.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE SH3) Release"
+
+DEP_CPP_TYPEC=\
+ ".\TypeCodeFactory_Adapter_Impl.h"\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPEC=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\TypeCodeFactory_Adapter.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE SH3) Debug"
+
+DEP_CPP_TYPEC=\
+ ".\TypeCodeFactory_Adapter_Impl.h"\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPEC=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\TypeCodeFactory_Adapter.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE ARM) Release"
+
+DEP_CPP_TYPEC=\
+ ".\TypeCodeFactory_Adapter_Impl.h"\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPEC=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\TypeCodeFactory_Adapter.h"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE ARM) Debug"
+
+DEP_CPP_TYPEC=\
+ ".\TypeCodeFactory_Adapter_Impl.h"\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPEC=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\TypeCodeFactory_Adapter.h"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE x86em) Release"
+
+DEP_CPP_TYPEC=\
+ ".\TypeCodeFactory_Adapter_Impl.h"\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPEC=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\TypeCodeFactory_Adapter.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE x86em) Debug"
+
+DEP_CPP_TYPEC=\
+ ".\TypeCodeFactory_Adapter_Impl.h"\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPEC=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\ORB_Core.h"\
+ ".\tao\TypeCodeFactory_Adapter.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE x86) Debug"
+
+DEP_CPP_TYPEC=\
+ ".\TypeCodeFactory_Adapter_Impl.h"\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPEC=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\TypeCodeFactory_Adapter.h"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\TypeCodeFactory_i.cpp
+
+!IF "$(CFG)" == "TypeCodeFactory - Win32 (WCE MIPS) Release"
+
+DEP_CPP_TYPECO=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\IFR_Client\IFR_BasicC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_TYPECO=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\IFR_Client\IFR_BasicC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE SH4) Release"
+
+DEP_CPP_TYPECO=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\IFR_Client\IFR_BasicC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE SH4) Debug"
+
+DEP_CPP_TYPECO=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\IFR_Client\IFR_BasicC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE SH3) Release"
+
+DEP_CPP_TYPECO=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\IFR_Client\IFR_BasicC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE SH3) Debug"
+
+DEP_CPP_TYPECO=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\IFR_Client\IFR_BasicC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE ARM) Release"
+
+DEP_CPP_TYPECO=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECO=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\IFR_Client\IFR_BaseC.h"\
+ ".\IFR_Client\IFR_BaseC.i"\
+ ".\IFR_Client\IFR_BasicC.h"\
+ ".\IFR_Client\IFR_BasicC.i"\
+ ".\IFR_Client\ifr_client_export.h"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\marshal.h"\
+ ".\Marshal.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE ARM) Debug"
+
+DEP_CPP_TYPECO=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECO=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\IFR_Client\IFR_BaseC.h"\
+ ".\IFR_Client\IFR_BaseC.i"\
+ ".\IFR_Client\IFR_BasicC.h"\
+ ".\IFR_Client\IFR_BasicC.i"\
+ ".\IFR_Client\ifr_client_export.h"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\marshal.h"\
+ ".\Marshal.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE x86em) Release"
+
+DEP_CPP_TYPECO=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\IFR_Client\IFR_BasicC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE x86em) Debug"
+
+DEP_CPP_TYPECO=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECO=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\IFR_Client\IFR_BasicC.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Marshal.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE x86) Debug"
+
+DEP_CPP_TYPECO=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECO=\
+ ".\Adapter.h"\
+ ".\Adapter.i"\
+ ".\any.h"\
+ ".\Any.i"\
+ ".\cdr.h"\
+ ".\CDR.i"\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Array_Base.cpp"\
+ ".\ce\Array_Base.h"\
+ ".\ce\Array_Base.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\CDR_Stream.h"\
+ ".\ce\CDR_Stream.i"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\Containers.h"\
+ ".\ce\Containers.i"\
+ ".\ce\Containers_T.cpp"\
+ ".\ce\Containers_T.h"\
+ ".\ce\Containers_T.i"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Functor.h"\
+ ".\ce\Functor.i"\
+ ".\ce\Functor_T.cpp"\
+ ".\ce\Functor_T.h"\
+ ".\ce\Functor_T.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Hash_Map_Manager.h"\
+ ".\ce\Hash_Map_Manager_T.cpp"\
+ ".\ce\Hash_Map_Manager_T.h"\
+ ".\ce\Hash_Map_Manager_T.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Map_Manager.cpp"\
+ ".\ce\Map_Manager.h"\
+ ".\ce\Map_Manager.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Singleton.cpp"\
+ ".\ce\Singleton.h"\
+ ".\ce\Singleton.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Thread_Manager.h"\
+ ".\ce\Thread_Manager.i"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\Cleanup_Func_Registry.h"\
+ ".\Cleanup_Func_Registry.inl"\
+ ".\CONV_FRAMEC.h"\
+ ".\CONV_FRAMEC.i"\
+ ".\CORBA_String.h"\
+ ".\CORBA_String.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\CurrentC.h"\
+ ".\CurrentC.i"\
+ ".\debug.h"\
+ ".\DynamicC.h"\
+ ".\DynamicC.i"\
+ ".\Encodable.h"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Fault_Tolerance_Service.h"\
+ ".\Fault_Tolerance_Service.i"\
+ ".\GIOP_Message_Version.h"\
+ ".\GIOP_Message_Version.inl"\
+ ".\IFR_Client\IFR_BaseC.h"\
+ ".\IFR_Client\IFR_BaseC.i"\
+ ".\IFR_Client\IFR_BasicC.h"\
+ ".\IFR_Client\IFR_BasicC.i"\
+ ".\IFR_Client\ifr_client_export.h"\
+ ".\Interceptor_List.h"\
+ ".\Interceptor_List.inl"\
+ ".\Invocation.h"\
+ ".\Invocation.i"\
+ ".\Invocation_Endpoint_Selectors.h"\
+ ".\Invocation_Endpoint_Selectors.i"\
+ ".\IOPC.h"\
+ ".\IOPC.i"\
+ ".\LF_Event.h"\
+ ".\LF_Event.inl"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\marshal.h"\
+ ".\Marshal.i"\
+ ".\MessagingC.h"\
+ ".\MessagingC.i"\
+ ".\MProfile.h"\
+ ".\MProfile.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_KeyC.h"\
+ ".\Object_KeyC.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\Object_Ref_Table.h"\
+ ".\OctetSeqC.h"\
+ ".\OctetSeqC.i"\
+ ".\operation_details.h"\
+ ".\operation_details.i"\
+ ".\orb.h"\
+ ".\ORB.i"\
+ ".\orb_core.h"\
+ ".\ORB_Core.i"\
+ ".\orbconf.h"\
+ ".\params.h"\
+ ".\params.i"\
+ ".\Parser_Registry.h"\
+ ".\Parser_Registry.i"\
+ ".\PICurrent.h"\
+ ".\PICurrent.inl"\
+ ".\Pluggable.h"\
+ ".\Pluggable.i"\
+ ".\Policy_Manager.h"\
+ ".\Policy_Manager.i"\
+ ".\Policy_Set.h"\
+ ".\Policy_Set.i"\
+ ".\PolicyC.h"\
+ ".\PolicyC.i"\
+ ".\PolicyFactory_Registry.h"\
+ ".\PollableC.h"\
+ ".\PollableC.i"\
+ ".\PortableInterceptorC.h"\
+ ".\PortableInterceptorC.i"\
+ ".\Principal.h"\
+ ".\Principal.i"\
+ ".\Profile.h"\
+ ".\Profile.i"\
+ ".\Protocol_Factory.h"\
+ ".\Protocols_Hooks.h"\
+ ".\Remote_Object_Proxy_Impl.h"\
+ ".\Reply_Dispatcher.h"\
+ ".\Reply_Dispatcher.i"\
+ ".\Resource_Factory.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\Service_Callbacks.h"\
+ ".\Service_Callbacks.i"\
+ ".\Service_Context.h"\
+ ".\Service_Context.inl"\
+ ".\Services.h"\
+ ".\Services.i"\
+ ".\SmartProxies\Smart_Proxies.h"\
+ ".\SmartProxies\Smart_Proxies.inl"\
+ ".\SmartProxies\smartproxies_export.h"\
+ ".\stub.h"\
+ ".\Stub.i"\
+ ".\Synch_Reply_Dispatcher.h"\
+ ".\Tagged_Components.h"\
+ ".\Tagged_Components.i"\
+ ".\TAO_Export.h"\
+ ".\TAO_Singleton.cpp"\
+ ".\TAO_Singleton.h"\
+ ".\TAO_Singleton.inl"\
+ ".\TAO_Singleton_Manager.h"\
+ ".\TAO_Singleton_Manager.inl"\
+ ".\TAOC.h"\
+ ".\TAOC.i"\
+ ".\target_specification.h"\
+ ".\target_specification.i"\
+ ".\TimeBaseC.h"\
+ ".\TimeBaseC.i"\
+ ".\try_macros.h"\
+ ".\typecode.h"\
+ ".\Typecode.i"\
+ ".\ValueBase.h"\
+ ".\ValueBase.i"\
+ ".\ValueFactory.h"\
+ ".\ValueFactory.i"\
+ ".\varbase.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\TypeCodeFactory_Loader.cpp
+
+!IF "$(CFG)" == "TypeCodeFactory - Win32 (WCE MIPS) Release"
+
+DEP_CPP_TYPECOD=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECOD=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_TYPECOD=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECOD=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE SH4) Release"
+
+DEP_CPP_TYPECOD=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECOD=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE SH4) Debug"
+
+DEP_CPP_TYPECOD=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECOD=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE SH3) Release"
+
+DEP_CPP_TYPECOD=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECOD=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE SH3) Debug"
+
+DEP_CPP_TYPECOD=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECOD=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE ARM) Release"
+
+DEP_CPP_TYPECOD=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECOD=\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE ARM) Debug"
+
+DEP_CPP_TYPECOD=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECOD=\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE x86em) Release"
+
+DEP_CPP_TYPECOD=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECOD=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE x86em) Debug"
+
+DEP_CPP_TYPECOD=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECOD=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\LocalObject.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE x86) Debug"
+
+DEP_CPP_TYPECOD=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_i.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECOD=\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\LocalObject.h"\
+ ".\LocalObject.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\varbase.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\TypeCodeFactoryC.cpp
+
+!IF "$(CFG)" == "TypeCodeFactory - Win32 (WCE MIPS) Release"
+
+DEP_CPP_TYPECODE=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECODE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\Sequence_T.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_TYPECODE=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECODE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\Sequence_T.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE SH4) Release"
+
+DEP_CPP_TYPECODE=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECODE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\Sequence_T.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE SH4) Debug"
+
+DEP_CPP_TYPECODE=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECODE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\Sequence_T.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE SH3) Release"
+
+DEP_CPP_TYPECODE=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECODE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\Sequence_T.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE SH3) Debug"
+
+DEP_CPP_TYPECODE=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECODE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\Sequence_T.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE ARM) Release"
+
+DEP_CPP_TYPECODE=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECODE=\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE ARM) Debug"
+
+DEP_CPP_TYPECODE=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECODE=\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\varbase.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE x86em) Release"
+
+DEP_CPP_TYPECODE=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECODE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\Sequence_T.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE x86em) Debug"
+
+DEP_CPP_TYPECODE=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECODE=\
+ ".\ace\config-all.h"\
+ ".\ace\post.h"\
+ ".\ace\pre.h"\
+ ".\ace\Service_Config.h"\
+ ".\tao\Object.h"\
+ ".\tao\Object_Loader.h"\
+ ".\tao\Sequence_T.h"\
+
+
+!ELSEIF "$(CFG)" == "TypeCodeFactory - Win32 (WCE x86) Debug"
+
+DEP_CPP_TYPECODE=\
+ ".\typecodefactory_export.h"\
+ ".\TypeCodeFactory_Loader.h"\
+ ".\TypeCodeFactoryC.h"\
+ ".\TypeCodeFactoryC.inl"\
+
+NODEP_CPP_TYPECODE=\
+ ".\ce\ACE.h"\
+ ".\ce\ACE.i"\
+ ".\ce\ACE_export.h"\
+ ".\ce\ace_wchar.h"\
+ ".\ce\ace_wchar.inl"\
+ ".\ce\Atomic_Op.i"\
+ ".\ce\Base_Thread_Adapter.h"\
+ ".\ce\Base_Thread_Adapter.inl"\
+ ".\ce\Basic_Types.h"\
+ ".\ce\Basic_Types.i"\
+ ".\ce\CDR_Base.h"\
+ ".\ce\CDR_Base.inl"\
+ ".\ce\config-all.h"\
+ ".\ce\config-cygwin32-common.h"\
+ ".\ce\config-cygwin32.h"\
+ ".\ce\config-g++-common.h"\
+ ".\ce\config-ghs-common.h"\
+ ".\ce\config-win32-borland.h"\
+ ".\ce\config-win32-common.h"\
+ ".\ce\config-win32-ghs.h"\
+ ".\ce\config-win32-mingw.h"\
+ ".\ce\config-win32-msvc-5.h"\
+ ".\ce\config-win32-msvc-6.h"\
+ ".\ce\config-win32-msvc-7.h"\
+ ".\ce\config-win32-msvc.h"\
+ ".\ce\config-win32-visualage.h"\
+ ".\ce\config-win32.h"\
+ ".\ce\config-WinCE.h"\
+ ".\ce\config.h"\
+ ".\ce\CORBA_macros.h"\
+ ".\ce\Event_Handler.h"\
+ ".\ce\Event_Handler.i"\
+ ".\ce\File_Lock.h"\
+ ".\ce\File_Lock.inl"\
+ ".\ce\Flag_Manip.h"\
+ ".\ce\Flag_Manip.i"\
+ ".\ce\Free_List.cpp"\
+ ".\ce\Free_List.h"\
+ ".\ce\Free_List.i"\
+ ".\ce\Handle_Ops.h"\
+ ".\ce\Handle_Ops.i"\
+ ".\ce\Handle_Set.h"\
+ ".\ce\Handle_Set.i"\
+ ".\ce\Init_ACE.h"\
+ ".\ce\Init_ACE.i"\
+ ".\ce\iosfwd.h"\
+ ".\ce\Lib_Find.h"\
+ ".\ce\Lib_Find.i"\
+ ".\ce\Log_Msg.h"\
+ ".\ce\Log_Msg_Callback.h"\
+ ".\ce\Log_Priority.h"\
+ ".\ce\Log_Record.h"\
+ ".\ce\Log_Record.i"\
+ ".\ce\Malloc.h"\
+ ".\ce\Malloc.i"\
+ ".\ce\Malloc_Allocator.h"\
+ ".\ce\Malloc_Allocator.i"\
+ ".\ce\Malloc_Base.h"\
+ ".\ce\Malloc_T.cpp"\
+ ".\ce\Malloc_T.h"\
+ ".\ce\Malloc_T.i"\
+ ".\ce\Managed_Object.cpp"\
+ ".\ce\Managed_Object.h"\
+ ".\ce\Managed_Object.i"\
+ ".\ce\Mem_Map.h"\
+ ".\ce\Mem_Map.i"\
+ ".\ce\Memory_Pool.h"\
+ ".\ce\Memory_Pool.i"\
+ ".\ce\Message_Block.h"\
+ ".\ce\Message_Block.i"\
+ ".\ce\Message_Block_T.cpp"\
+ ".\ce\Message_Block_T.h"\
+ ".\ce\Message_Block_T.i"\
+ ".\ce\Min_Max.h"\
+ ".\ce\Node.cpp"\
+ ".\ce\Node.h"\
+ ".\ce\Object_Manager.h"\
+ ".\ce\Object_Manager.i"\
+ ".\ce\OS.h"\
+ ".\ce\OS.i"\
+ ".\ce\OS_Dirent.h"\
+ ".\ce\OS_Dirent.inl"\
+ ".\ce\OS_Errno.h"\
+ ".\ce\OS_Errno.inl"\
+ ".\ce\OS_Export.h"\
+ ".\ce\OS_Log_Msg_Attributes.h"\
+ ".\ce\OS_Log_Msg_Attributes.inl"\
+ ".\ce\OS_Memory.h"\
+ ".\ce\OS_Memory.inl"\
+ ".\ce\OS_String.h"\
+ ".\ce\OS_String.inl"\
+ ".\ce\OS_TLI.h"\
+ ".\ce\OS_TLI.inl"\
+ ".\ce\post.h"\
+ ".\ce\pre.h"\
+ ".\ce\Process_Mutex.h"\
+ ".\ce\Process_Mutex.inl"\
+ ".\ce\Process_Semaphore.h"\
+ ".\ce\Process_Semaphore.inl"\
+ ".\ce\Reactor.h"\
+ ".\ce\Reactor.i"\
+ ".\ce\Reactor_Impl.h"\
+ ".\ce\RW_Process_Mutex.h"\
+ ".\ce\RW_Process_Mutex.inl"\
+ ".\ce\Service_Config.h"\
+ ".\ce\Service_Config.i"\
+ ".\ce\Service_Object.h"\
+ ".\ce\Service_Object.i"\
+ ".\ce\Shared_Object.h"\
+ ".\ce\Shared_Object.i"\
+ ".\ce\Signal.h"\
+ ".\ce\Signal.i"\
+ ".\ce\Sock_Connect.h"\
+ ".\ce\Sock_Connect.i"\
+ ".\ce\SString.h"\
+ ".\ce\SString.i"\
+ ".\ce\streams.h"\
+ ".\ce\SV_Semaphore_Complex.h"\
+ ".\ce\SV_Semaphore_Complex.i"\
+ ".\ce\SV_Semaphore_Simple.h"\
+ ".\ce\SV_Semaphore_Simple.i"\
+ ".\ce\Svc_Conf_Tokens.h"\
+ ".\ce\svc_export.h"\
+ ".\ce\Synch.h"\
+ ".\ce\Synch.i"\
+ ".\ce\Synch_T.cpp"\
+ ".\ce\Synch_T.h"\
+ ".\ce\Synch_T.i"\
+ ".\ce\Test_and_Set.cpp"\
+ ".\ce\Test_and_Set.h"\
+ ".\ce\Test_and_Set.i"\
+ ".\ce\Thread.h"\
+ ".\ce\Thread.i"\
+ ".\ce\Thread_Adapter.h"\
+ ".\ce\Thread_Adapter.inl"\
+ ".\ce\Thread_Control.h"\
+ ".\ce\Thread_Control.inl"\
+ ".\ce\Thread_Exit.h"\
+ ".\ce\Thread_Hook.h"\
+ ".\ce\Timer_Queue.h"\
+ ".\ce\Timer_Queue_T.cpp"\
+ ".\ce\Timer_Queue_T.h"\
+ ".\ce\Timer_Queue_T.i"\
+ ".\ce\Trace.h"\
+ ".\ce\Unbounded_Queue.cpp"\
+ ".\ce\Unbounded_Queue.h"\
+ ".\ce\Unbounded_Queue.inl"\
+ ".\ce\Unbounded_Set.cpp"\
+ ".\ce\Unbounded_Set.h"\
+ ".\ce\Unbounded_Set.inl"\
+ ".\corbafwd.h"\
+ ".\corbafwd.i"\
+ ".\Environment.h"\
+ ".\Environment.i"\
+ ".\Exception.h"\
+ ".\Exception.i"\
+ ".\Managed_Types.h"\
+ ".\Managed_Types.i"\
+ ".\object.h"\
+ ".\Object.i"\
+ ".\Object_Loader.h"\
+ ".\Object_Loader.i"\
+ ".\Object_Proxy_Broker.h"\
+ ".\Object_Proxy_Impl.h"\
+ ".\orbconf.h"\
+ ".\sequence.h"\
+ ".\Sequence.i"\
+ ".\Sequence_T.cpp"\
+ ".\Sequence_T.h"\
+ ".\Sequence_T.i"\
+ ".\TAO_Export.h"\
+ ".\try_macros.h"\
+ ".\varbase.h"\
+
+
+!ENDIF
+
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=.\TypeCodeFactory_Adapter_Impl.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\typecodefactory_export.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\TypeCodeFactory_i.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\TypeCodeFactory_Loader.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\TypeCodeFactoryC.h
+# End Source File
+# End Group
+# Begin Group "Resource Files"
+
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+# End Group
+# Begin Group "Inline Files"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=.\TypeCodeFactoryC.inl
+# End Source File
+# End Group
+# End Target
+# End Project
diff --git a/TAO/tao/TypeCodeFactory/TypeCodeFactory_Loader.cpp b/TAO/tao/TypeCodeFactory/TypeCodeFactory_Loader.cpp
index 882d11ecc90..b6fcd5eb57e 100644
--- a/TAO/tao/TypeCodeFactory/TypeCodeFactory_Loader.cpp
+++ b/TAO/tao/TypeCodeFactory/TypeCodeFactory_Loader.cpp
@@ -26,7 +26,7 @@ TAO_TypeCodeFactory_Loader::TAO_TypeCodeFactory_Loader (void)
CORBA::Object_ptr
TAO_TypeCodeFactory_Loader::create_object (CORBA::ORB_ptr,
int,
- char * []
+ ACE_TCHAR * []
ACE_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException))
{
diff --git a/TAO/tao/TypeCodeFactory/TypeCodeFactory_Loader.h b/TAO/tao/TypeCodeFactory/TypeCodeFactory_Loader.h
index cc6528ca3f0..960f08da6fc 100644
--- a/TAO/tao/TypeCodeFactory/TypeCodeFactory_Loader.h
+++ b/TAO/tao/TypeCodeFactory/TypeCodeFactory_Loader.h
@@ -38,7 +38,7 @@ public:
virtual CORBA::Object_ptr create_object (CORBA::ORB_ptr orb,
int argc,
- char *argv []
+ ACE_TCHAR *argv []
ACE_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
// Overload the base class method to create a new instance
diff --git a/TAO/tao/default_resource.cpp b/TAO/tao/default_resource.cpp
index be34af972b2..ba4fe40c6ed 100644
--- a/TAO/tao/default_resource.cpp
+++ b/TAO/tao/default_resource.cpp
@@ -160,7 +160,7 @@ TAO_Default_Resource_Factory::init (int argc, ACE_TCHAR *argv[])
{
TAO_Protocol_Item *item = 0;
ACE_NEW_RETURN (item,
- TAO_Protocol_Item (argv[curarg]),
+ TAO_Protocol_Item (ACE_TEXT_ALWAYS_CHAR(argv[curarg])),
-1);
if (pset->insert (item) == -1)
ACE_ERROR ((LM_ERROR,
@@ -492,7 +492,7 @@ TAO_Default_Resource_Factory::load_default_protocols (void)
}
ACE_NEW_RETURN (item,
- TAO_Protocol_Item (ACE_LIB_TEXT("IIOP_Factory")),
+ TAO_Protocol_Item ("IIOP_Factory"),
-1);
// If the TAO_Protocol_Item retains ownership of the
// TAO_Protocol_Factory then we used an auto_ptr<> above, so
@@ -544,7 +544,7 @@ TAO_Default_Resource_Factory::init_protocol_factories (void)
for (; factory != end; factory++)
{
- const ACE_TString &name = (*factory)->protocol_name ();
+ const ACE_CString &name = (*factory)->protocol_name ();
(*factory)->factory (
ACE_Dynamic_Service<TAO_Protocol_Factory>::instance (name.c_str ()));
if ((*factory)->factory () == 0)
@@ -552,7 +552,7 @@ TAO_Default_Resource_Factory::init_protocol_factories (void)
ACE_ERROR_RETURN ((LM_ERROR,
ACE_LIB_TEXT ("TAO (%P|%t) Unable to load ")
ACE_LIB_TEXT ("protocol <%s>, %p\n"),
- name.fast_rep (), ""),
+ ACE_TEXT_CHAR_TO_TCHAR(name.c_str ()), ""),
-1);
}
@@ -560,7 +560,7 @@ TAO_Default_Resource_Factory::init_protocol_factories (void)
{
ACE_DEBUG ((LM_DEBUG,
ACE_LIB_TEXT ("TAO (%P|%t) Loaded protocol <%s>\n"),
- name.fast_rep ()));
+ ACE_TEXT_CHAR_TO_TCHAR(name.c_str ())));
}
}