summaryrefslogtreecommitdiff
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
parent99ab584ab1de2dd5888c34c9f4809e4f67992bf0 (diff)
downloadATCD-7050e459bf26e71a3df700b21dbbe6d54ff1093e.tar.gz
ChangeLogTag: Wed Oct 29 12:09:09 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog9
-rw-r--r--TAO/tao/DynamicInterface/DynamicInterface.mpc14
-rw-r--r--TAO/tao/PortableServer/PortableServer.mpc38
3 files changed, 61 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 692af4ed55c..ca9a87508db 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,12 @@
+Wed Oct 29 12:09:09 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * tao/DynamicInterface/DynamicInterface.mpc:
+ * tao/PortableServer/PortableServer.mpc:
+
+ Added list of source files, since the CVS respository
+ contains source files which are not to be built but not
+ yet removed.
+
Wed Oct 29 11:28:36 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* tao/Valuetype/AbstractBase_Invocation_Adapter.cpp:
diff --git a/TAO/tao/DynamicInterface/DynamicInterface.mpc b/TAO/tao/DynamicInterface/DynamicInterface.mpc
index d1c16deefe5..6e6d1f61152 100644
--- a/TAO/tao/DynamicInterface/DynamicInterface.mpc
+++ b/TAO/tao/DynamicInterface/DynamicInterface.mpc
@@ -2,4 +2,18 @@ project : taolib, core, portableserver {
sharedname = TAO_DynamicInterface
dynamicflags = TAO_DYNAMICINTERFACE_BUILD_DLL
include_dir = tao/DynamicInterface
+
+ Source_Files {
+ Context.cpp
+ DII_Arguments.cpp
+ DII_Invocation.cpp
+ DII_Invocation_Adapter.cpp
+ DII_Reply_Dispatcher.cpp
+ Dynamic_Adapter_Impl.cpp
+ Dynamic_Implementation.cpp
+ ExceptionList.cpp
+ Request.cpp
+ Server_Request.cpp
+ Unknown_User_Exception.cpp
+ }
}
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
+ }
}