summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/CosEvent
Commit message (Collapse)AuthorAgeFilesLines
* Removed RND_Timer, it is not usedJohnny Willemsen2017-11-031-22/+2
| | | | * TAO/orbsvcs/tests/CosEvent/Basic/Random.h:
* Cleanup empty commented out linesJohnny Willemsen2017-08-311-3/+0
|
* Just remove unused RND_Timer::push altogether.Andreas L2017-08-052-8/+0
|
* Add an implementation for RND_Timer::push despite not used,Andreas L2017-08-041-0/+6
| | | | | | | | because it is the "first non-inline non-pure-virtual" method, and Solaris Studio Compilers automatically add some internal symbols to whereever that one gets implemented. Without an implementation of RND_Timer::push(), the linker complains about lack of symbol "RND_Timer::__descr".
* Updates to work with previous commitAdam Mitz2016-06-171-0/+1
|
* Added .gitignore files based on svn:ignore propertiesAdam Mitz2015-03-021-0/+1
|
* Replaced README filesJohnny Willemsen2015-01-071-1/+1
|
* TAO replacementsJohnny Willemsen2015-01-071-1/+1
|
* Perl filesJohnny Willemsen2015-01-074-4/+0
|
* Also handle mpb filesJohnny Willemsen2015-01-071-2/+0
|
* Zapped c-style id tag with no space between // and $Id$Johnny Willemsen2015-01-071-1/+0
|
* Remove doxygen style Id tag with two space before $Id#Johnny Willemsen2015-01-074-8/+0
|
* Removed single line Id tagJohnny Willemsen2015-01-0714-27/+0
|
* Catch exceptions as constJohnny Willemsen2014-12-112-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CIAO/ciao/Containers/Container_Base_T.cpp: * CIAO/ciao/Deployment/Handlers/Connection_Handler.cpp: * CIAO/ciao/Deployment/Handlers/Home_Handler.cpp: * CIAO/ciao/Deployment/Handlers/Homed_Component_Handler.cpp: * CIAO/ciao/Deployment/Interceptors/Deployment_Interceptors.cpp: * CIAO/ciao/Deployment/Interceptors/Name_Utilities.cpp: * CIAO/performance-tests/Protocols/Controller/Controller.cpp: * CIAO/performance-tests/Protocols/Sender/Sender_exec.cpp: * CIAO/tests/DAnCE/Components/Progressive_exec.cpp: * CIAO/tests/DAnCE/Components/SimpleLocalUser_exec.cpp: * CIAO/tests/DAnCE/Components/SimpleUser_exec.cpp: * CIAO/tests/DAnCE/LocalityManager/UnexpectedShutdown/UnexpectedShutdown_exec.cpp: * DAnCE/dance/DomainApplication/Domain_Application_Impl.cpp: * DAnCE/dance/DomainApplicationManager/DomainApplicationManager_Impl.cpp: * DAnCE/dance/ExecutionManager/ExecutionManager_Impl.cpp: * DAnCE/dance/ExecutionManager/ExecutionManager_Module.cpp: * DAnCE/dance/LocalityManager/Scheduler/Events/Action_Base.cpp: * DAnCE/dance/NodeApplication/NodeApplication_Impl.cpp: * DAnCE/dance/Plan_Launcher/Plan_Launcher.cpp: * DAnCE/dance/RepositoryManager/repository_manager_admin.cpp: * DAnCE/dance/TargetManager/DomainDataManager.cpp: * DAnCE/dance/TargetManager/Target_Manager_Module.cpp: * DAnCE/tests/TargetManager/CmpClient.cpp: * DAnCE/tools/Config_Handlers/Any_Handler.cpp: * DAnCE/tools/Config_Handlers/XML_File_Intf.cpp: * DAnCE/tools/Domain_Validator/CORBA/CORBA_Domain_Validator_impl.cpp: * DAnCE/tools/System_Health/Interceptors/SHS_CORBA_Transport.cpp: * TAO/docs/tutorials/Quoter/AMI/client.cpp: * TAO/docs/tutorials/Quoter/AMI/server.cpp: * TAO/docs/tutorials/Quoter/Event_Service/client.cpp: * TAO/docs/tutorials/Quoter/Event_Service/server.cpp: * TAO/docs/tutorials/Quoter/Naming_Service/client.cpp: * TAO/docs/tutorials/Quoter/Naming_Service/server.cpp: * TAO/docs/tutorials/Quoter/On_Demand_Activation/client.cpp: * TAO/docs/tutorials/Quoter/On_Demand_Activation/server.cpp: * TAO/docs/tutorials/Quoter/RTCORBA/Admin.cpp: * TAO/docs/tutorials/Quoter/RTCORBA/Broker.cpp: * TAO/docs/tutorials/Quoter/RTCORBA/Distributor.cpp: * TAO/docs/tutorials/Quoter/RTCORBA/Distributor_i.cpp: * TAO/docs/tutorials/Quoter/RTCORBA/StockNameConsumer_i.cpp: * TAO/docs/tutorials/Quoter/RTCORBA/docs/distributor.html: * TAO/docs/tutorials/Quoter/RT_Event_Service/client.cpp: * TAO/docs/tutorials/Quoter/RT_Event_Service/server.cpp: * TAO/docs/tutorials/Quoter/Simple/Client/client.cpp: * TAO/docs/tutorials/Quoter/Simple/Client/index.html: * TAO/docs/tutorials/Quoter/Simple/Impl-Repo/client.cpp: * TAO/docs/tutorials/Quoter/Simple/Impl-Repo/server.cpp: * TAO/docs/tutorials/Quoter/Simple/ImprovedServer/server.cpp: * TAO/docs/tutorials/Quoter/Simple/Persistent/client.cpp: * TAO/docs/tutorials/Quoter/Simple/Persistent/server.cpp: * TAO/docs/tutorials/Quoter/Simple/Server/index.html: * TAO/docs/tutorials/Quoter/Simple/Server/server.cpp: * TAO/examples/Borland/ChatClient.cpp: * TAO/examples/Borland/ChatClientWnd.cpp: * TAO/examples/Borland/ORBThread.cpp: * TAO/examples/RTScheduling/MIF_Scheduler/MIF_DT_Creator.cpp: * TAO/orbsvcs/IFR_Service/be_produce.cpp: * TAO/orbsvcs/Notify_Service/Notify_Service.cpp: * TAO/orbsvcs/examples/ImR/Advanced/TestClient.cpp: * TAO/orbsvcs/examples/ImR/Advanced/client_main.cpp: * TAO/orbsvcs/examples/ImR/Advanced/manager_main.cpp: * TAO/orbsvcs/examples/ImR/Advanced/server_main.cpp: * TAO/orbsvcs/examples/ImR/Combined_Service/combined.cpp: * TAO/orbsvcs/examples/ImR/Combined_Service/controller.cpp: * TAO/orbsvcs/examples/ImR/Combined_Service/test.cpp: * TAO/orbsvcs/examples/ImR/Combined_Service/test_server.cpp: * TAO/orbsvcs/examples/ORT/Gateway_i.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullConsumer.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushSupplier.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp: * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_PG_Object_Group_Storable.cpp: * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.cpp: * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp: * TAO/orbsvcs/orbsvcs/Notify/Consumer.cpp: * TAO/orbsvcs/orbsvcs/Notify/ETCL_FilterFactory.cpp: * TAO/orbsvcs/orbsvcs/Notify/Supplier.cpp: * TAO/orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.cpp: * TAO/orbsvcs/tests/Bug_2800_Regression/nsmain.cpp: * TAO/orbsvcs/tests/Bug_2800_Regression/server.cpp: * TAO/orbsvcs/tests/Bug_3215_Regression/client.cpp: * TAO/orbsvcs/tests/Bug_3216_Regression/client.cpp: * TAO/orbsvcs/tests/Bug_3673_Regression/nsmain.cpp: * TAO/orbsvcs/tests/Bug_3673_Regression/server.cpp: * TAO/orbsvcs/tests/COIOP_Naming_Test/NamingTask.cpp: * TAO/orbsvcs/tests/CosEvent/Timeout/TestEventConsumer_i.cpp: * TAO/orbsvcs/tests/CosEvent/Timeout/TimeoutTestMain.cpp: * TAO/orbsvcs/tests/Event/Mcast/AddrServer/Server.cpp: * TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/EchoEventConsumerMain.cpp: * TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/EchoEventSupplierMain.cpp: * TAO/orbsvcs/tests/FT_Naming/FaultTolerant/client.cpp: * TAO/orbsvcs/tests/FT_Naming/Federation/server.cpp: * TAO/orbsvcs/tests/FT_Naming/Load_Balancing/client.cpp: * TAO/orbsvcs/tests/ImplRepo/Bug_2604_Regression/MessengerClient.cpp: * TAO/orbsvcs/tests/ImplRepo/Bug_2604_Regression/MessengerServer.cpp: * TAO/orbsvcs/tests/ImplRepo/NotifyService/test.cpp: * TAO/orbsvcs/tests/ImplRepo/double_start/client.cpp: * TAO/orbsvcs/tests/ImplRepo/ping_interrupt/server_interceptor.cpp: * TAO/orbsvcs/tests/ImplRepo/servers_interact_on_startup/client.cpp: * TAO/orbsvcs/tests/ImplRepo/servers_interact_on_startup/server.cpp: * TAO/orbsvcs/tests/InterfaceRepo/Bug_2962_Regression/client.cpp: * TAO/orbsvcs/tests/InterfaceRepo/Bug_3155_Regression/test_idl.cpp: * TAO/orbsvcs/tests/InterfaceRepo/Bug_3174_Regression/test_idl.cpp: * TAO/orbsvcs/tests/Notify/Bug_1884_Regression/common.h: * TAO/orbsvcs/tests/Notify/Bug_1884_Regression/consumer.cpp: * TAO/orbsvcs/tests/Notify/Bug_1884_Regression/filter.cpp: * TAO/orbsvcs/tests/Notify/Bug_1884_Regression/supplier.cpp: * TAO/orbsvcs/tests/Notify/Bug_3688_Regression/common.h: * TAO/orbsvcs/tests/Notify/Bug_3688_Regression/consumer.cpp: * TAO/orbsvcs/tests/Notify/Bug_3688_Regression/supplier.cpp: * TAO/orbsvcs/tests/Notify/Test_Filter/RT_Test_FilterFactory.cpp: * TAO/orbsvcs/tests/Security/Bug_1107_Regression/client.cpp: * TAO/orbsvcs/tests/Security/EndpointPolicy/test.cpp: * TAO/orbsvcs/tests/Security/InsecureReferences/test.cpp: * TAO/orbsvcs/tests/Security/mixed_security_test/Foo_i.cpp: * TAO/orbsvcs/tests/Security/mixed_security_test/client.cpp: * TAO/orbsvcs/tests/Security/mixed_security_test/server.cpp: * TAO/performance-tests/Sequence_Latency/Sequence_Operations_Time/test.cpp: * TAO/tao/IORTable/Async_IOR_Table_Impl.cpp: * TAO/tests/Bug_2241_Regression/Client_Task.cpp: * TAO/tests/Bug_2345_Regression/server.cpp: * TAO/tests/Bug_2494_Regression/client.cpp: * TAO/tests/Bug_2494_Regression/server.cpp: * TAO/tests/Bug_2560_Regression/Stock_Factory_i.cpp: * TAO/tests/Bug_2560_Regression/client.cpp: * TAO/tests/Bug_2560_Regression/server.cpp: * TAO/tests/Bug_2654_Regression/client.cpp: * TAO/tests/Bug_2683_Regression/client.cpp: * TAO/tests/Bug_2683_Regression/server.cpp: * TAO/tests/Bug_2809_Regression/server.cpp: * TAO/tests/Bug_3068_Regression/client.cpp: * TAO/tests/Bug_3068_Regression/server.cpp: * TAO/tests/Bug_3068_Regression/test_i.cpp: * TAO/tests/Bug_3276_Regression/client.cpp: * TAO/tests/Bug_3531_Regression/client.cpp: * TAO/tests/Bug_3531_Regression/server.cpp: * TAO/tests/Bug_3531b_Regression/server.cpp: * TAO/tests/Bug_3547_Regression/Stock_Quoter_Client.cpp: * TAO/tests/Bug_3547_Regression/Stock_Quoter_Server.cpp: * TAO/tests/Bug_3755_Ext_Regression/common.cpp: * TAO/tests/Bug_3755_Regression/server.cpp: * TAO/tests/Bug_3826_Regression/server.cpp: * TAO/tests/Bug_933_Regression/Messenger_i.cpp: * TAO/tests/Collocated_ThruP_Sp/Client_Task.cpp: * TAO/tests/Collocated_ThruP_Sp_Gd/Client_Task.cpp: * TAO/tests/CollocationLockup/CollocationLockup.cpp: * TAO/tests/CollocationLockup/SimpleNamingService.cpp: * TAO/tests/DII_AMI_Forward/DII_ReplyHandler.cpp: * TAO/tests/DII_AMI_Forward/client.cpp: * TAO/tests/DSI_AMI_Gateway/My_DII_Reply_Handler.cpp: * TAO/tests/Dynamic_TP/ORB_ThreadPool/Client.cpp: * TAO/tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/client.cpp: * TAO/tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/client.cpp: * TAO/tests/MT_NoUpcall_Connect/client.cpp: * TAO/tests/Native_Exceptions/client.cpp: * TAO/tests/Native_Exceptions/server.cpp: * TAO/tests/Oneway_Send_Timeouts/Client.cpp: * TAO/tests/Oneway_Timeouts/client.cpp: * TAO/tests/Oneway_Timeouts/server.cpp: * TAO/tests/POA/EndpointPolicy/server.cpp: * TAO/tests/POA/Persistent_ID/client.cpp: * TAO/tests/Param_Test/except.cpp: * TAO/tests/Storable/test.cpp: * TAO/tests/UNKNOWN_Exception/client.cpp: * TAO/utils/monitor/monitor_client.cpp:
* fuzzJohnny Willemsen2014-11-101-4/+4
|
* Mon Nov 10 11:12:45 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2014-11-104-7/+9
| | | | | | | | | | | | | | | | * orbsvcs/orbsvcs/CosEvent/CEC_Default_Factory.cpp: Initialise pointers with 0 * orbsvcs/orbsvcs/CosEvent/CEC_Factory.h: * orbsvcs/tests/CosEvent/Timeout/TestEventConsumer_i.cpp: * orbsvcs/tests/CosEvent/Timeout/run_test.pl: * orbsvcs/tests/CosEvent/lib/Counting_Consumer.cpp: Layout changes * orbsvcs/tests/CosEvent/Timeout/TimeoutTestMain.cpp: shutdown s_orb when it is not nil, fixes valgrind reported leaks at shutdown
* Tue Jan 24 13:48:49 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-01-241-6/+1
| | | | Removed left over from automake removal
* Fri Oct 7 09:12:23 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-10-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DevGuideExamples/AMH/README: * DevGuideExamples/AMH_AMI/README: * DevGuideExamples/BiDirectionalGIOP/README: * DevGuideExamples/GettingStarted/README: * DevGuideExamples/Messaging/AMIcallback/README: * DevGuideExamples/Messaging/RelativeRoundtripTimeout/README: * DevGuideExamples/Multithreading/GracefulShutdown/README: * DevGuideExamples/Multithreading/README: * DevGuideExamples/Multithreading/Reactive/README: * DevGuideExamples/Multithreading/ThreadPerConnection/README: * DevGuideExamples/Multithreading/ThreadPool/README: * DevGuideExamples/PortableInterceptors/Auth/README: * DevGuideExamples/PortableInterceptors/IOR/README: * DevGuideExamples/PortableInterceptors/PICurrent/README: * DevGuideExamples/PortableInterceptors/SimpleCodec/README: * DevGuideExamples/RTCORBA/README: * DevGuideExamples/SmartProxies/README: * DevGuideExamples/ValueTypes/Bank/README: * DevGuideExamples/ValueTypes/Messenger/README: * DevGuideExamples/readme.txt: * README: * examples/AMI/FL_Callback/README: * examples/Buffered_AMI/README: * examples/Buffered_Oneways/README: * examples/CSD_Strategy/ThreadPool/README: * examples/CSD_Strategy/ThreadPool2/README: * examples/CSD_Strategy/ThreadPool3/README: * examples/CSD_Strategy/ThreadPool4/README: * examples/CSD_Strategy/ThreadPool6/README: * examples/Load_Balancing/README: * examples/OBV/Typed_Events/README: * examples/RTCORBA/Activity/README: * interop-tests/wchar/README: * orbsvcs/DevGuideExamples/EventServices/OMG_Basic/README: * orbsvcs/DevGuideExamples/EventServices/OMG_SupplierSideEC/README: * orbsvcs/DevGuideExamples/EventServices/OMG_TypedEC/README: * orbsvcs/DevGuideExamples/EventServices/RTEC_Basic/README: * orbsvcs/DevGuideExamples/EventServices/RTEC_Federated/README: * orbsvcs/DevGuideExamples/EventServices/RTEC_Filter/README: * orbsvcs/DevGuideExamples/EventServices/RTEC_MCast_Federated/README: * orbsvcs/DevGuideExamples/ImplRepo/README: * orbsvcs/DevGuideExamples/NamingService/Messenger/README: * orbsvcs/DevGuideExamples/NamingService/Naming_Client/README: * orbsvcs/DevGuideExamples/NamingService/Naming_Context_Ext/README: * orbsvcs/DevGuideExamples/NamingService/Naming_Server/README: * orbsvcs/DevGuideExamples/NamingService/corbaloc_Messenger/README: * orbsvcs/DevGuideExamples/NotifyService/EventSequence/README: * orbsvcs/DevGuideExamples/NotifyService/Filtering/README: * orbsvcs/DevGuideExamples/NotifyService/Messenger/README: * orbsvcs/DevGuideExamples/NotifyService/OfferSubscriptions/README: * orbsvcs/DevGuideExamples/NotifyService/QoSProperties/README: * orbsvcs/DevGuideExamples/NotifyService/RTNotify/README: * orbsvcs/DevGuideExamples/NotifyService/SupplierSideNC/README: * orbsvcs/DevGuideExamples/PortableInterceptors/PICurrent_NameService/README: * orbsvcs/DevGuideExamples/Security/PolicyControllingApp/README: * orbsvcs/DevGuideExamples/Security/SecurityUnawareApp/README: * orbsvcs/DevGuideExamples/ValueTypes/Notify/readme.txt: * orbsvcs/FT_ReplicationManager/README: * orbsvcs/ImplRepo_Service/README.txt: * orbsvcs/LoadBalancer/README: * orbsvcs/TAO_Service/README: * orbsvcs/examples/CosEC/Factory/README: * orbsvcs/examples/CosEC/RtEC_Based/README: * orbsvcs/examples/CosEC/RtEC_Based/bin/README: * orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/README: * orbsvcs/examples/CosEC/Simple/README: * orbsvcs/examples/Log/Basic/README: * orbsvcs/examples/Log/Event/README: * orbsvcs/examples/Log/Notify/README: * orbsvcs/examples/Log/README: * orbsvcs/examples/Log/RTEvent/README: * orbsvcs/examples/Notify/Federation/Agent/README: * orbsvcs/examples/Notify/Federation/SpaceCraft/README: * orbsvcs/examples/Notify/Filter/README: * orbsvcs/examples/Notify/Lanes/README: * orbsvcs/examples/Notify/MC/TkMonitor/README: * orbsvcs/examples/Notify/README: * orbsvcs/examples/Notify/Subscribe/README: * orbsvcs/examples/Notify/ThreadPool/README: * orbsvcs/examples/RtEC/IIOPGateway/README: * orbsvcs/examples/RtEC/MCast/README: * orbsvcs/examples/RtEC/Schedule/README: * orbsvcs/examples/RtEC/Simple/README: * orbsvcs/examples/Security/README: * orbsvcs/examples/Security/SecurityLevel1/README: * orbsvcs/orbsvcs/HTIOP/README.txt: * orbsvcs/orbsvcs/Naming/README: * orbsvcs/tests/AVStreams/Component_Switching/README: * orbsvcs/tests/AVStreams/Latency/README: * orbsvcs/tests/AVStreams/Multicast/README: * orbsvcs/tests/AVStreams/Multicast_Full_Profile/README: * orbsvcs/tests/AVStreams/README: * orbsvcs/tests/AVStreams/Simple_Three_Stage/README: * orbsvcs/tests/AVStreams/mpeg/README.uav: * orbsvcs/tests/Bug_1334_Regression/README: * orbsvcs/tests/Bug_1393_Regression/README: * orbsvcs/tests/Bug_1395_Regression/README: * orbsvcs/tests/Bug_1436_Regression/README: * orbsvcs/tests/Bug_1437_Regression/README: * orbsvcs/tests/Bug_2137_Regression/README: * orbsvcs/tests/Bug_2247_Regression/README: * orbsvcs/tests/Bug_2248_Regression/README: * orbsvcs/tests/Bug_2285_Regression/README: * orbsvcs/tests/Bug_2287_Regression/README: * orbsvcs/tests/Bug_2615_Regression/README: * orbsvcs/tests/Bug_2709_Regression/README: * orbsvcs/tests/Bug_2777_Regression/README: * orbsvcs/tests/Bug_3215_Regression/README: * orbsvcs/tests/Bug_3216_Regression/README: * orbsvcs/tests/CosEvent/Timeout/README: * orbsvcs/tests/EC_Custom_Marshal/README: * orbsvcs/tests/EC_MT_Mcast/README: * orbsvcs/tests/EC_Mcast/README: * orbsvcs/tests/EC_Multiple/README: * orbsvcs/tests/EC_Throughput/README: * orbsvcs/tests/Event/Mcast/AddrServer/README: * orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/README: * orbsvcs/tests/Event/Mcast/Two_Way/README: * orbsvcs/tests/Event/Performance/README: * orbsvcs/tests/Event/lib/README: * orbsvcs/tests/FaultTolerance/IOGR/README: * orbsvcs/tests/ImplRepo/Bug_2604_Regression/README: * orbsvcs/tests/InterfaceRepo/Bug_2962_Regression/ReadMe.txt: * orbsvcs/tests/InterfaceRepo/Bug_3155_Regression/ReadMe.txt: * orbsvcs/tests/InterfaceRepo/Bug_3174_Regression/ReadMe.txt: * orbsvcs/tests/InterfaceRepo/IFR_Self_Recursive_IDL_Test/README: * orbsvcs/tests/InterfaceRepo/Union_Forward_Test/README.txt: * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/README: * orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/README: * orbsvcs/tests/Log/Basic_Log_Test/README: * orbsvcs/tests/Notify/lib/README: * orbsvcs/tests/Notify/performance-tests/scripts/1_Path_Period_0_Lanes/README: * orbsvcs/tests/Notify/performance-tests/scripts/3_Path_Period_10ms_Lanes/README: * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/README: * orbsvcs/tests/Redundant_Naming/README: * orbsvcs/tests/Security/Big_Request/README: * orbsvcs/tests/Security/Bug_1107_Regression/README: * orbsvcs/tests/Security/Bug_2908_Regression/README: * orbsvcs/tests/Security/Callback/README: * orbsvcs/tests/Security/Secure_Invocation/README: * orbsvcs/tests/Security/cert/README: * orbsvcs/tests/Security/ssliop_CSD/README: * orbsvcs/tests/Simple_Naming/README: * orbsvcs/tests/unit/Notify/MC/MonitorControlExt/README: * performance-tests/Cubit/README: * performance-tests/Latency/README: * performance-tests/README: * performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/README: * performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/README: * performance-tests/Sequence_Latency/Sequence_Operations_Time/README.txt: * tests/Any/Recursive/README: * tests/BiDirectional_DelayedUpcall/README: * tests/Big_AMI/README: * tests/Bug_1330_Regression/README: * tests/Bug_1551_Regression/README: * tests/Bug_1627_Regression/README: * tests/Bug_2119_Regression/README: * tests/Bug_2122_Regression/README: * tests/Bug_2124_Regression/README: * tests/Bug_2126_Regression/README: * tests/Bug_2134_Regression/README: * tests/Bug_2183_Regression/README: * tests/Bug_2186_Regression/README: * tests/Bug_2289_Regression/README: * tests/Bug_2375_Regression/README: * tests/Bug_2399_Regression/README: * tests/Bug_2419_Regression/README: * tests/Bug_2424_Regression/README: * tests/Bug_2429_Regression/README: * tests/Bug_2549_Regression/README: * tests/Bug_2669_Regression/README: * tests/Bug_2791_Regression/README: * tests/Bug_2805_Regression/README.txt: * tests/Bug_2935_Regression/README.txt: * tests/Bug_3068_Regression/README: * tests/Bug_3276_Regression/README: * tests/Bug_3299_Regression/README: * tests/Bug_3311_Regression/README: * tests/Bug_3513_Regression/README: * tests/Bug_3524_Regression/README: * tests/Bug_3574_Regression/README: * tests/Bug_3575_Regression/README: * tests/Bug_3632_Regression/README: * tests/Bug_3676_Regression/README: * tests/Bug_3743_Regression/README: * tests/Bug_3748_Regression/README: * tests/Bug_3755_Ext_Regression/README: * tests/Bug_3790_Regression/README: * tests/Bug_3821_Regression/README: * tests/Bug_3827_Regression/README: * tests/Bug_3837_Regression/README: * tests/Bug_3926_Regression/README: * tests/Bug_3941_Regression/README: * tests/CSD_Strategy_Tests/TP_Test_4/README: * tests/CodeSets/simple/README: * tests/Collocation_Opportunities/README: * tests/DIOP/README: * tests/DSI_Gateway/README: * tests/FL_Cube/README: * tests/Faults/README: * tests/HandleExhaustion/README: * tests/Hello/README: * tests/ICMG_Any_Bug/README: * tests/IPV6/README: * tests/Leader_Followers/README: * tests/LongUpcalls/README: * tests/MProfile/README: * tests/MProfile_Connection_Timeout/README: * tests/MT_BiDir/README: * tests/MT_Client/README: * tests/MT_Server/README: * tests/MT_Timeout/README: * tests/Multiple/README: * tests/Multiple_Inheritance/README: * tests/Muxed_GIOP_Versions/README: * tests/Muxing/README: * tests/Native_Exceptions/README: * tests/Nested_Event_Loop/README: * tests/No_Server_MT_Connect_Test/README: * tests/OBV/Any/README: * tests/OBV/Supports/README: * tests/ORB_Local_Config/Bug_1459/README: * tests/ORB_Local_Config/Bug_3049/README: * tests/ORB_Local_Config/README: * tests/ORB_Local_Config/Two_DLL_ORB/README: * tests/ORB_destroy/README: * tests/Object_Loader/README: * tests/Objref_Sequence_Test/README: * tests/OctetSeq/README: * tests/POA/Adapter_Activator/README: * tests/POA/Bug_1592_Regression/README: * tests/POA/DSI/README: * tests/POA/Explicit_Activation/Alt_Resources/README: * tests/POA/Explicit_Activation/README: * tests/POA/FindPOA/README: * tests/POA/README: * tests/POA/Reference_Counted_Servant/README: * tests/POA/RootPOA/README: * tests/Policies/README: * tests/Portable_Interceptors/Benchmark/README: * tests/Portable_Interceptors/Dynamic/README: * tests/Portable_Interceptors/ForwardRequest/README: * tests/Portable_Interceptors/IORInterceptor/README: * tests/Portable_Interceptors/ORB_Shutdown/README: * tests/Portable_Interceptors/PICurrent/README: * tests/Portable_Interceptors/Request_Interceptor_Flow/README: * tests/RTScheduling/Current/README: * tests/RTScheduling/DT_Spawn/README: * tests/RTScheduling/Thread_Cancel/README: * tests/RTScheduling/VoidData/README: * tests/Smart_Proxies/Collocation/README: * tests/Timed_Buffered_Oneways/README: * tests/Timeout/README: * tests/TransportCurrent/Framework/README: * tests/Xt_Stopwatch/README: Fuzz: Missing Id-tags.
* Fri Oct 7 07:55:46 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-10-071-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * examples/PluggableUDP/tests/Performance/svc.conf.xml: * examples/PluggableUDP/tests/SimplePerformance/svc.conf.xml: * examples/Simple/time-date/client.conf.xml: * examples/Simple/time-date/svc.conf.xml: * interop-tests/wchar/build.xml: * orbsvcs/Concurrency_Service/svc.conf.xml: * orbsvcs/ImplRepo_Service/repository.xml: * orbsvcs/Notify_Service/svc.conf.xml: * orbsvcs/TAO_Service/svc.conf.xml: * orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/svc.conf.xml: * orbsvcs/tests/CosEvent/Basic/svc.pull.conf.xml: * orbsvcs/tests/Event/Basic/control.conf.xml: * orbsvcs/tests/Event/UDP/svc.conf.xml: * orbsvcs/tests/FaultTolerance/IOGR/svc.conf.xml: * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/windows.conf.xml: * orbsvcs/tests/LoadBalancing/GenericFactory/DeadMemberDetection_Inf_Ctrl/windows.conf.xml: * orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/windows.conf.xml: * orbsvcs/tests/LoadBalancing/GenericFactory/Manage_Object_Group/windows.conf.xml: * orbsvcs/tests/Miop/McastHello/client.conf.xml: * orbsvcs/tests/Miop/McastHello/server.conf.xml: * orbsvcs/tests/Notify/performance-tests/RedGreen/listener.conf.xml: * orbsvcs/tests/Notify/performance-tests/RedGreen/lookup.conf.xml: * orbsvcs/tests/Notify/performance-tests/RedGreen/reactive.conf.xml: * orbsvcs/tests/Notify/performance-tests/RedGreen/svc.conf.xml: * orbsvcs/tests/Security/MT_IIOP_SSL/client.conf.xml: * orbsvcs/tests/Security/MT_IIOP_SSL/server.conf.xml: * orbsvcs/tests/Security/MT_SSLIOP/client.conf.xml: * orbsvcs/tests/Security/MT_SSLIOP/server.conf.xml: * orbsvcs/tests/Security/ssliop_corbaloc/client.conf.xml: * orbsvcs/tests/Security/ssliop_corbaloc/server.conf.xml: * orbsvcs/tests/unit/Notify/MC/MonitorManager/svc.conf.xml: * performance-tests/RTCorba/Thread_Pool/native-svc.conf.xml: * performance-tests/RTCorba/Thread_Pool/svc.conf.xml: * performance-tests/Throughput/svc.conf.xml: * tests/AMI/exclusive.conf.xml: * tests/AMI/muxed.conf.xml: * tests/AMI/server.conf.xml: * tests/AMI_Timeouts/svc.conf.xml: * tests/Bug_3251_Regression/Bug_3251.conf.xml: * tests/Bug_3801_Regression/exclusive.conf.xml: * tests/Bug_3801_Regression/muxed.conf.xml: * tests/ORB_Local_Config/Service_Dependency/Service_Config_Test.conf.xml: * tests/POA/Explicit_Activation/alternate.conf.xml: * tests/RTCORBA/Banded_Connections/svc.conf.xml: * tests/RTCORBA/Client_Propagated/svc.conf.xml: * tests/RTCORBA/Client_Protocol/svc.conf.xml: * tests/RTCORBA/Collocation/continuous.conf.xml: * tests/RTCORBA/Collocation/svc.conf.xml: * tests/RTCORBA/Destroy_Thread_Pool/continuous.conf.xml: * tests/RTCORBA/Dynamic_Thread_Pool/continuous.conf.xml: * tests/RTCORBA/Dynamic_Thread_Pool/svc.conf.xml: * tests/RTCORBA/Explicit_Binding/svc.conf.xml: * tests/RTCORBA/Linear_Priority/svc.conf.xml: * tests/RTCORBA/MT_Client_Protocol_Priority/svc.conf.xml: * tests/RTCORBA/Persistent_IOR/continuous.conf.xml: * tests/RTCORBA/Policy_Combinations/svc.conf.xml: * tests/RTCORBA/Priority_Inversion_With_Bands/continuous.conf.xml: * tests/RTCORBA/Priority_Inversion_With_Bands/svc.conf.xml: * tests/RTCORBA/Server_Declared/continuous.conf.xml: * tests/RTCORBA/Server_Declared/svc.conf.xml: * tests/RTCORBA/Server_Protocol/server_iiop.conf.xml: * tests/RTCORBA/Server_Protocol/server_reverse.conf.xml: * tests/RTCORBA/Server_Protocol/server_reverse_nt.conf.xml: * tests/RTCORBA/Server_Protocol/server_shmiop.conf.xml: * tests/RTCORBA/Server_Protocol/server_uiop.conf.xml: * tests/RTCORBA/Thread_Pool/continuous.conf.xml: * tests/RTCORBA/Thread_Pool/svc.conf.xml: Fuzz: No Id-tags.
* Fri Apr 22 07:28:43 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-04-222-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DevGuideExamples/Multithreading/Reactive/svc.conf: * DevGuideExamples/Multithreading/ThreadPerConnection/server.conf: * DevGuideExamples/RTCORBA/svc.conf: * docs/tutorials/Quoter/Event_Service/ec.conf: * examples/PluggableUDP/tests/Performance/svc.conf: * examples/PluggableUDP/tests/SimplePerformance/svc.conf: * examples/RTCORBA/Activity/client.conf: * examples/RTCORBA/Activity/server.conf: * examples/RTCORBA/Activity/svc.conf.client: * examples/RTCORBA/Activity/svc.conf.server: * examples/RTScheduling/Fixed_Priority_Scheduler/svc.conf.client: * examples/RTScheduling/Fixed_Priority_Scheduler/svc.conf.server: * examples/RTScheduling/MIF_Scheduler/svc.conf.client: * examples/RTScheduling/MIF_Scheduler/svc.conf.server: * orbsvcs/Concurrency_Service/svc.conf: * orbsvcs/DevGuideExamples/EventServices/RTEC_Federated/supplier.conf: * orbsvcs/DevGuideExamples/EventServices/RTEC_Filter/ec.conf: * orbsvcs/DevGuideExamples/EventServices/RTEC_MCast_Federated/supplier.conf: * orbsvcs/DevGuideExamples/NotifyService/RTNotify/notify.conf: * orbsvcs/DevGuideExamples/NotifyService/RTNotify/nsclient.conf: * orbsvcs/DevGuideExamples/ValueTypes/Notify/notify.conf: * orbsvcs/Event_Service/svc.conf: * orbsvcs/Logging_Service/Notify_Logging_Service/svc.conf: * orbsvcs/TAO_Service/svc.conf: * orbsvcs/examples/ImR/Combined_Service/dynserver.conf: * orbsvcs/examples/ImR/Combined_Service/start_all.conf: * orbsvcs/examples/Notify/Lanes/client.conf: * orbsvcs/examples/Notify/Lanes/notify.conf: * orbsvcs/examples/Notify/ThreadPool/client.conf: * orbsvcs/examples/Notify/ThreadPool/notify.conf: * orbsvcs/examples/RtEC/IIOPGateway/ec.conf: * orbsvcs/examples/RtEC/IIOPGateway/gateway.conf: * orbsvcs/examples/RtEC/Kokyu/svc.conf: * orbsvcs/examples/RtEC/MCast/svc.conf: * orbsvcs/examples/RtEC/Schedule/svc.conf: * orbsvcs/examples/RtEC/Simple/ec.conf: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/ec.dispatching_reactive.conf: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/ec.dispatching_rtcorba.conf: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/ec.dispatching_threaded.conf: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/ec.filter_null.conf: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/ec.filter_per_supplier.conf: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/ec.locking_copy_on_read.conf: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/ec.locking_copy_on_write.conf: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/ec.locking_delayed.conf: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/ec.locking_immediate.conf: * orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/roundtrip.conf: * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/realtime.conf: * orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/realtime.conf: * orbsvcs/performance-tests/RTEvent/Roundtrip/ec.dispatching_reactive.conf: * orbsvcs/performance-tests/RTEvent/Roundtrip/ec.dispatching_rtcorba.conf: * orbsvcs/performance-tests/RTEvent/Roundtrip/ec.dispatching_threaded.conf: * orbsvcs/performance-tests/RTEvent/Roundtrip/ec.locking_copy_on_read.conf: * orbsvcs/performance-tests/RTEvent/Roundtrip/ec.locking_copy_on_write.conf: * orbsvcs/performance-tests/RTEvent/Roundtrip/ec.locking_delayed.conf: * orbsvcs/performance-tests/RTEvent/Roundtrip/ec.locking_immediate.conf: * orbsvcs/performance-tests/RTEvent/Roundtrip/ec.supplier_filter_null.conf: * orbsvcs/performance-tests/RTEvent/Roundtrip/ec.supplier_filter_per_supplier.conf: * orbsvcs/performance-tests/RTEvent/Roundtrip/roundtrip.conf: * orbsvcs/tests/AVStreams/Component_Switching/components_svc.conf: * orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/svc.conf: * orbsvcs/tests/Bug_2316_Regression/svc.conf: * orbsvcs/tests/Bug_2377_Regression/svc.conf: * orbsvcs/tests/Bug_2925_Regression/svc.conf: * orbsvcs/tests/Bug_3387_Regression/NotSvc.conf: * orbsvcs/tests/Bug_3418_Regression/m.conf: * orbsvcs/tests/Bug_3444_Regression/diop_svc.conf: * orbsvcs/tests/Bug_3444_Regression/miop_svc.conf: * orbsvcs/tests/CosEvent/Basic/svc.pull.conf: * orbsvcs/tests/CosEvent/Timeout/cosevent.conf: * orbsvcs/tests/EC_MT_Mcast/svc.conf: * orbsvcs/tests/EC_Mcast/svc.conf: * orbsvcs/tests/EC_Throughput/ec.conf: * orbsvcs/tests/Event/Basic/control.conf: * orbsvcs/tests/Event/Basic/mt.svc.conf: * orbsvcs/tests/Event/Basic/observer.conf: * orbsvcs/tests/Event/Basic/svc.complex.conf: * orbsvcs/tests/Event/Basic/svc.conf: * orbsvcs/tests/Event/Mcast/Complex/consumer-ec.conf: * orbsvcs/tests/Event/Mcast/Complex/supplier-ec.conf: * orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/supplier.conf: * orbsvcs/tests/Event/Mcast/Two_Way/gateway.conf: * orbsvcs/tests/Event/Performance/ec.list.conf: * orbsvcs/tests/Event/Performance/ec.mt.conf: * orbsvcs/tests/Event/Performance/ec.rb_tree.conf: * orbsvcs/tests/Event/Performance/ec.st.conf: * orbsvcs/tests/Event/Performance/latency.conf: * orbsvcs/tests/Event/UDP/svc.conf: * orbsvcs/tests/HTIOP/AMI/exclusive.conf: * orbsvcs/tests/HTIOP/AMI/muxed.conf: * orbsvcs/tests/ImplRepo/scale/client.conf: * orbsvcs/tests/InterfaceRepo/Persistence_Test/svc.conf: * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/svc.conf: * orbsvcs/tests/Miop/McastHello/svc.conf: * orbsvcs/tests/Notify/Basic/notify.mt.conf: * orbsvcs/tests/Notify/Basic/notify.reactive.conf: * orbsvcs/tests/Notify/Basic/notify.rt.conf: * orbsvcs/tests/Notify/Blocking/notify.conf: * orbsvcs/tests/Notify/Bug_1385_Regression/notify.conf: * orbsvcs/tests/Notify/Bug_1884_Regression/ecf.conf: * orbsvcs/tests/Notify/Lanes/consumer.conf: * orbsvcs/tests/Notify/Persistent_Filter/NS.conf: * orbsvcs/tests/Notify/PluggableTopology/plugtop_ns.conf: * orbsvcs/tests/Notify/Reconnecting/event.conf: * orbsvcs/tests/Notify/Reconnecting/ns_mt.conf: * orbsvcs/tests/Notify/Reconnecting/ns_mt_both.conf: * orbsvcs/tests/Notify/Reconnecting/ns_mt_topo.conf: * orbsvcs/tests/Notify/Reconnecting/ns_st.conf: * orbsvcs/tests/Notify/Reconnecting/ns_st_both.conf: * orbsvcs/tests/Notify/Reconnecting/ns_st_topo.conf: * orbsvcs/tests/Notify/ThreadPool/consumer.conf: * orbsvcs/tests/Notify/ThreadPool/notify.conf: * orbsvcs/tests/Notify/ThreadPool/supplier.conf: * orbsvcs/tests/Notify/Validate_Client/notify.conf: * orbsvcs/tests/Notify/XML_Persistence/svc.conf: * orbsvcs/tests/Notify/performance-tests/RedGreen/listener.conf: * orbsvcs/tests/Notify/performance-tests/RedGreen/lookup.conf: * orbsvcs/tests/Notify/performance-tests/RedGreen/svc.conf: * orbsvcs/tests/Notify/performance-tests/scripts/1_Path_Period_0_Lanes/cos_notify.conf: * orbsvcs/tests/Notify/performance-tests/scripts/1_Path_Period_0_Lanes/rt_notify.conf: * orbsvcs/tests/Notify/performance-tests/scripts/3_Path_Period_10ms_Lanes/cos_notify.conf: * orbsvcs/tests/Notify/performance-tests/scripts/3_Path_Period_10ms_Lanes/rt_notify.conf: * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/Notify/notify.conf: * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/Notify_RTCORBA/notify.conf: * orbsvcs/tests/Notify/performance-tests/scripts/Paths_vs_Throughput/cos_notify.conf: * orbsvcs/tests/Notify/performance-tests/scripts/Paths_vs_Throughput/rt_notify.conf: * orbsvcs/tests/Security/BiDirectional/client.conf: * orbsvcs/tests/Security/BiDirectional/server.conf: * orbsvcs/tests/Security/Bug_2908_Regression/client.conf: * orbsvcs/tests/Security/Bug_2908_Regression/server.conf: * orbsvcs/tests/Security/EndpointPolicy/svc.conf: * orbsvcs/tests/Security/InsecureReferences/client.conf: * orbsvcs/tests/Security/MT_IIOP_SSL/client.conf: * orbsvcs/tests/Security/MT_IIOP_SSL/server.conf: * orbsvcs/tests/Security/MT_SSLIOP/client.conf: * orbsvcs/tests/Security/MT_SSLIOP/server.conf: * orbsvcs/tests/Security/ssliop_CSD/csd.conf: * orbsvcs/tests/Security/ssliop_corbaloc/client.conf: * orbsvcs/tests/Security/ssliop_corbaloc/server.conf: * orbsvcs/tests/unit/Notify/MC/MonitorManager/svc.conf: * performance-tests/Protocols/altq.conf: * performance-tests/Protocols/svc.conf: * performance-tests/RTCorba/Thread_Pool/svc.conf: * tests/AMI/muxed.conf: * tests/AMI_Timeouts/svc.conf: * tests/Bug_2186_Regression/server.conf: * tests/Bug_2935_Regression/middle.conf: * tests/Bug_3000_Regression/rw.conf: * tests/Bug_3068_Regression/client.conf: * tests/Bug_3163_Regression/server.conf: * tests/Bug_3251_Regression/Bug_3251.conf: * tests/Bug_3598a_Regression/svc.conf: * tests/Bug_3630_Regression/TAO Conf File.conf: * tests/Bug_3630_Regression/TAO_Conf_File.conf: * tests/Bug_3683_Regression/svc.conf: * tests/Bug_3801_Regression/exclusive.conf: * tests/Bug_3801_Regression/muxed.conf: * tests/Bug_3837_Regression/logger.conf: * tests/CSD_Strategy_Tests/TP_Test_Dynamic/svc.conf: * tests/CSD_Strategy_Tests/TP_Test_Static/svc.conf: * tests/CodeSets/simple/cs_test.conf: * tests/CodeSets/simple/svc.conf: * tests/CodeSets/simple/wcs_test.conf: * tests/Collocation_Opportunities/svc.conf: * tests/Exposed_Policies/svc.conf: * tests/Leader_Followers/select_mt.conf: * tests/Leader_Followers/tp.conf: * tests/ORB_Local_Config/Bug_1459/a.conf: * tests/ORB_Local_Config/Bug_1459/b.conf: * tests/ORB_Local_Config/Bug_1459/d.conf: * tests/ORB_Local_Config/Bug_1459/m1.conf: * tests/ORB_Local_Config/Bug_3049/a.conf: * tests/ORB_Local_Config/Service_Dependency/Service_Config_Test.conf: * tests/ORB_Local_Config/Two_DLL_ORB/primary-csd.conf: * tests/ORB_Local_Config/Two_DLL_ORB/primary-ssl.conf: * tests/ORB_Local_Config/Two_DLL_ORB/secondary-csd.conf: * tests/ORB_Local_Config/Two_DLL_ORB/secondary-ssl.conf: * tests/Oneway_Send_Timeouts/block_flush.conf: * tests/Oneway_Send_Timeouts/lf_flush.conf: * tests/Oneway_Send_Timeouts/reactive_flush.conf: * tests/Optimized_Connection/oc_svc.conf: * tests/POA/EndpointPolicy/multi_prot.conf: * tests/POA/Explicit_Activation/alternate.conf: * tests/Parallel_Connect_Strategy/blocked.conf: * tests/Parallel_Connect_Strategy/reactive.conf: * tests/RTCORBA/Banded_Connections/svc.conf: * tests/RTCORBA/Bug_3382_Regression/svc.conf: * tests/RTCORBA/Bug_3643_Regression/svc.conf.dynamic: * tests/RTCORBA/Client_Propagated/svc.conf: * tests/RTCORBA/Client_Protocol/svc.conf: * tests/RTCORBA/Collocation/continuous.conf: * tests/RTCORBA/Collocation/svc.conf: * tests/RTCORBA/Destroy_Thread_Pool/continuous.conf: * tests/RTCORBA/Dynamic_Thread_Pool/continuous.conf: * tests/RTCORBA/Dynamic_Thread_Pool/svc.conf: * tests/RTCORBA/Linear_Priority/svc.conf: * tests/RTCORBA/MT_Client_Protocol_Priority/svc.conf: * tests/RTCORBA/Persistent_IOR/continuous.conf: * tests/RTCORBA/Policy_Combinations/svc.conf: * tests/RTCORBA/Priority_Inversion_With_Bands/continuous.conf: * tests/RTCORBA/Priority_Inversion_With_Bands/svc.conf: * tests/RTCORBA/Profile_And_Endpoint_Selection/svc.conf: * tests/RTCORBA/Server_Declared/continuous.conf: * tests/RTCORBA/Server_Declared/svc.conf: * tests/RTCORBA/Server_Protocol/server_iiop.conf: * tests/RTCORBA/Server_Protocol/server_iiop_shmiop.conf: * tests/RTCORBA/Server_Protocol/server_iiop_uiop.conf: * tests/RTCORBA/Server_Protocol/server_reverse.conf: * tests/RTCORBA/Server_Protocol/server_reverse_nt.conf: * tests/RTCORBA/Server_Protocol/server_shmiop.conf: * tests/RTCORBA/Server_Protocol/server_uiop.conf: * tests/RTCORBA/Thread_Pool/continuous.conf: * tests/RTCORBA/Thread_Pool/svc.conf: * tests/TransportCurrent/Framework/client-static.conf: * tests/TransportCurrent/Framework/client.conf: * tests/TransportCurrent/Framework/server-static.conf: * tests/TransportCurrent/Framework/server.conf: * tests/TransportCurrent/IIOP/client_dynamic.conf: * tests/TransportCurrent/IIOP/client_static.conf: * tests/TransportCurrent/IIOP/server_dynamic.conf: * tests/TransportCurrent/IIOP/server_static.conf: Fuzz. Added lacking $Id string.
* Mon Mar 28 11:21:51 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-03-282-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * examples/AMI/FL_Callback/peer.cpp: * examples/Callback_Quoter/Consumer_Handler.cpp: * examples/Callback_Quoter/Consumer_Signal_Handler.cpp: * examples/Event_Comm/Event_Comm_i.cpp: * examples/Event_Comm/consumer.cpp: * examples/Quoter/Factory_Finder.cpp: * examples/Quoter/Factory_Finder_i.cpp: * examples/Quoter/server.cpp: * orbsvcs/examples/CosEC/RtEC_Based/lib/ConsumerAdmin_i.h: * orbsvcs/examples/CosEC/Simple/Consumer.h: * orbsvcs/examples/CosEC/Simple/Supplier.h: * orbsvcs/tests/CosEvent/lib/Counting_Consumer.h: * orbsvcs/tests/CosEvent/lib/Counting_Supplier.h: * performance-tests/POA/Demux/client.cpp: * performance-tests/POA/Demux/server.cpp: * tests/Bug_2935_Regression/sink_i.h: * tests/CSD_Collocation/Collocation_Tester.h: * tests/CodeSets/libs/UTF16_UCS2/UTF16_UCS2_Factory.h: * tests/DSI_Gateway/test_dsi.h: * tests/NestedUpcall/MT_Client_Test/MT_Object_i.h: * tests/NestedUpcall/MT_Client_Test/MT_Object_i.cpp: * tests/NestedUpcall/MT_Client_Test/client.h: * tests/NestedUpcall/MT_Client_Test/local_server.h: * tests/NestedUpcall/MT_Client_Test/server.h: * tests/OBV/Simple/Simple_util.h: * tests/Xt_Stopwatch/Stopwatch_display.h: Fuzz fixes
* Mon Mar 28 07:27:37 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-03-284-147/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Converted files below to use doxygen style documentation * TAO_IDL/be/be_visitor_array/array_ci.cpp: * TAO_IDL/be/be_visitor_exception/any_op_cs.cpp: * TAO_IDL/be/be_visitor_interface/any_op_cs.cpp: * TAO_IDL/be/be_visitor_interface/interface_ci.cpp: * TAO_IDL/be/be_visitor_root/root.cpp: * TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp: * TAO_IDL/be_include/be_helper.h: * TAO_IDL/be_include/be_visitor_argument/invoke_cs.h: * TAO_IDL/be_include/be_visitor_exception/ctor.h: * TAO_IDL/be_include/be_visitor_exception/ctor_assign.h: * TAO_IDL/be_include/be_visitor_exception/exception_ctor.h: * TAO_IDL/include/utl_idlist.h: * docs/tutorials/Quoter/Simple/Impl-Repo/server.cpp: * docs/tutorials/Quoter/Simple/Persistent/server.cpp: * examples/AMI/FL_Callback/Peer_i.h: * examples/AMI/FL_Callback/Progress_i.h: * examples/Advanced/ch_12/client.cpp: * examples/Advanced/ch_12/icp.h: * examples/Advanced/ch_12/icp.cpp: * examples/Advanced/ch_12/server.h: * examples/Advanced/ch_12/server.cpp: * examples/Advanced/ch_18/client.cpp: * examples/Advanced/ch_18/icp.h: * examples/Advanced/ch_18/icp.cpp: * examples/Advanced/ch_18/server.h: * examples/Advanced/ch_18/server.cpp: * examples/Advanced/ch_21/client.cpp: * examples/Advanced/ch_21/icp.h: * examples/Advanced/ch_21/icp.cpp: * examples/Advanced/ch_21/server.h: * examples/Advanced/ch_21/server.cpp: * examples/Advanced/ch_3/client.cpp: * examples/Advanced/ch_3/server.h: * examples/Advanced/ch_3/server.cpp: * examples/Advanced/ch_8_and_10/client.cpp: * examples/Advanced/ch_8_and_10/icp.h: * examples/Advanced/ch_8_and_10/icp.cpp: * examples/Advanced/ch_8_and_10/server.h: * examples/Advanced/ch_8_and_10/server.cpp: * examples/Buffered_AMI/client.cpp: * examples/Buffered_AMI/test_i.h: * examples/Buffered_Oneways/client.cpp: * examples/Buffered_Oneways/test_i.h: * examples/Callback_Quoter/Consumer_Handler.h: * examples/Callback_Quoter/Consumer_Handler.cpp: * examples/Callback_Quoter/Consumer_Input_Handler.h: * examples/Callback_Quoter/Consumer_Input_Handler.cpp: * examples/Callback_Quoter/Consumer_Signal_Handler.h: * examples/Callback_Quoter/Consumer_Signal_Handler.cpp: * examples/Callback_Quoter/Consumer_i.h: * examples/Callback_Quoter/Consumer_i.cpp: * examples/Callback_Quoter/Notifier_Input_Handler.h: * examples/Callback_Quoter/Notifier_Input_Handler.cpp: * examples/Callback_Quoter/Notifier_i.h: * examples/Callback_Quoter/Notifier_i.cpp: * examples/Callback_Quoter/Supplier_Timer_Handler.h: * examples/Callback_Quoter/Supplier_Timer_Handler.cpp: * examples/Callback_Quoter/Supplier_i.h: * examples/Callback_Quoter/Supplier_i.cpp: * examples/Content_Server/AMI_Iterator/Content_Iterator_i.h: * examples/Content_Server/AMI_Iterator/Iterator_Factory_i.h: * examples/Content_Server/AMI_Iterator/Iterator_Handler.h: * examples/Content_Server/AMI_Observer/Callback_Handler.h: * examples/Content_Server/AMI_Observer/Callback_i.h: * examples/Content_Server/AMI_Observer/Push_Iterator_Factory_i.h: * examples/Content_Server/AMI_Observer/Push_Iterator_Handler.h: * examples/Content_Server/SMI_Iterator/Content_Iterator_i.h: * examples/Content_Server/SMI_Iterator/Iterator_Factory_i.h: * examples/Event_Comm/Consumer_Handler.h: * examples/Event_Comm/Consumer_Input_Handler.h: * examples/Event_Comm/Event_Comm_i.h: * examples/Event_Comm/Notifier_Handler.h: * examples/Event_Comm/Notifier_Server.h: * examples/Event_Comm/Supplier_Input_Handler.h: * examples/Event_Comm/notifier.h: * examples/Event_Comm/supplier.h: * examples/Kokyu_dsrt_schedulers/fp_example/test_i.h: * examples/Kokyu_dsrt_schedulers/mif_example/test_i.h: * examples/Kokyu_dsrt_schedulers/muf_example/test_i.h: * examples/Load_Balancing/Identity_Client.h: * examples/Load_Balancing/Identity_Client.cpp: * examples/Load_Balancing/Identity_Server.h: * examples/Load_Balancing/Identity_Server.cpp: * examples/Load_Balancing/Identity_i.h: * examples/Load_Balancing/Identity_i.cpp: * examples/Load_Balancing/Load_Balancer_i.h: * examples/Load_Balancing/Load_Balancer_i.cpp: * examples/Load_Balancing/Load_Balancing_Service.h: * examples/Load_Balancing/Load_Balancing_Service.cpp: * examples/Load_Balancing_persistent/Identity_Client.h: * examples/Load_Balancing_persistent/Identity_Client.cpp: * examples/Load_Balancing_persistent/Identity_Server.h: * examples/Load_Balancing_persistent/Identity_i.h: * examples/Load_Balancing_persistent/Identity_i.cpp: * examples/Load_Balancing_persistent/Load_Balancer_i.h: * examples/Load_Balancing_persistent/Load_Balancing_Service.h: * examples/Load_Balancing_persistent/Load_Balancing_Service.cpp: * examples/Logging/Logger_i.h: * examples/Logging/Logging_Service_i.h: * examples/Logging/Logging_Test_i.h: * examples/OBV/Simple_util.h: * examples/OBV/Typed_Events/Client_i.h: * examples/OBV/Typed_Events/Server_i.h: * examples/Persistent_Grid/Grid_Client_i.h: * examples/Persistent_Grid/Grid_i.h: * examples/Persistent_Grid/Persistent_Client.h: * examples/Persistent_Grid/Simple_util.h: * examples/PluggableUDP/tests/Performance/UDP_PerformanceClient.h: * examples/PluggableUDP/tests/Performance/UDP_i.h: * examples/PluggableUDP/tests/Performance/client.cpp: * examples/PluggableUDP/tests/Performance/server.cpp: * examples/PluggableUDP/tests/SimplePerformance/client.cpp: * examples/PluggableUDP/tests/SimplePerformance/server.cpp: * examples/PluggableUDP/tests/SimplePerformance/test_i.h: * examples/Quoter/Factory_Finder.h: * examples/Quoter/Factory_Finder.cpp: * examples/Quoter/Factory_Finder_i.h: * examples/Quoter/Factory_Finder_i.cpp: * examples/Quoter/Generic_Factory.h: * examples/Quoter/Generic_Factory.cpp: * examples/Quoter/Generic_Factory_i.h: * examples/Quoter/Generic_Factory_i.cpp: * examples/Quoter/Quoter_i.h: * examples/Quoter/Quoter_i.cpp: * examples/Quoter/client.h: * examples/Quoter/server.h: * examples/Quoter/server.cpp: * examples/Simple/Simple_util.h: * examples/Simple/bank/AccountManager_i.h: * examples/Simple/bank/Account_i.h: * examples/Simple/bank/Bank_Client_i.h: * examples/Simple/chat/Broadcaster_i.h: * examples/Simple/chat/Broadcaster_i.cpp: * examples/Simple/chat/Client_i.h: * examples/Simple/chat/Client_i.cpp: * examples/Simple/chat/Receiver_i.h: * examples/Simple/chat/Receiver_i.cpp: * examples/Simple/chat/Server.h: * examples/Simple/chat/Server_i.h: * examples/Simple/chat/Server_i.cpp: * examples/Simple/chat/client.cpp: * examples/Simple/chat/server.cpp: * examples/Simple/echo/Echo_Client_i.h: * examples/Simple/echo/Echo_i.h: * examples/Simple/grid/Grid_Client_i.h: * examples/Simple/grid/Grid_i.h: * examples/Simple/time-date/Time_Date_Client_i.h: * examples/Simple/time-date/Time_Date_i.h: * examples/Simple/time-date/server.cpp: * examples/Simple/time/Time_Client_i.h: * examples/Simple/time/Time_i.h: * examples/Simulator/Event_Supplier/DOVE_Supplier.h: * examples/Simulator/Event_Supplier/DOVE_Supplier.cpp: * examples/Simulator/Event_Supplier/DualEC_Sup.h: * examples/Simulator/Event_Supplier/DualEC_Sup.cpp: * examples/Simulator/Event_Supplier/Event_Con.h: * examples/Simulator/Event_Supplier/Event_Con.cpp: * examples/Simulator/Event_Supplier/Event_Sup.h: * examples/Simulator/Event_Supplier/Event_Sup.cpp: * examples/Simulator/Event_Supplier/Logging_Sup.h: * examples/Simulator/Event_Supplier/Logging_Sup.cpp: * examples/ior_corbaloc/client.cpp: * examples/ior_corbaloc/ior_corbaloc_client_i.h: * examples/ior_corbaloc/ior_corbaloc_client_i.cpp: * interop-tests/wchar/client.cpp: * interop-tests/wchar/server.cpp: * interop-tests/wchar/wchar_reference.h: * interop-tests/wchar/wchar_reference.cpp: * orbsvcs/IFR_Service/IFR_Service.h: * orbsvcs/IFR_Service/be_global.h: * orbsvcs/IFR_Service/be_global.cpp: * orbsvcs/IFR_Service/ifr_adding_visitor.h: * orbsvcs/IFR_Service/ifr_adding_visitor_exception.h: * orbsvcs/IFR_Service/ifr_adding_visitor_operation.h: * orbsvcs/IFR_Service/ifr_adding_visitor_structure.h: * orbsvcs/IFR_Service/ifr_adding_visitor_union.h: * orbsvcs/IFR_Service/ifr_removing_visitor.h: * orbsvcs/IFR_Service/ifr_visitor.h: * orbsvcs/LifeCycle_Service/Criteria_Evaluator.h: * orbsvcs/LifeCycle_Service/Criteria_Evaluator.cpp: * orbsvcs/LifeCycle_Service/Factory_Trader.h: * orbsvcs/LifeCycle_Service/Factory_Trader.cpp: * orbsvcs/LifeCycle_Service/LifeCycle_Service.h: * orbsvcs/LifeCycle_Service/LifeCycle_Service.cpp: * orbsvcs/LifeCycle_Service/LifeCycle_Service_i.h: * orbsvcs/LifeCycle_Service/LifeCycle_Service_i.cpp: * orbsvcs/Naming_Service/NT_Naming_Server.cpp: * orbsvcs/Notify_Service/NT_Notify_Server.cpp: * orbsvcs/TAO_Service/TAO_Service.cpp: * orbsvcs/Time_Service/Clerk_i.h: * orbsvcs/Time_Service/Server_i.h: * orbsvcs/Trading_Service/Trading_Service.h: * orbsvcs/examples/CosEC/Factory/CosEventChannelFactory_i.h: * orbsvcs/examples/CosEC/Factory/FactoryDriver.h: * orbsvcs/examples/CosEC/RtEC_Based/bin/RtEC_Based_CosEC.h: * orbsvcs/examples/CosEC/RtEC_Based/lib/ConsumerAdmin_i.h: * orbsvcs/examples/CosEC/RtEC_Based/lib/CosEvent_Utilities.h: * orbsvcs/examples/CosEC/RtEC_Based/lib/EventChannel_i.h: * orbsvcs/examples/CosEC/RtEC_Based/lib/ProxyPushConsumer_i.h: * orbsvcs/examples/CosEC/RtEC_Based/lib/ProxyPushSupplier_i.h: * orbsvcs/examples/CosEC/RtEC_Based/lib/SupplierAdmin_i.h: * orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Basic.h: * orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Consumer.h: * orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Supplier.h: * orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/Consumer.h: * orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/Multiple.h: * orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/Supplier.h: * orbsvcs/examples/CosEC/Simple/Consumer.h: * orbsvcs/examples/CosEC/Simple/Supplier.h: * orbsvcs/examples/Notify/Filter/Filter.h: * orbsvcs/examples/Notify/Subscribe/Subscribe.h: * orbsvcs/examples/RtEC/Kokyu/Consumer.h: * orbsvcs/examples/RtEC/Kokyu/Supplier.h: * orbsvcs/examples/RtEC/MCast/AddrServer.h: * orbsvcs/examples/RtEC/MCast/Consumer.h: * orbsvcs/examples/RtEC/MCast/Supplier.h: * orbsvcs/examples/RtEC/Schedule/Consumer.h: * orbsvcs/examples/RtEC/Schedule/Supplier.h: * orbsvcs/examples/RtEC/Simple/Consumer.h: * orbsvcs/examples/RtEC/Simple/Supplier.h: * orbsvcs/examples/Security/SecurityLevel1/SLevel1_Test_i.h: * orbsvcs/examples/Security/Send_File/test_i.h: * orbsvcs/orbsvcs/Trader/Constraint_l.cpp: * orbsvcs/orbsvcs/Trader/Constraint_y.cpp: * orbsvcs/tests/AVStreams/Asynch_Three_Stage/Connection_Manager.h: * orbsvcs/tests/AVStreams/Asynch_Three_Stage/distributer.h: * orbsvcs/tests/AVStreams/Asynch_Three_Stage/receiver.h: * orbsvcs/tests/AVStreams/Asynch_Three_Stage/sender.h: * orbsvcs/tests/AVStreams/Bidirectional_Flows/receiver.h: * orbsvcs/tests/AVStreams/Bidirectional_Flows/sender.h: * orbsvcs/tests/AVStreams/Component_Switching/Connection_Manager.h: * orbsvcs/tests/AVStreams/Component_Switching/distributer.h: * orbsvcs/tests/AVStreams/Component_Switching/receiver.h: * orbsvcs/tests/AVStreams/Component_Switching/sender.h: * orbsvcs/tests/AVStreams/Latency/ping.h: * orbsvcs/tests/AVStreams/Latency/pong.h: * orbsvcs/tests/AVStreams/Multiple_Flows/receiver.h: * orbsvcs/tests/AVStreams/Multiple_Flows/sender.h: * orbsvcs/tests/AVStreams/Pluggable/ftp.h: * orbsvcs/tests/AVStreams/Pluggable/server.h: * orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/receiver.h: * orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/sender.h: * orbsvcs/tests/AVStreams/Simple_Three_Stage/distributer.h: * orbsvcs/tests/AVStreams/Simple_Three_Stage/receiver.h: * orbsvcs/tests/AVStreams/Simple_Three_Stage/sender.h: * orbsvcs/tests/AVStreams/Simple_Two_Stage/receiver.h: * orbsvcs/tests/AVStreams/Simple_Two_Stage/sender.h: * orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/receiver.h: * orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/sender.h: * orbsvcs/tests/Bug_2248_Regression/Client_i.h: * orbsvcs/tests/Concurrency/CC_client.h: * orbsvcs/tests/Concurrency/CC_client.cpp: * orbsvcs/tests/Concurrency/CC_command.h: * orbsvcs/tests/Concurrency/CC_command.cpp: * orbsvcs/tests/Concurrency/CC_naming_service.h: * orbsvcs/tests/Concurrency/CC_naming_service.cpp: * orbsvcs/tests/Concurrency/CC_test_utils.h: * orbsvcs/tests/Concurrency/CC_test_utils.cpp: * orbsvcs/tests/Concurrency/CC_tests.h: * orbsvcs/tests/Concurrency/CC_tests.cpp: * orbsvcs/tests/Concurrency/lex.CC_command.cpp: * orbsvcs/tests/CosEvent/Basic/MT_Disconnect.h: * orbsvcs/tests/CosEvent/Basic/Random.h: * orbsvcs/tests/CosEvent/lib/Counting_Consumer.h: * orbsvcs/tests/CosEvent/lib/Counting_Supplier.h: * orbsvcs/tests/Event/Performance/Connect.h: * orbsvcs/tests/Event/Performance/Inversion.h: * orbsvcs/tests/Event/Performance/Latency.h: * orbsvcs/tests/Event/Performance/Throughput.h: * orbsvcs/tests/Event/UDP/AddrServer.h: * orbsvcs/tests/Event/UDP/Consumer.h: * orbsvcs/tests/Event/UDP/Supplier.h: * orbsvcs/tests/FaultTolerance/IOGR/Client_i.h: * orbsvcs/tests/FaultTolerance/IOGR/Manager.h: * orbsvcs/tests/FaultTolerance/IOGR/test_i.h: * orbsvcs/tests/FaultTolerance/IOGRManipulation/IOGRTest.cpp: * orbsvcs/tests/HTIOP/AMI/ami_test_i.h: * orbsvcs/tests/HTIOP/AMI/ami_test_i.cpp: * orbsvcs/tests/HTIOP/AMI/client.cpp: * orbsvcs/tests/HTIOP/AMI/server.cpp: * orbsvcs/tests/HTIOP/AMI/simple_client.cpp: * orbsvcs/tests/HTIOP/BiDirectional/test_i.h: * orbsvcs/tests/InterfaceRepo/IDL3_Test/idl3_client.h: * orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.h: * orbsvcs/tests/InterfaceRepo/Latency_Test/Latency_Query_Client.h: * orbsvcs/tests/InterfaceRepo/Persistence_Test/Ptest.h: * orbsvcs/tests/Interoperable_Naming/client.cpp: * orbsvcs/tests/Interoperable_Naming/ncontextext_client_i.h: * orbsvcs/tests/Interoperable_Naming/ncontextext_client_i.cpp: * orbsvcs/tests/Notify/Basic/AdminProperties.h: * orbsvcs/tests/Notify/Basic/ConnectDisconnect.h: * orbsvcs/tests/Notify/Basic/Events.h: * orbsvcs/tests/Notify/Basic/Filter.h: * orbsvcs/tests/Notify/Basic/IdAssignment.h: * orbsvcs/tests/Notify/Basic/LifeCycle.h: * orbsvcs/tests/Notify/Basic/MultiTypes.h: * orbsvcs/tests/Notify/Basic/Sequence.h: * orbsvcs/tests/Notify/Basic/Simple.h: * orbsvcs/tests/Notify/Basic/Updates.h: * orbsvcs/tests/Notify/Blocking/Notify_Structured_Push_Consumer.h: * orbsvcs/tests/Notify/Bug_2415_Regression/Notify_Push_Consumer.h: * orbsvcs/tests/Notify/Bug_2561_Regression/Notify_Push_Consumer.h: * orbsvcs/tests/Notify/Discarding/Notify_Sequence_Push_Consumer.h: * orbsvcs/tests/Notify/Discarding/Notify_Structured_Push_Consumer.h: * orbsvcs/tests/Notify/MT_Dispatching/Notify_Structured_Push_Consumer.h: * orbsvcs/tests/Notify/Ordering/Notify_Sequence_Push_Consumer.h: * orbsvcs/tests/Notify/Ordering/Notify_Structured_Push_Consumer.h: * orbsvcs/tests/Notify/Persistent_Filter/Filter.h: * orbsvcs/tests/Notify/Reconnecting/Consumer.h: * orbsvcs/tests/Notify/Reconnecting/Supplier.h: * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Notify_Sequence_Push_Consumer.h: * orbsvcs/tests/Notify/Sequence_Multi_Filter/Notify_Sequence_Push_Consumer.h: * orbsvcs/tests/Notify/Structured_Filter/Notify_Push_Consumer.h: * orbsvcs/tests/Notify/Structured_Multi_Filter/Notify_Push_Consumer.h: * orbsvcs/tests/Notify/lib/Notify_PushConsumer.h: * orbsvcs/tests/Notify/lib/Notify_SequencePushConsumer.h: * orbsvcs/tests/Notify/lib/Notify_SequencePushSupplier.h: * orbsvcs/tests/Notify/lib/Notify_StructuredPushConsumer.h: * orbsvcs/tests/Notify/lib/Notify_StructuredPushSupplier.h: * orbsvcs/tests/Notify/lib/Notify_Test_Client.h: * orbsvcs/tests/Notify/lib/common.h: * orbsvcs/tests/Notify/performance-tests/Filter/Notify_Sequence_Push_Consumer.h: * orbsvcs/tests/Notify/performance-tests/Filter/Notify_Structured_Push_Consumer.h: * orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.h: * orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.h: * orbsvcs/tests/Property/client.h: * orbsvcs/tests/Property/client.cpp: * orbsvcs/tests/Property/server.h: * orbsvcs/tests/Property/server.cpp: * orbsvcs/tests/Security/BiDirectional/test_i.h: * orbsvcs/tests/Security/Crash_Test/test_i.h: * orbsvcs/tests/Security/MT_IIOP_SSL/Client_Worker.h: * orbsvcs/tests/Security/MT_IIOP_SSL/test_i.h: * orbsvcs/tests/Security/MT_SSLIOP/Client_Worker.h: * orbsvcs/tests/Security/MT_SSLIOP/test_i.h: * orbsvcs/tests/Security/ssliop_corbaloc/client.h: * orbsvcs/tests/Security/ssliop_corbaloc/client.cpp: * orbsvcs/tests/Simple_Naming/client.h: * orbsvcs/tests/Simple_Naming/client.cpp: * orbsvcs/tests/Time/Client_i.h: * orbsvcs/tests/ior_corbaname/client.cpp: * orbsvcs/tests/ior_corbaname/ior_corbaname_client_i.h: * orbsvcs/tests/ior_corbaname/ior_corbaname_client_i.cpp: * orbsvcs/tests/tests_svc_loader/tests_svc_loader.cpp: * performance-tests/Anyop/anyop.cpp: * performance-tests/Cubit/TAO/DII_Cubit/client.cpp: * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.h: * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Server.h: * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.h: * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.cpp: * performance-tests/Cubit/TAO/IDL_Cubit/RTI_IO.h: * performance-tests/Cubit/TAO/MT_Cubit/Cubit_Task.h: * performance-tests/Cubit/TAO/MT_Cubit/Globals.h: * performance-tests/Cubit/TAO/MT_Cubit/Task_Client.h: * performance-tests/Cubit/TAO/MT_Cubit/Timer.h: * performance-tests/Cubit/TAO/MT_Cubit/Util_Thread.h: * performance-tests/Cubit/TAO/MT_Cubit/client.h: * performance-tests/Cubit/TAO/MT_Cubit/cubit_i.h: * performance-tests/Cubit/TAO/MT_Cubit/server.h: * performance-tests/Cubit/TAO/MT_Cubit/server.cpp: * performance-tests/POA/Demux/client.cpp: * performance-tests/POA/Demux/demux_stats.cpp: * performance-tests/POA/Demux/demux_test_client.h: * performance-tests/POA/Demux/demux_test_client.cpp: * performance-tests/POA/Demux/demux_test_macros.h: * performance-tests/POA/Demux/demux_test_server.h: * performance-tests/POA/Demux/demux_test_server.cpp: * performance-tests/POA/Demux/server.cpp: * performance-tests/POA/Object_Creation_And_Registration/registration.cpp: * performance-tests/Pluggable/PP_Test_Client.h: * performance-tests/Pluggable/PP_Test_Server.h: * performance-tests/Pluggable/PP_Test_i.h: * performance-tests/Pluggable/PP_Test_i.cpp: * performance-tests/RTCorba/Multiple_Endpoints/Common/test_i.h: * performance-tests/RTCorba/Oneways/Reliable/test_i.h: * tao/IORManipulation/IORManip_Filter.h: * tao/IORManipulation/IORManip_IIOP_Filter.h: * tests/AMI_Timeouts/timeout_client.h: * tests/AMI_Timeouts/timeout_i.h: * tests/AMI_Timeouts/timeout_i.cpp: * tests/Alt_Mapping/alt_mapping_i.h: * tests/Alt_Mapping/alt_mapping_i.cpp: * tests/Alt_Mapping/client.h: * tests/Alt_Mapping/client.cpp: * tests/Alt_Mapping/driver.h: * tests/Alt_Mapping/driver.cpp: * tests/Alt_Mapping/helper.h: * tests/Alt_Mapping/helper.cpp: * tests/Alt_Mapping/options.h: * tests/Alt_Mapping/options.cpp: * tests/Alt_Mapping/results.h: * tests/Alt_Mapping/results.cpp: * tests/Alt_Mapping/server.cpp: * tests/Alt_Mapping/tests.h: * tests/Alt_Mapping/ub_string.h: * tests/Alt_Mapping/ub_string.cpp: * tests/Alt_Mapping/ub_struct_seq.h: * tests/Alt_Mapping/ub_struct_seq.cpp: * tests/BiDirectional/test_i.h: * tests/BiDirectional_DelayedUpcall/test_i.h: * tests/BiDirectional_MultipleORB/destroy.cpp: * tests/BiDirectional_NestedUpcall/test_i.h: * tests/Bug_2174_Regression/test_i.h: * tests/Bug_2734_Regression/test_i.h: * tests/Bug_2935_Regression/middle_i.h: * tests/Bug_2935_Regression/sink_i.h: * tests/Bug_2935_Regression/source_i.h: * tests/Bug_3068_Regression/test_i.h: * tests/Bug_3683_Regression/Echo_Client_i.h: * tests/Bug_3683_Regression/Echo_i.h: * tests/Bug_3683_Regression/Simple_util.h: * tests/CDR/alignment.cpp: * tests/CDR/allocator.cpp: * tests/CDR/basic_types.cpp: * tests/CDR/growth.cpp: * tests/CDR/octet_sequence.cpp: * tests/CDR/tc.cpp: * tests/CSD_Collocation/Collocation_Tester.h: * tests/CodeSets/libs/IBM1047_ISO8859/Char_IBM1047_ISO8859_Factory.h: * tests/CodeSets/libs/IBM1047_ISO8859/Char_IBM1047_ISO8859_Factory.cpp: * tests/CodeSets/libs/IBM1047_ISO8859/Char_IBM1047_ISO8859_Translator.cpp: * tests/CodeSets/libs/IBM1047_ISO8859/Wchar_IBM1047_ISO8859_Factory.h: * tests/CodeSets/libs/IBM1047_ISO8859/Wchar_IBM1047_ISO8859_Factory.cpp: * tests/CodeSets/libs/IBM1047_ISO8859/Wchar_IBM1047_ISO8859_Translator.cpp: * tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16.cpp: * tests/CodeSets/libs/UTF16_UCS2/UTF16_UCS2_Factory.h: * tests/CodeSets/libs/UTF16_UCS2/UTF16_UCS2_Factory.cpp: * tests/CodeSets/libs/UTF16_UCS2/UTF16_UCS2_Translator.cpp: * tests/CodeSets/simple/client.cpp: * tests/CodeSets/simple/server.cpp: * tests/Collocation/Collocation_Tester.h: * tests/DIOP/UDP_Client_i.h: * tests/DIOP/UDP_i.h: * tests/DIOP/client.cpp: * tests/DIOP/server.cpp: * tests/DSI_AMI_Gateway/test_dsi.h: * tests/DSI_AMI_Gateway/test_i.h: * tests/DSI_Gateway/test_dsi.h: * tests/DSI_Gateway/test_i.h: * tests/Explicit_Event_Loop/client.cpp: * tests/Explicit_Event_Loop/server.h: * tests/Explicit_Event_Loop/server.cpp: * tests/Exposed_Policies/Counter_i.h: * tests/Exposed_Policies/Policy_Tester.h: * tests/Exposed_Policies/Policy_Verifier.h: * tests/Exposed_Policies/RT_Properties.h: * tests/FL_Cube/test_i.h: * tests/Faults/ping_i.h: * tests/Faults/test_i.h: * tests/File_IO/File_i.h: * tests/File_IO/File_i.cpp: * tests/File_IO/client.cpp: * tests/ForwardOnceUponException/test_i.h: * tests/ForwardUponObjectNotExist/test_i.h: * tests/Forwarding/test_i.h: * tests/IDL_Test/main.cpp: * tests/InterOp-Naming/INS_i.h: * tests/InterOp-Naming/Server_i.h: * tests/Leader_Followers/client.cpp: * tests/Leader_Followers/test_i.h: * tests/MProfile/test_i.h: * tests/MProfile_Connection_Timeout/test_i.h: * tests/MProfile_Forwarding/Servant_Locator.h: * tests/MProfile_Forwarding/Servant_Locator.cpp: * tests/MProfile_Forwarding/test_i.h: * tests/MT_Client/test_i.h: * tests/MT_Server/test_i.h: * tests/Multiple/Collocation_Tester.h: * tests/Multiple/Multiple_Impl.h: * tests/Multiple_Inheritance/client.cpp: * tests/Muxed_GIOP_Versions/test_i.h: * tests/Native_Exceptions/test_i.h: * tests/NestedUpcall/MT_Client_Test/MT_Object_i.h: * tests/NestedUpcall/MT_Client_Test/MT_Object_i.cpp: * tests/NestedUpcall/MT_Client_Test/client.h: * tests/NestedUpcall/MT_Client_Test/client.cpp: * tests/NestedUpcall/MT_Client_Test/local_server.h: * tests/NestedUpcall/MT_Client_Test/local_server.cpp: * tests/NestedUpcall/MT_Client_Test/server.h: * tests/NestedUpcall/MT_Client_Test/server.cpp: * tests/NestedUpcall/Triangle_Test/Initiator_i.h: * tests/NestedUpcall/Triangle_Test/Initiator_i.cpp: * tests/NestedUpcall/Triangle_Test/Object_A_i.h: * tests/NestedUpcall/Triangle_Test/Object_A_i.cpp: * tests/NestedUpcall/Triangle_Test/Object_B_i.h: * tests/NestedUpcall/Triangle_Test/Object_B_i.cpp: * tests/NestedUpcall/Triangle_Test/initiator.h: * tests/NestedUpcall/Triangle_Test/initiator.cpp: * tests/NestedUpcall/Triangle_Test/server_A.h: * tests/NestedUpcall/Triangle_Test/server_A.cpp: * tests/NestedUpcall/Triangle_Test/server_B.h: * tests/NestedUpcall/Triangle_Test/server_B.cpp: * tests/OBV/Any/AnyS_impl.h: * tests/OBV/Collocated/Forward/Test_impl.h: * tests/OBV/Factory/FactoryS_impl.h: * tests/OBV/Forward/Test_impl.h: * tests/OBV/Simple/Client_i.h: * tests/OBV/Simple/Server_i.h: * tests/OBV/Simple/Simple_util.h: * tests/OBV/TC_Alignment/test_i.h: * tests/OBV/Truncatable/TruncatableS_impl.h: * tests/OBV/ValueBox/Test_impl.h: * tests/ORB_destroy/ORB_destroy.cpp: * tests/Object_Loader/Loader.h: * tests/Object_Loader/Test_i.h: * tests/OctetSeq/OctetSeq.cpp: * tests/OctetSeq/test_i.h: * tests/POA/Adapter_Activator/server.cpp: * tests/POA/Bug_2511_Regression/server.cpp: * tests/POA/Current/Current.cpp: * tests/POA/DSI/client.cpp: * tests/POA/DSI/server.cpp: * tests/POA/Default_Servant/Default_Servant.cpp: * tests/POA/Default_Servant2/File_i.h: * tests/POA/Default_Servant2/File_i.cpp: * tests/POA/Default_Servant2/client.cpp: * tests/POA/Default_Servant2/server.cpp: * tests/POA/Etherealization/Etherealization.cpp: * tests/POA/Excessive_Object_Deactivations/Excessive_Object_Deactivations.cpp: * tests/POA/Explicit_Activation/server.cpp: * tests/POA/FindPOA/FindPOA.cpp: * tests/POA/Forwarding/Servant_Activator.h: * tests/POA/Forwarding/client.cpp: * tests/POA/Forwarding/server.cpp: * tests/POA/Forwarding/test_i.h: * tests/POA/Generic_Servant/test_i.h: * tests/POA/Identity/Identity.cpp: * tests/POA/Loader/Servant_Activator.h: * tests/POA/Loader/Servant_Activator.cpp: * tests/POA/Loader/Servant_Locator.h: * tests/POA/Loader/Servant_Locator.cpp: * tests/POA/Loader/Server_Manager.h: * tests/POA/Loader/server.cpp: * tests/POA/MT_Servant_Locator/MT_Servant_Locator.cpp: * tests/POA/Nested_Non_Servant_Upcalls/Nested_Non_Servant_Upcalls.cpp: * tests/POA/NewPOA/NewPOA.cpp: * tests/POA/Non_Servant_Upcalls/Non_Servant_Upcalls.cpp: * tests/POA/Object_Reactivation/Object_Reactivation.cpp: * tests/POA/On_Demand_Activation/Servant_Activator.h: * tests/POA/On_Demand_Activation/Servant_Activator.cpp: * tests/POA/On_Demand_Activation/Servant_Locator.h: * tests/POA/On_Demand_Activation/Servant_Locator.cpp: * tests/POA/On_Demand_Activation/server.cpp: * tests/POA/On_Demand_Loading/Servant_Activator.h: * tests/POA/On_Demand_Loading/Servant_Activator.cpp: * tests/POA/On_Demand_Loading/Servant_Locator.h: * tests/POA/On_Demand_Loading/Servant_Locator.cpp: * tests/POA/On_Demand_Loading/Servant_Manager.h: * tests/POA/On_Demand_Loading/Servant_Manager.cpp: * tests/POA/On_Demand_Loading/Server_Manager.h: * tests/POA/On_Demand_Loading/server.cpp: * tests/POA/POAManagerFactory/POAManagerFactory.cpp: * tests/POA/POA_BiDir/POA_BiDir.cpp: * tests/POA/POA_Destruction/POA_Destruction.cpp: * tests/POA/Persistent_ID/client.cpp: * tests/POA/Persistent_ID/server.cpp: * tests/POA/Policies/Policies.cpp: * tests/POA/Reference_Counted_Servant/server.cpp: * tests/POA/RootPOA/RootPOA.cpp: * tests/POA/Single_Threaded_POA/Single_Threaded_POA.cpp: * tests/POA/TIE/client.cpp: * tests/POA/TIE/server.cpp: * tests/POA/TIE/test_i.h: * tests/POA/TIE/test_i.cpp: * tests/POA/wait_for_completion/wait_for_completion.cpp: * tests/Param_Test/any.h: * tests/Param_Test/any.cpp: * tests/Param_Test/anyop.cpp: * tests/Param_Test/bd_array_seq.h: * tests/Param_Test/bd_array_seq.cpp: * tests/Param_Test/bd_long_seq.h: * tests/Param_Test/bd_long_seq.cpp: * tests/Param_Test/bd_short_seq.h: * tests/Param_Test/bd_short_seq.cpp: * tests/Param_Test/bd_str_seq.h: * tests/Param_Test/bd_str_seq.cpp: * tests/Param_Test/bd_string.h: * tests/Param_Test/bd_string.cpp: * tests/Param_Test/bd_struct_seq.h: * tests/Param_Test/bd_struct_seq.cpp: * tests/Param_Test/bd_wstr_seq.h: * tests/Param_Test/bd_wstr_seq.cpp: * tests/Param_Test/bd_wstring.h: * tests/Param_Test/bd_wstring.cpp: * tests/Param_Test/big_union.h: * tests/Param_Test/big_union.cpp: * tests/Param_Test/client.h: * tests/Param_Test/client.cpp: * tests/Param_Test/complex_any.h: * tests/Param_Test/complex_any.cpp: * tests/Param_Test/driver.h: * tests/Param_Test/driver.cpp: * tests/Param_Test/except.h: * tests/Param_Test/except.cpp: * tests/Param_Test/fixed_array.h: * tests/Param_Test/fixed_array.cpp: * tests/Param_Test/fixed_struct.h: * tests/Param_Test/fixed_struct.cpp: * tests/Param_Test/helper.h: * tests/Param_Test/helper.cpp: * tests/Param_Test/multdim_array.h: * tests/Param_Test/multdim_array.cpp: * tests/Param_Test/nested_struct.h: * tests/Param_Test/nested_struct.cpp: * tests/Param_Test/objref.h: * tests/Param_Test/objref.cpp: * tests/Param_Test/objref_struct.h: * tests/Param_Test/objref_struct.cpp: * tests/Param_Test/options.h: * tests/Param_Test/options.cpp: * tests/Param_Test/param_test_i.h: * tests/Param_Test/param_test_i.cpp: * tests/Param_Test/recursive_struct.h: * tests/Param_Test/recursive_struct.cpp: * tests/Param_Test/recursive_union.h: * tests/Param_Test/recursive_union.cpp: * tests/Param_Test/results.h: * tests/Param_Test/results.cpp: * tests/Param_Test/server.cpp: * tests/Param_Test/short.h: * tests/Param_Test/short.cpp: * tests/Param_Test/small_union.h: * tests/Param_Test/small_union.cpp: * tests/Param_Test/tests.h: * tests/Param_Test/typecode.h: * tests/Param_Test/typecode.cpp: * tests/Param_Test/ub_any_seq.h: * tests/Param_Test/ub_any_seq.cpp: * tests/Param_Test/ub_array_seq.h: * tests/Param_Test/ub_array_seq.cpp: * tests/Param_Test/ub_long_seq.h: * tests/Param_Test/ub_long_seq.cpp: * tests/Param_Test/ub_objref_seq.h: * tests/Param_Test/ub_objref_seq.cpp: * tests/Param_Test/ub_short_seq.h: * tests/Param_Test/ub_short_seq.cpp: * tests/Param_Test/ub_str_seq.h: * tests/Param_Test/ub_str_seq.cpp: * tests/Param_Test/ub_string.h: * tests/Param_Test/ub_string.cpp: * tests/Param_Test/ub_struct_seq.h: * tests/Param_Test/ub_struct_seq.cpp: * tests/Param_Test/ub_wstr_seq.h: * tests/Param_Test/ub_wstr_seq.cpp: * tests/Param_Test/ub_wstring.h: * tests/Param_Test/ub_wstring.cpp: * tests/Param_Test/ulonglong.h: * tests/Param_Test/ulonglong.cpp: * tests/Param_Test/var_array.h: * tests/Param_Test/var_array.cpp: * tests/Param_Test/var_struct.h: * tests/Param_Test/var_struct.cpp: * tests/Portable_Interceptors/Benchmark/test_i.h: * tests/Portable_Interceptors/Collocated/Dynamic/test_i.h: * tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/test_i.h: * tests/Portable_Interceptors/Processing_Mode_Policy/Remote/test_i.h: * tests/QtTests/client.h: * tests/QtTests/test_i.h: * tests/RTCORBA/Diffserv/Custom_Network_Priority_Mapping.h: * tests/RTCORBA/Policies/Policies.cpp: * tests/RTCORBA/Profile_And_Endpoint_Selection/client.cpp: * tests/Single_Read/test_i.h: * tests/Smart_Proxies/Benchmark/client.cpp: * tests/Smart_Proxies/Benchmark/server.cpp: * tests/Smart_Proxies/On_Demand/client.cpp: * tests/Smart_Proxies/On_Demand/server.cpp: * tests/Smart_Proxies/Policy/client.cpp: * tests/Smart_Proxies/Policy/server.cpp: * tests/Smart_Proxies/client.cpp: * tests/Smart_Proxies/server.cpp: * tests/Strategies/simple_test_i.h: * tests/Timed_Buffered_Oneways/client.cpp: * tests/Timed_Buffered_Oneways/test_i.h: * tests/Timeout/test_i.h: * tests/Xt_Stopwatch/Client.h: * tests/Xt_Stopwatch/Control.h: * tests/Xt_Stopwatch/Stopwatch_display.h: * tests/Xt_Stopwatch/test_i.h: * tests/Xt_Stopwatch/timer.h: * utils/catior/Catior_i.h: * utils/catior/Catior_i.cpp: * utils/nslist/nsadd.cpp: * utils/nslist/nsdel.cpp:
* Thu Sep 23 08:57:10 UTC 2010 Marcel Smit <msmit@remedy.nl>msmit2010-09-231-1/+1
| | | | | | | | * orbsvcs/DevGuideExamples/EventServices/OMG_Basic/run_test.pl: * orbsvcs/DevGuideExamples/EventServices/OMG_TypedEC/run_test.pl: * orbsvcs/examples/CosEC/TypedSimple/run_test.pl: * orbsvcs/tests/CosEvent/Timeout/run_test.pl: Resolved some test errors due to the renaming action.
* Wed Sep 22 09:41:22 UTC 2010 Marcel Smit <msmit@remedy.nl>msmit2010-09-221-1/+1
| | | | | | | | | | | | | | | | | | | * NEWS: * docs/orbsvcs.html: * docs/releasenotes/ec.html: * orbsvcs/DevGuideExamples/EventServices/OMG_Basic/run_test.pl: * orbsvcs/DevGuideExamples/EventServices/OMG_TypedEC/run_test.pl: * orbsvcs/DevGuideExamples/EventServices/RTEC_Basic/run_test.pl: * orbsvcs/DevGuideExamples/EventServices/RTEC_Filter/run_test.pl: * orbsvcs/Event_Service/Event_Service.mpc: * orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/run_test.pl: * orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/run_test2.pl: * orbsvcs/examples/CosEC/TypedSimple/run_test.pl: * orbsvcs/tests/CosEvent/Timeout/run_test.pl: * orbsvcs/tests/EC_Custom_Marshal/run_test.pl: * orbsvcs/tests/EC_Throughput/run_test.pl: * orbsvcs/tests/EC_Throughput/run_test_overflow.pl: Renamed 'Event_Service' to 'tao_rtevent'
* Wed Sep 22 09:17:10 UTC 2010 Marcel Smit <msmit@remedy.nl>msmit2010-09-221-1/+1
| | | | | | | | | | | | * NEWS: * docs/orbsvcs.html: * docs/tutorials/Quoter/Event_Service/index.html: * orbsvcs/CosEvent_Service/CosEvent_Service.mpc: * orbsvcs/DevGuideExamples/EventServices/OMG_Basic/run_test.pl: * orbsvcs/DevGuideExamples/EventServices/OMG_TypedEC/run_test.pl: * orbsvcs/examples/CosEC/TypedSimple/run_test.pl: * orbsvcs/tests/CosEvent/Timeout/run_test.pl: Renamed 'CosEvent_Service' to 'tao_cosevent'
* Wed Sep 22 08:50:43 UTC 2010 Marcel Smit <msmit@remedy.nl>msmit2010-09-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * NEWS: * TAO-INSTALL.html: * examples/Advanced/ch_18/run_test.pl: * examples/Callback_Quoter/run_test.pl: * examples/Quoter/run_test.pl: * examples/RTCORBA/Activity/run_test.pl: * examples/RTScheduling/Fixed_Priority_Scheduler/run_test.pl: * examples/RTScheduling/MIF_Scheduler/run_test.pl: * examples/ior_corbaloc/run_test.pl: * orbsvcs/DevGuideExamples/EventServices/OMG_Basic/run_test.pl: * orbsvcs/DevGuideExamples/EventServices/OMG_SupplierSideEC/run_test.pl: * orbsvcs/DevGuideExamples/EventServices/OMG_TypedEC/run_test.pl: * orbsvcs/DevGuideExamples/EventServices/RTEC_Basic/run_test.pl: * orbsvcs/DevGuideExamples/EventServices/RTEC_Federated/run_test.pl: * orbsvcs/DevGuideExamples/EventServices/RTEC_Filter/run_test.pl: * orbsvcs/DevGuideExamples/EventServices/RTEC_MCast_Federated/run_test.pl: * orbsvcs/DevGuideExamples/NamingService/Messenger/run_test.pl: * orbsvcs/DevGuideExamples/NamingService/Naming_Client/run_test.pl: * orbsvcs/DevGuideExamples/NamingService/Naming_Context_Ext/run_test.pl: * orbsvcs/DevGuideExamples/NamingService/corbaloc_Messenger/run_test.pl: * orbsvcs/DevGuideExamples/NamingService/corbaname_Messenger/run_test.pl: * orbsvcs/DevGuideExamples/NotifyService/EventSequence/run_test.pl: * orbsvcs/DevGuideExamples/NotifyService/Filtering/run_test.pl: * orbsvcs/DevGuideExamples/NotifyService/Messenger/run_test.pl: * orbsvcs/DevGuideExamples/NotifyService/OfferSubscriptions/run_test.pl: * orbsvcs/DevGuideExamples/NotifyService/QoSProperties/run_test.pl: * orbsvcs/DevGuideExamples/NotifyService/RTNotify/run_test.pl: * orbsvcs/DevGuideExamples/NotifyService/SupplierSideNC/run_test.pl: * orbsvcs/DevGuideExamples/PortableInterceptors/PICurrent_NameService/run_test.pl: * orbsvcs/Naming_Service/Naming_Service.mpc: * orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/run_test.pl: * orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/run_test2.pl: * orbsvcs/examples/CosEC/TypedSimple/run_test.pl: * orbsvcs/examples/LoadBalancing/run_test.pl: * orbsvcs/examples/Log/Basic/run_test.pl: * orbsvcs/examples/Log/Event/run_test.pl: * orbsvcs/examples/Log/Notify/run_test.pl: * orbsvcs/examples/Log/RTEvent/run_test.pl: * orbsvcs/examples/Notify/Filter/run_test.pl: * orbsvcs/examples/Notify/Lanes/run_test.pl: * orbsvcs/examples/Notify/Subscribe/run_test.pl: * orbsvcs/examples/Notify/ThreadPool/run_test.pl: * orbsvcs/examples/RtEC/IIOPGateway/consumerec_crash.pl: * orbsvcs/examples/RtEC/IIOPGateway/run_test.pl: * orbsvcs/examples/RtEC/Simple/run_test.pl: * orbsvcs/tests/AVStreams/Asynch_Three_Stage/run_test.pl: * orbsvcs/tests/AVStreams/Bidirectional_Flows/run_test.pl: * orbsvcs/tests/AVStreams/Component_Switching/run_test.pl: * orbsvcs/tests/AVStreams/Full_Profile/run_test.pl: * orbsvcs/tests/AVStreams/Modify_QoS/run_test.pl: * orbsvcs/tests/AVStreams/Multicast/run_test.pl: * orbsvcs/tests/AVStreams/Multicast_Full_Profile/run_test.pl: * orbsvcs/tests/AVStreams/Multiple_Flows/run_test.pl: * orbsvcs/tests/AVStreams/Pluggable/run_test.pl: * orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/run_test.pl: * orbsvcs/tests/AVStreams/Simple_Three_Stage/run_test.pl: * orbsvcs/tests/AVStreams/Simple_Two_Stage/run_test.pl: * orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/run_test.pl: * orbsvcs/tests/BiDir_CORBALOC/run_test.pl: * orbsvcs/tests/Bug_1334_Regression/run_test.pl: * orbsvcs/tests/Bug_2777_Regression/run_test.pl: * orbsvcs/tests/Bug_2800_Regression/run_test_federated.pl: * orbsvcs/tests/Bug_3387_Regression/run_test.pl: * orbsvcs/tests/CosEvent/Timeout/run_test.pl: * orbsvcs/tests/EC_Custom_Marshal/run_test.pl: * orbsvcs/tests/EC_Multiple/run_test.pl: * orbsvcs/tests/EC_Throughput/run_test.pl: * orbsvcs/tests/EC_Throughput/run_test_overflow.pl: * orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/run_test.pl: * orbsvcs/tests/HTIOP/Hello/run_test.pl: * orbsvcs/tests/ImplRepo/NameService/run_test.pl: * orbsvcs/tests/Interoperable_Naming/run_test.pl: * orbsvcs/tests/Log/Basic_Log_Test/run_test.pl: * orbsvcs/tests/Notify/Basic/run_test.pl: * orbsvcs/tests/Notify/Basic/run_test_ipv6.pl: * orbsvcs/tests/Notify/Blocking/run_test.pl: * orbsvcs/tests/Notify/Bug_1385_Regression/run_test.pl: * orbsvcs/tests/Notify/Bug_2415_Regression/run_test.pl: * orbsvcs/tests/Notify/Bug_2561_Regression/run_test.pl: * orbsvcs/tests/Notify/Bug_3646a_Regression/run_test.pl: * orbsvcs/tests/Notify/Bug_3646c_Regression/run_test.pl: * orbsvcs/tests/Notify/Discarding/run_test.pl: * orbsvcs/tests/Notify/Lanes/run_test.pl: * orbsvcs/tests/Notify/MC/run_test.pl: * orbsvcs/tests/Notify/MT_Dispatching/run_test.pl: * orbsvcs/tests/Notify/Ordering/run_test.pl: * orbsvcs/tests/Notify/Persistent_Filter/run_test.pl: * orbsvcs/tests/Notify/Persistent_POA/run_test.pl: * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/run_test.pl: * orbsvcs/tests/Notify/Sequence_Multi_Filter/run_test.pl: * orbsvcs/tests/Notify/Structured_Filter/run_test.pl: * orbsvcs/tests/Notify/Structured_Multi_Filter/run_test.pl: * orbsvcs/tests/Notify/ThreadPool/run_test.pl: * orbsvcs/tests/Notify/Timeout/run_test.pl: * orbsvcs/tests/Notify/performance-tests/Filter/run_test.pl: * orbsvcs/tests/Notify/performance-tests/RedGreen/run_test.pl: * orbsvcs/tests/Notify/performance-tests/scripts/1_Path_Period_0_Lanes/run_test.pl: * orbsvcs/tests/Notify/performance-tests/scripts/3_Path_Period_10ms_Lanes/run_test.pl: * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/2_Hops/run_test.pl: * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/2_Hops_RTCORBA/run_test.pl: * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/3_Hops/run_test.pl: * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/3_Hops_RTCORBA/run_test.pl: * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/Colocated/run_test.pl: * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/Colocated_RTCORBA/run_test.pl: * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/Notify/run_test.pl: * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/Notify_RTCORBA/run_test.pl: * orbsvcs/tests/Notify/performance-tests/scripts/Paths_vs_Throughput/run_notify.pl: * orbsvcs/tests/Notify/performance-tests/scripts/Paths_vs_Throughput/run_test.pl: * orbsvcs/tests/Property/run_test.pl: * orbsvcs/tests/Redundant_Naming/run_test.pl: * orbsvcs/tests/Security/ssliop_corbaloc/run_test.pl: * orbsvcs/tests/Simple_Naming/run_test.pl: * orbsvcs/tests/Simple_Naming/run_test_ffp.pl: * orbsvcs/tests/Simple_Naming/run_test_ipv6.pl: * tests/Bug_2791_Regression/README: * tests/Bug_3299_Regression/README: * tests/Bug_3479_Regression/README: * tests/DII_AMI_Forward/README: * utils/nslist/run_test.pl: Renamed 'Naming_Service' to 'tao_cosnaming'
* Removed trailing whitespacesJohnny Willemsen2010-09-171-1/+1
|
* Mon Sep 13 07:46:21 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-134-431/+0
| | | | | | | * Makefile.am: Removed, configure is too experimental to be used for TAO. If someone really wants to use configure we need to fix the MPC generator and the configure script and really perform testing
* Zapped RCSIDJohnny Willemsen2010-09-086-24/+0
|
* Zapped ACE_RCSISJohnny Willemsen2010-09-082-2/+2
|
* Thu Jun 24 08:52:51 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-06-241-1/+1
| | | | | * *.mpc: Use dynamicflags += instead of dynamicflags =
* Tue Jan 19 03:43:50 UTC 2010 Abdul Sowayan <sowayan@gmail.com>Abdullah Sowayan2010-01-191-0/+2
|
* Tue Dec 29 16:37:54 UTC 2009 Vladimir Zykov <vladimir.zykov@prismtech.com>vzykov2009-12-291-3/+5
| | | | | | | | * orbsvcs/tests/CosEvent/Timeout/TimeoutTestMain.cpp: Fixed a small memory leak. * tests/RTCORBA/Banded_Connections/run_test.pl: Fixed a typo in IOR name.
* Wed Dec 9 10:38:26 UTC 2009 Denis Budko <denis.budko@remedy.nl>dbudko2009-12-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * orbsvcs/tests/CosEvent/Basic/run_test.pl: * orbsvcs/tests/Bug_1334_Regression/run_test.pl: * orbsvcs/tests/Notify/Timeout/run_test.pl: * orbsvcs/tests/Notify/Bug_2561_Regression/run_test.pl: * orbsvcs/tests/Notify/MT_Dispatching/run_test.pl: * orbsvcs/tests/Notify/Bug_1385_Regression/run_test.pl: * orbsvcs/tests/Notify/Persistent_POA/run_test.pl: * orbsvcs/tests/Notify/Bug_3646a_Regression/run_test.pl: * orbsvcs/tests/Notify/performance-tests/Filter/run_test.pl: * orbsvcs/tests/Notify/performance-tests/RedGreen/run_test.pl: * orbsvcs/tests/Notify/Bug_3646c_Regression/run_test.pl: * orbsvcs/tests/Notify/Ordering/run_test.pl: * orbsvcs/tests/Notify/Reconnecting/run_test.pl: * orbsvcs/tests/Notify/Basic/run_test_ipv6.pl: * orbsvcs/tests/Notify/Basic/run_test.pl: * orbsvcs/tests/Notify/Structured_Multi_Filter/run_test.pl: * orbsvcs/tests/Notify/Sequence_Multi_Filter/run_test.pl: * orbsvcs/tests/Notify/Blocking/run_test.pl: * orbsvcs/tests/Notify/Bug_2415_Regression/run_test.pl: * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/run_test.pl: * orbsvcs/tests/Notify/MC/run_test.pl: * orbsvcs/tests/Notify/Lanes/run_test.pl: * orbsvcs/tests/Notify/Discarding/run_test.pl: * orbsvcs/tests/Notify/Structured_Filter/run_test.pl: * orbsvcs/tests/Event/Basic/run_test.pl: * orbsvcs/tests/Event/Performance/run_test.pl: * orbsvcs/tests/Bug_1393_Regression/run_test.pl: * orbsvcs/tests/InterfaceRepo/Duplicate_Typedef_Test/run_test.pl: * performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/run-test.pl: * performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/run-test.pl: * tests/Bug_1476_Regression/run_test.pl: * tests/Bug_2494_Regression/run_test.pl: * tests/POA/Adapter_Activator/run_test.pl: * tests/POA/Explicit_Activation/run_test.pl: * tests/POA/On_Demand_Activation/run_test.pl: * tests/POA/Loader/run_test.pl: * tests/POA/On_Demand_Loading/run_test.pl: * tests/POA/Reference_Counted_Servant/run_test.pl: * tests/Collocation/run_test.pl: * tests/CodeSets/simple/run_test.pl: * tests/CSD_Strategy_Tests/Broken/run_test.pl: * tests/CSD_Strategy_Tests/TP_Test_1/run_test.pl: * tests/CSD_Strategy_Tests/TP_Test_2/run_test.pl: * tests/CSD_Strategy_Tests/TP_Test_3/run_test.pl: * tests/CSD_Strategy_Tests/TP_Test_4/run_test.pl: * tests/CSD_Strategy_Tests/TP_Test_Dynamic/run_test.pl: * tests/CSD_Strategy_Tests/TP_Test_Static/run_test.pl: * tests/Oneway_Timeouts/run_test.pl: * tests/Smart_Proxies/On_Demand/server.cpp: * tests/Smart_Proxies/On_Demand/run_test.pl: * tests/Smart_Proxies/Benchmark/server.cpp: * tests/Smart_Proxies/Benchmark/run_test.pl: * tests/Bug_3676_Regression/run_test.pl: * tests/Oneways_Invoking_Twoways/run_test_svc.pl: * bin/tao_other_tests.lst: Tests are converted to use new test framework and added to fuzz build.
* Thu Dec 3 09:24:17 UTC 2009 Denis Budko <denis.budko@remedy.nl>dbudko2009-12-031-9/+18
| | | | | | | | | | | | | | | | | | | | | | | * orbsvcs/tests/Bug_1395_Regression/run_test.pl: * orbsvcs/tests/CosEvent/Basic/run_test.pl: * orbsvcs/tests/Bug_2285_Regression/run_test2.pl: * orbsvcs/tests/Bug_2285_Regression/run_test.pl: * orbsvcs/tests/AVStreams/Full_Profile/run_test.pl: * orbsvcs/tests/Notify/Bug_1884_Regression/run_test.pl: * orbsvcs/tests/Notify/Ordering/run_test.pl: * orbsvcs/tests/Notify/Bug_2415_Regression/run_test.pl: * orbsvcs/tests/Notify/ThreadPool/run_test.pl: * orbsvcs/tests/FT_App/FT_ReplicaFactory_i.cpp: * orbsvcs/tests/FT_App/FT_TestReplica_i.h: * orbsvcs/tests/FT_App/run_test_rmnotifier.pl: * orbsvcs/tests/FT_App/FT_ReplicaFactory_i.h: * orbsvcs/tests/FT_App/FT_TestReplica_i.cpp: * orbsvcs/tests/FT_App/run_test_basic.pl: * tests/Nested_Upcall_Crash/run_test.pl: Tests are converted to use new test framework and added to fuzz build.
* Mon Nov 23 09:38:57 UTC 2009 Denis Budko <denis.budko@remedy.nl>dbudko2009-11-231-41/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * orbsvcs/DevGuideExamples/InterfaceRepo/run_test.pl: * orbsvcs/DevGuideExamples/ImplRepo/Basic/MessengerServer.cpp: * orbsvcs/DevGuideExamples/ImplRepo/Basic/MessengerClient.cpp: * orbsvcs/DevGuideExamples/ImplRepo/Basic/run_test.pl: * orbsvcs/DevGuideExamples/ImplRepo/IORTable/MessengerServer.cpp: * orbsvcs/DevGuideExamples/ImplRepo/IORTable/run_test.pl: * orbsvcs/DevGuideExamples/ImplRepo/MessengerClient.cpp: * orbsvcs/DevGuideExamples/ImplRepo/Activator/run_test.pl: * orbsvcs/DevGuideExamples/ImplRepo/run_test.pl: * orbsvcs/tests/Miop/McastHello/run_test.pl: * orbsvcs/tests/Security/Callback/client.cpp: * orbsvcs/tests/CosEvent/Timeout/run_test.pl: * orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/LB_server.cpp: * orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/LB_server.h: * orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/run_test.pl: * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/LB_server.cpp: * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/LB_server.h: * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/run_test.pl: * orbsvcs/tests/LoadBalancing/LoadMonitor/CPU/run_test.pl: * performance-tests/Protocols/run_test.pl: * tests/CollocationLockup/run_test.pl: * tests/Bug_1495_Regression/Threaded_Client.cpp: * tests/Bug_1495_Regression/run_test_complex.pl: * tests/Bug_1495_Regression/run_test.pl: * tests/Bug_1361_Regression/run_test.pl: * tests/COIOP/run_test.pl: * tests/Bug_3000_Regression/run_test.pl: * tests/Bug_2186_Regression/run_test.pl: * tests/AlternateIIOP/run_test.pl: * tests/NestedUpcall/Simple/run_test.pl: * tests/MT_BiDir/run_test.pl: * tests/MT_Client/run_test.pl: * tests/ForwardUponObjectNotExist/run_test.pl: * tests/No_Server_MT_Connect_Test/run_test.pl: * tests/Cache_Growth_Test/run_test.pl: * tests/Bug_1476_Test/run_test.pl: * bin/tao_other_tests.lst: * bin/tao_orb_tests.lst: * examples/Simple/time-date/run_test.pl: * examples/CSD_Strategy/ThreadPool/run_test.pl: * examples/CSD_Strategy/ThreadPool3/run_test.pl: * examples/RTCORBA/Activity/run_test.pl: * examples/AMH/Sink_Server/run_test.pl: Tests are converted to use new test framework and added to fuzz build.
* (no commit message)Johnny Willemsen2008-10-151-1/+1
|
* (no commit message)Johnny Willemsen2008-10-131-6/+5
|
* Wed Oct 8 12:54:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-10-081-7/+7
|
* Mon Sep 29 07:59:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-09-292-2/+2
|
* ChangeLogTag: Tue Jun 17 13:55:00 UTC 2008 Simon Massey <sma at prismtech ↵sma2008-06-171-1/+2
| | | | dot com>
* ChangeLogTag: Sun May 18 21:48:39 UTC 2008 J.T. Conklin ↵jtc2008-05-181-42/+0
| | | | <jtc@acorntoolworks.com>
* ChangeLogTag: Sat May 3 22:23:22 UTC 2008 J.T. Conklin ↵jtc2008-05-031-0/+60
| | | | <jtc@acorntoolworks.com>
* ChangeLogTag: Tue Feb 12 10:18:14 UTC 2008 Simon McQueen <sm@prismtech.com>smcqueen2008-02-122-2/+5
|
* Sun Jul 15 13:01:49 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>Abdullah Sowayan2007-07-152-5/+2
|
* Wed Jul 4 04:18:48 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>Abdullah Sowayan2007-07-046-6/+6
|
* Thu Apr 19 12:43:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-04-191-2/+2
|
* Mon Feb 12 13:41:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-02-126-35/+12
|
* Fri Feb 2 16:16:14 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-02-021-2/+2
|
* Fri Feb 2 13:10:14 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-02-026-6/+6
|