summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-29 18:11:18 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-29 18:11:18 +0000
commit7050e459bf26e71a3df700b21dbbe6d54ff1093e (patch)
tree8c26f1fd63f0592fbb17cfb65e54476a57f85e46 /TAO/tao/PortableServer
parent99ab584ab1de2dd5888c34c9f4809e4f67992bf0 (diff)
downloadATCD-7050e459bf26e71a3df700b21dbbe6d54ff1093e.tar.gz
ChangeLogTag: Wed Oct 29 12:09:09 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/tao/PortableServer')
-rw-r--r--TAO/tao/PortableServer/PortableServer.mpc38
1 files changed, 38 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/PortableServer.mpc b/TAO/tao/PortableServer/PortableServer.mpc
index 741703b56ac..d4e712e485e 100644
--- a/TAO/tao/PortableServer/PortableServer.mpc
+++ b/TAO/tao/PortableServer/PortableServer.mpc
@@ -2,4 +2,42 @@ project : taolib, core, objreftemplate, valuetype, iorinterceptor {
sharedname = TAO_PortableServer
dynamicflags = TAO_PORTABLESERVER_BUILD_DLL
include_dir = tao/PortableServer
+
+ Source_Files {
+ Active_Object_Map.cpp
+ AMH_Response_Handler.cpp
+ Collocation_Object_Proxy_Broker.cpp
+ Default_Acceptor_Filter.cpp
+ Default_ORTC.cpp
+ Default_Policy_Validator.cpp
+ Default_Servant_Dispatcher.cpp
+ ImplRepo_i.cpp
+ ImplRepoC.cpp
+ ImplRepoS.cpp
+ ImR_ActivatorC.cpp
+ ImR_ActivatorS.cpp
+ ImR_LocatorC.cpp
+ ImR_LocatorS.cpp
+ IORInfo.cpp
+ Key_Adapters.cpp
+ Object_Adapter.cpp
+ ObjectReferenceTemplate.cpp
+ Operation_Table.cpp
+ ORB_Manager.cpp
+ POA.cpp
+ POA_Cached_Policies.cpp
+ POA_Policies.cpp
+ POA_Policy_Set.cpp
+ POAManager.cpp
+ PolicyS.cpp
+ PortableGroup_Hooks.cpp
+ PortableServer.cpp
+ PortableServer_ORBInitializer.cpp
+ PortableServer_PolicyFactory.cpp
+ PortableServerC.cpp
+ Servant_Base.cpp
+ Servant_Dispatcher.cpp
+ ServerInterceptorAdapter.cpp
+ ServerRequestInfo.cpp
+ }
}