summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-01-05 15:36:08 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-01-05 15:36:08 +0000
commit84678e59c0719a351081bc827207f14ccf68a072 (patch)
treef8a679639771b90702aaef470a4c4c3b6366a591
parentdce987bc9c3b9f6ab35a3a601323e050e3a98291 (diff)
downloadATCD-84678e59c0719a351081bc827207f14ccf68a072.tar.gz
ChangeLogTag: Wed Jan 5 09:33:54 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog12
-rw-r--r--TAO/tao/extra_core.mpb16
-rw-r--r--TAO/tao/tao.mpc551
3 files changed, 287 insertions, 292 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index ccd87037fa6..2c8d1ea48a8 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,15 @@
+Wed Jan 5 09:33:54 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * tao/extra_core.mpb:
+ * tao/tao.mpc:
+
+ Removed the extra nested braces related to TAO_COMPONENTS
+ that create "subdirectories" in VC project files. In makefiles,
+ these "components" might be separately compiled but they won't
+ link, so the feature is not used on any platform. In VC projects,
+ the extra level of folders makes source and header files
+ much harder to locate in the GUI environment.
+
Wed Jan 5 14:22:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* examples/AMI/FL_Callback/Progress_i.{h,cpp,i}:
diff --git a/TAO/tao/extra_core.mpb b/TAO/tao/extra_core.mpb
index eeb2801d5b6..e9d60aa6db1 100644
--- a/TAO/tao/extra_core.mpb
+++ b/TAO/tao/extra_core.mpb
@@ -3,20 +3,16 @@
feature(!minimum_corba) {
Source_Files(TAO_COMPONENTS) {
- ORB_Core {
- ServicesC.cpp
- NVList.cpp
- Dynamic_Adapter.cpp
- }
+ ServicesC.cpp
+ NVList.cpp
+ Dynamic_Adapter.cpp
}
}
feature(corba_messaging) {
Source_Files(TAO_COMPONENTS) {
- ORB_Core {
- Policy_Manager.cpp
- Buffering_Constraint_Policy.cpp
- Messaging_PolicyValueC.cpp
- }
+ Policy_Manager.cpp
+ Buffering_Constraint_Policy.cpp
+ Messaging_PolicyValueC.cpp
}
}
diff --git a/TAO/tao/tao.mpc b/TAO/tao/tao.mpc
index d14f765df9f..99a0e0daed4 100644
--- a/TAO/tao/tao.mpc
+++ b/TAO/tao/tao.mpc
@@ -7,288 +7,275 @@ project(TAO) : acelib, taoversion, core, tao_output, taodefaults, pidl, extra_co
// custom build type and comes from the taoidldefaults base project.
Source_Files(TAO_COMPONENTS) {
- Pluggable_Protocols {
- Transport_Acceptor.cpp
- Transport_Connector.cpp
- Transport.cpp
- Incoming_Message_Queue.cpp
- Resume_Handle.cpp
- Profile.cpp
- Endpoint.cpp
- Connector_Registry.cpp
- Connection_Handler.cpp
- Thread_Per_Connection_Handler.cpp
- Acceptor_Registry.cpp
- Protocol_Factory.cpp
- Acceptor_Filter.cpp
- IIOP_Factory.cpp
- IIOP_Lite_Factory.cpp
- IIOP_Profile.cpp
- IIOP_Transport.cpp
- IIOP_Connector.cpp
- IIOP_Acceptor.cpp
- IIOP_Connection_Handler.cpp
- IIOP_Endpoint.cpp
- IIOP_EndpointsC.cpp
- IIOP_EndpointsA.cpp
- IIOPC.cpp
- IIOPA.cpp
- }
-
- Pluggable_Messaging {
- Pluggable_Messaging.cpp
- Pluggable_Messaging_Utils.cpp
- GIOP_Message_Base.cpp
- GIOP_Message_Lite.cpp
- GIOP_Message_Generator_Parser.cpp
- GIOP_Message_Generator_Parser_10.cpp
- GIOP_Message_Generator_Parser_11.cpp
- GIOP_Message_Generator_Parser_12.cpp
- GIOP_Message_Generator_Parser_Impl.cpp
- GIOP_Utils.cpp
- GIOP_Message_Locate_Header.cpp
- target_specification.cpp
- GIOP_Message_State.cpp
- GIOP_Message_Version.cpp
- Tagged_Profile.cpp
- }
- Default_Resources {
- default_client.cpp
- default_server.cpp
- default_resource.cpp
- xt_resource.cpp
- qt_resource.cpp
- }
- Interpretive_Marshaling {
- append.cpp
- Marshal.cpp
- skip.cpp
- }
- IDL_Compiler {
- Managed_Types.cpp
- }
- ORB_Core {
- Any.cpp
- Any_Basic_Impl.cpp
- Any_Impl.cpp
- Any_Unknown_IDL_Type.cpp
- Any_SystemException.cpp
- CORBA_String.cpp
- CurrentC.cpp
- CurrentA.cpp
- Exception.cpp
- SystemException.cpp
- UserException.cpp
- WrongTransactionC.cpp
- WrongTransactionA.cpp
- Environment.cpp
- Object.cpp
- LocalObject.cpp
- ObjectIdListC.cpp
- ObjectIdListA.cpp
- ORB.cpp
- Policy_ForwardC.cpp
- Policy_ForwardA.cpp
- PolicyC.cpp
- PolicyA.cpp
- Policy_Validator.cpp
- Encodable.cpp
- Abstract_Servant_Base.cpp
- Object_Proxy_Broker.cpp
- Remote_Object_Proxy_Broker.cpp
- Object_Proxy_Impl.cpp
- DomainC.cpp
- DomainA.cpp
- TimeBaseC.cpp
- TimeBaseA.cpp
- Principal.cpp
- Sequence.cpp
- MProfile.cpp
- Stub.cpp
- Typecode.cpp
- CDR.cpp
- Client_Strategy_Factory.cpp
- debug.cpp
- Object_KeyC.cpp
- Protocols_Hooks.cpp
- Default_Protocols_Hooks.cpp
- Messaging_SyncScopeC.cpp
- Invocation_Base.cpp
- Invocation_Adapter.cpp
- LocateRequest_Invocation_Adapter.cpp
- Profile_Transport_Resolver.cpp
- Remote_Invocation.cpp
- Collocated_Invocation.cpp
- Synch_Invocation.cpp
- LocateRequest_Invocation.cpp
- Invocation_Endpoint_Selectors.cpp
- operation_details.cpp
- ClientRequestInfo.cpp
- ClientRequestInfo_i.cpp
- RequestInfo_Util.cpp
- ClientRequestInterceptor_Adapter.cpp
- PI_ForwardC.cpp
- PortableInterceptorC.cpp
- PortableInterceptorA.cpp
- PICurrent.cpp
- PICurrent_Copy_Callback.cpp
- PICurrent_ORBInitializer.cpp
- DynamicC.cpp
- DynamicA.cpp
- Dynamic_ParameterC.cpp
- Dynamic_ParameterA.cpp
- ParameterModeC.cpp
- AnySeqA.cpp
- AnySeqC.cpp
- BooleanSeqA.cpp
- BooleanSeqC.cpp
- CharSeqA.cpp
- CharSeqC.cpp
- DoubleSeqA.cpp
- DoubleSeqC.cpp
- FloatSeqA.cpp
- FloatSeqC.cpp
- LongDoubleSeqA.cpp
- LongDoubleSeqC.cpp
- LongLongSeqA.cpp
- LongLongSeqC.cpp
- LongSeqA.cpp
- LongSeqC.cpp
- OctetSeqA.cpp
- OctetSeqC.cpp
- ShortSeqA.cpp
- ShortSeqC.cpp
- StringSeqA.cpp
- StringSeqC.cpp
- ULongLongSeqA.cpp
- ULongLongSeqC.cpp
- ULongSeqA.cpp
- ULongSeqC.cpp
- UShortSeqA.cpp
- UShortSeqC.cpp
- WCharSeqA.cpp
- WCharSeqC.cpp
- WStringSeqA.cpp
- WStringSeqC.cpp
- Codeset_Manager.cpp
- Codeset_Translator_Factory.cpp
- UTF16_BOM_Translator.cpp
- UTF16_BOM_Factory.cpp
- ORB_Core.cpp
- ORB_Core_Auto_Ptr.cpp
- Collocation_Resolver.cpp
- Default_Collocation_Resolver.cpp
- Stub_Factory.cpp
- ORB_Table.cpp
- LF_Follower.cpp
- LF_Follower_Auto_Ptr.cpp
- LF_Follower_Auto_Adder.cpp
- Leader_Follower.cpp
- Leader_Follower_Flushing_Strategy.cpp
- LF_Event.cpp
- LF_Invocation_Event.cpp
- LF_CH_Event.cpp
- LF_Event_Binder.cpp
- LF_Event_Loop_Thread_Helper.cpp
- LF_Strategy.cpp
- LF_Strategy_Complete.cpp
- params.cpp
- Resource_Factory.cpp
- Server_Strategy_Factory.cpp
- Sync_Strategies.cpp
- TAO_Internal.cpp
- TAO_Server_Request.cpp
- Typecode_Constants.cpp
- PredefinedType_Seq_Tmplinst.cpp
- TypeCodeFactory_Adapter.cpp
- Wait_Strategy.cpp
- Wait_On_Read.cpp
- Wait_On_Reactor.cpp
- Wait_On_Leader_Follower.cpp
- Wait_On_LF_No_Upcall.cpp
- Transport_Mux_Strategy.cpp
- Exclusive_TMS.cpp
- Muxed_TMS.cpp
- Reply_Dispatcher.cpp
- Synch_Reply_Dispatcher.cpp
- Synch_Refcountable.cpp
- Asynch_Reply_Dispatcher_Base.cpp
- IOP_IORC.cpp
- IOP_IORA.cpp
- IOP_CodecC.cpp
- IOP_CodecA.cpp
- IOPC.cpp
- PollableC.cpp
- CONV_FRAMEC.cpp
- CONV_FRAMEA.cpp
- Tagged_Components.cpp
- Service_Context.cpp
- GIOPC.cpp
- GIOPA.cpp
- BoundsC.cpp
- BoundsA.cpp
- TAOC.cpp
- TAOA.cpp
- Object_Loader.cpp
- TAO_Singleton_Manager.cpp
- Adapter.cpp
- Services_Activate.cpp
- Service_Callbacks.cpp
- Parser_Registry.cpp
- IOR_Parser.cpp
- DLL_Parser.cpp
- FILE_Parser.cpp
- CORBALOC_Parser.cpp
- CORBANAME_Parser.cpp
- MCAST_Parser.cpp
- Bind_Dispatcher_Guard.cpp
- Fault_Tolerance_Service.cpp
- Interceptor_List.cpp
- IORInterceptor_Adapter.cpp
- IORInterceptor_Adapter_Factory.cpp
- IFR_Client_Adapter.cpp
- ORBInitInfo.cpp
- ORBInitializer_Registry.cpp
- PolicyFactory_Registry.cpp
- Cache_Entries.cpp
- Base_Transport_Property.cpp
- Transport_Cache_Manager.cpp
- Cleanup_Func_Registry.cpp
- Transport_Descriptor_Interface.cpp
- Object_Ref_Table.cpp
- BiDir_Adapter.cpp
- CodecFactory.cpp
- CodecFactory_ORBInitializer.cpp
- CDR_Encaps_Codec.cpp
- Endpoint_Selector_Factory.cpp
- Flushing_Strategy.cpp
- Block_Flushing_Strategy.cpp
- Reactive_Flushing_Strategy.cpp
- Connect_Strategy.cpp
- Blocked_Connect_Strategy.cpp
- Reactive_Connect_Strategy.cpp
- LF_Connect_Strategy.cpp
- Queued_Message.cpp
- Synch_Queued_Message.cpp
- Asynch_Queued_Message.cpp
- Transport_Timer.cpp
- Connection_Purging_Strategy.cpp
- LRU_Connection_Purging_Strategy.cpp
- Policy_Set.cpp
- Default_Endpoint_Selector_Factory.cpp
- Thread_Lane_Resources.cpp
- Thread_Lane_Resources_Manager.cpp
- Default_Thread_Lane_Resources_Manager.cpp
- Default_Stub_Factory.cpp
- Request_Dispatcher.cpp
- Valuetype_Adapter.cpp
- ObjectKey_Table.cpp
- Refcounted_ObjectKey.cpp
- TSS_Resources.cpp
- Argument.cpp
- Basic_Arguments.cpp
- Special_Basic_Arguments.cpp
- }
+ Abstract_Servant_Base.cpp
+ Acceptor_Filter.cpp
+ Acceptor_Registry.cpp
+ Adapter.cpp
+ Any.cpp
+ Any_Basic_Impl.cpp
+ Any_Impl.cpp
+ Any_SystemException.cpp
+ Any_Unknown_IDL_Type.cpp
+ AnySeqA.cpp
+ AnySeqC.cpp
+ append.cpp
+ Argument.cpp
+ Asynch_Queued_Message.cpp
+ Asynch_Reply_Dispatcher_Base.cpp
+ Base_Transport_Property.cpp
+ Basic_Arguments.cpp
+ BiDir_Adapter.cpp
+ Bind_Dispatcher_Guard.cpp
+ Block_Flushing_Strategy.cpp
+ Blocked_Connect_Strategy.cpp
+ BooleanSeqA.cpp
+ BooleanSeqC.cpp
+ BoundsA.cpp
+ BoundsC.cpp
+ Cache_Entries.cpp
+ CDR.cpp
+ CDR_Encaps_Codec.cpp
+ CharSeqA.cpp
+ CharSeqC.cpp
+ Cleanup_Func_Registry.cpp
+ Client_Strategy_Factory.cpp
+ ClientRequestInfo.cpp
+ ClientRequestInfo_i.cpp
+ ClientRequestInterceptor_Adapter.cpp
+ CodecFactory.cpp
+ CodecFactory_ORBInitializer.cpp
+ Codeset_Manager.cpp
+ Codeset_Translator_Factory.cpp
+ Collocated_Invocation.cpp
+ Collocation_Resolver.cpp
+ Connect_Strategy.cpp
+ Connection_Handler.cpp
+ Connection_Purging_Strategy.cpp
+ Connector_Registry.cpp
+ CONV_FRAMEA.cpp
+ CONV_FRAMEC.cpp
+ CORBA_String.cpp
+ CORBALOC_Parser.cpp
+ CORBANAME_Parser.cpp
+ CurrentA.cpp
+ CurrentC.cpp
+ debug.cpp
+ default_client.cpp
+ Default_Collocation_Resolver.cpp
+ Default_Endpoint_Selector_Factory.cpp
+ Default_Protocols_Hooks.cpp
+ default_resource.cpp
+ default_server.cpp
+ Default_Stub_Factory.cpp
+ Default_Thread_Lane_Resources_Manager.cpp
+ DLL_Parser.cpp
+ DomainA.cpp
+ DomainC.cpp
+ DoubleSeqA.cpp
+ DoubleSeqC.cpp
+ Dynamic_ParameterA.cpp
+ Dynamic_ParameterC.cpp
+ DynamicA.cpp
+ DynamicC.cpp
+ Encodable.cpp
+ Endpoint.cpp
+ Endpoint_Selector_Factory.cpp
+ Environment.cpp
+ Exception.cpp
+ Exclusive_TMS.cpp
+ Fault_Tolerance_Service.cpp
+ FILE_Parser.cpp
+ FloatSeqA.cpp
+ FloatSeqC.cpp
+ Flushing_Strategy.cpp
+ GIOP_Message_Base.cpp
+ GIOP_Message_Generator_Parser.cpp
+ GIOP_Message_Generator_Parser_10.cpp
+ GIOP_Message_Generator_Parser_11.cpp
+ GIOP_Message_Generator_Parser_12.cpp
+ GIOP_Message_Generator_Parser_Impl.cpp
+ GIOP_Message_Lite.cpp
+ GIOP_Message_Locate_Header.cpp
+ GIOP_Message_State.cpp
+ GIOP_Message_Version.cpp
+ GIOP_Utils.cpp
+ GIOPA.cpp
+ GIOPC.cpp
+ IFR_Client_Adapter.cpp
+ IIOP_Acceptor.cpp
+ IIOP_Connection_Handler.cpp
+ IIOP_Connector.cpp
+ IIOP_Endpoint.cpp
+ IIOP_EndpointsA.cpp
+ IIOP_EndpointsC.cpp
+ IIOP_Factory.cpp
+ IIOP_Lite_Factory.cpp
+ IIOP_Profile.cpp
+ IIOP_Transport.cpp
+ IIOPA.cpp
+ IIOPC.cpp
+ Incoming_Message_Queue.cpp
+ Interceptor_List.cpp
+ Invocation_Adapter.cpp
+ Invocation_Base.cpp
+ Invocation_Endpoint_Selectors.cpp
+ IOP_CodecA.cpp
+ IOP_CodecC.cpp
+ IOP_IORA.cpp
+ IOP_IORC.cpp
+ IOPC.cpp
+ IOR_Parser.cpp
+ IORInterceptor_Adapter.cpp
+ IORInterceptor_Adapter_Factory.cpp
+ Leader_Follower.cpp
+ Leader_Follower_Flushing_Strategy.cpp
+ LF_CH_Event.cpp
+ LF_Connect_Strategy.cpp
+ LF_Event.cpp
+ LF_Event_Binder.cpp
+ LF_Event_Loop_Thread_Helper.cpp
+ LF_Follower.cpp
+ LF_Follower_Auto_Adder.cpp
+ LF_Follower_Auto_Ptr.cpp
+ LF_Invocation_Event.cpp
+ LF_Strategy.cpp
+ LF_Strategy_Complete.cpp
+ LocalObject.cpp
+ LocateRequest_Invocation.cpp
+ LocateRequest_Invocation_Adapter.cpp
+ LongDoubleSeqA.cpp
+ LongDoubleSeqC.cpp
+ LongLongSeqA.cpp
+ LongLongSeqC.cpp
+ LongSeqA.cpp
+ LongSeqC.cpp
+ LRU_Connection_Purging_Strategy.cpp
+ Managed_Types.cpp
+ Marshal.cpp
+ MCAST_Parser.cpp
+ Messaging_SyncScopeC.cpp
+ MProfile.cpp
+ Muxed_TMS.cpp
+ Object.cpp
+ Object_KeyC.cpp
+ Object_Loader.cpp
+ Object_Proxy_Broker.cpp
+ Object_Proxy_Impl.cpp
+ Object_Ref_Table.cpp
+ ObjectIdListA.cpp
+ ObjectIdListC.cpp
+ ObjectKey_Table.cpp
+ OctetSeqA.cpp
+ OctetSeqC.cpp
+ operation_details.cpp
+ ORB.cpp
+ ORB_Core.cpp
+ ORB_Core_Auto_Ptr.cpp
+ ORB_Table.cpp
+ ORBInitializer_Registry.cpp
+ ORBInitInfo.cpp
+ ParameterModeC.cpp
+ params.cpp
+ Parser_Registry.cpp
+ PI_ForwardC.cpp
+ PICurrent.cpp
+ PICurrent_Copy_Callback.cpp
+ PICurrent_ORBInitializer.cpp
+ Pluggable_Messaging.cpp
+ Pluggable_Messaging_Utils.cpp
+ Policy_ForwardA.cpp
+ Policy_ForwardC.cpp
+ Policy_Set.cpp
+ Policy_Validator.cpp
+ PolicyA.cpp
+ PolicyC.cpp
+ PolicyFactory_Registry.cpp
+ PollableC.cpp
+ PortableInterceptorA.cpp
+ PortableInterceptorC.cpp
+ PredefinedType_Seq_Tmplinst.cpp
+ Principal.cpp
+ Profile.cpp
+ Profile_Transport_Resolver.cpp
+ Protocol_Factory.cpp
+ Protocols_Hooks.cpp
+ qt_resource.cpp
+ Queued_Message.cpp
+ Reactive_Connect_Strategy.cpp
+ Reactive_Flushing_Strategy.cpp
+ Refcounted_ObjectKey.cpp
+ Remote_Invocation.cpp
+ Remote_Object_Proxy_Broker.cpp
+ Reply_Dispatcher.cpp
+ Request_Dispatcher.cpp
+ RequestInfo_Util.cpp
+ Resource_Factory.cpp
+ Resume_Handle.cpp
+ Sequence.cpp
+ Server_Strategy_Factory.cpp
+ Service_Callbacks.cpp
+ Service_Context.cpp
+ Services_Activate.cpp
+ ShortSeqA.cpp
+ ShortSeqC.cpp
+ skip.cpp
+ Special_Basic_Arguments.cpp
+ StringSeqA.cpp
+ StringSeqC.cpp
+ Stub.cpp
+ Stub_Factory.cpp
+ Sync_Strategies.cpp
+ Synch_Invocation.cpp
+ Synch_Queued_Message.cpp
+ Synch_Refcountable.cpp
+ Synch_Reply_Dispatcher.cpp
+ SystemException.cpp
+ Tagged_Components.cpp
+ Tagged_Profile.cpp
+ TAO_Internal.cpp
+ TAO_Server_Request.cpp
+ TAO_Singleton_Manager.cpp
+ TAOA.cpp
+ TAOC.cpp
+ target_specification.cpp
+ Thread_Lane_Resources.cpp
+ Thread_Lane_Resources_Manager.cpp
+ Thread_Per_Connection_Handler.cpp
+ TimeBaseA.cpp
+ TimeBaseC.cpp
+ Transport.cpp
+ Transport_Acceptor.cpp
+ Transport_Cache_Manager.cpp
+ Transport_Connector.cpp
+ Transport_Descriptor_Interface.cpp
+ Transport_Mux_Strategy.cpp
+ Transport_Timer.cpp
+ TSS_Resources.cpp
+ Typecode.cpp
+ Typecode_Constants.cpp
+ TypeCodeFactory_Adapter.cpp
+ ULongLongSeqA.cpp
+ ULongLongSeqC.cpp
+ ULongSeqA.cpp
+ ULongSeqC.cpp
+ UserException.cpp
+ UShortSeqA.cpp
+ UShortSeqC.cpp
+ UTF16_BOM_Factory.cpp
+ UTF16_BOM_Translator.cpp
+ Valuetype_Adapter.cpp
+ Wait_On_Leader_Follower.cpp
+ Wait_On_LF_No_Upcall.cpp
+ Wait_On_Reactor.cpp
+ Wait_On_Read.cpp
+ Wait_Strategy.cpp
+ WCharSeqA.cpp
+ WCharSeqC.cpp
+ WrongTransactionA.cpp
+ WrongTransactionC.cpp
+ WStringSeqA.cpp
+ WStringSeqC.cpp
+ xt_resource.cpp
}
Header_Files {