summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Wed Dec 14 10:22:44 UTC 2011 Marcel Smit <msmit@remedy.nl>RemedyWorkmsmit2011-12-143-110/+47
| | | | | | * connectors/dds4ccm/impl/ndds/DomainParticipantManager.h: * connectors/dds4ccm/impl/ndds/DomainParticipantManager.cpp: Used a std::pair instead of a separate list for the domain ID.
* Mon Dec 12 15:37:43 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-1220-43/+2038
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * connectors/dds4ccm/impl/ndds/DomainParticipantFactory.cpp: * connectors/dds4ccm/impl/ndds/DomainParticipantManager.h: * connectors/dds4ccm/impl/ndds/DomainParticipantManager.cpp: Domain partipants should be created per domain ID and QOS profile. * bin/ciao_tests.lst: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Base: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Base/Base.idl: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Base/Base.mpc: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Component: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Component/Component.idl: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Component/Component.mpc: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Component/Component_exec.h: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Component/Component_exec.cpp: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Connector1: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Connector1/Connector1.idl: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Connector1/Connector1.mpc: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Connector2: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Connector2/Connector2.idl: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Connector2/Connector2.mpc: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Connector3: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Connector3/Connector3.idl: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Connector3/Connector3.mpc: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/descriptors: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/descriptors/Plan.cdp: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/descriptors/USER_QOS_PROFILES.xml: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/descriptors/run_test.pl: Added test to verify this.
* (re)start branch changelogsmsmit2011-12-121-0/+6
|
* (re)start branch changelogsmsmit2011-12-121-0/+6
|
* (re)start branch changelogsmsmit2011-12-121-0/+6
|
* (re)start branch changelogsmsmit2011-12-121-0/+6
|
* start work branchmsmit2011-12-12180-9184/+16823
|
* Sun Dec 11 19:40:16 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-12-113-6/+16
| | | | | | * TAO_IDL/be/be_visitor_operation/direct_proxy_impl_ss.cpp: * TAO_IDL/be/be_visitor_operation/operation_ss.cpp: Throw exception when dynamic_cast fails
* Sun Dec 11 19:13:21 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-12-113-2/+10
| | | | | | * TAO_IDL/be/be_visitor_interface/facet_svth.cpp: * TAO_IDL/be/be_visitor_interface/facet_svts.cpp: No servant is needed for local interfaces
* Fixed afterJohnny Willemsen2011-12-111-2/+1
|
* Sun Dec 11 18:23:17 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-12-112-5/+5
| | | | | * TAO_IDL/be/be_util.cpp: Removed mentioning of -Gsc which got removed a long time ago
* Fixed orderJohnny Willemsen2011-12-112-2/+2
|
* added afterJohnny Willemsen2011-12-111-6/+5
|
* added afterJohnny Willemsen2011-12-111-1/+1
|
* Sun Dec 11 12:32:28 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-12-1110-428/+17
| | | | | | | | | | | | | | | * TAO_IDL/be/be_interface.cpp: * TAO_IDL/be/be_visitor_interface.cpp: * TAO_IDL/be/be_visitor_module/module.cpp: * TAO_IDL/be_include/be_interface.h: * TAO_IDL/be_include/be_visitor_interface.h: * TAO_IDL/be/be_visitor_interface/interface_svh.cpp: * TAO_IDL/be/be_visitor_interface/interface_svs.cpp: Removed some old stuff we don't need anymore, fixes cornucopia * TAO_IDL/be_include/be_visitor_interface/interface_svh.h: * TAO_IDL/be_include/be_visitor_interface/interface_svs.h: Removed these files.
* Fri Dec 9 16:07:48 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-094-11/+31
| | | | | | | * connectors/dds4ccm/examples/Large_Deployment/Common/Single_Service_Common.idl: * connectors/dds4ccm/examples/Large_Deployment/Common/Single_Service_Common.mpc: * connectors/dds4ccm/examples/Large_Deployment/Single_Service/Single_Service.mpc: Fixed compile errors.
* Fri Dec 9 15:41:59 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-094-2/+48
| | | | | | | * connectors/dds4ccm/examples/Large_Deployment/Common/Single_Service_Common.idl: * connectors/dds4ccm/examples/Large_Deployment/Common/Single_Service_Common.mpc: * connectors/dds4ccm/examples/Large_Deployment/DDS_Pub/DDS_Pub.mpc: Also generate a Single_Service_Common lem.
* Fri Dec 9 14:28:24 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-092-4/+9
| | | | | * tests/Bug_3834_Regression/Moo.mpc: Fixed afters and linker errors on windows.
* Fri Dec 9 14:15:16 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-093-4/+33
| | | | | | * tests/Bug_3834_Regression/CompA.mpc: * tests/Bug_3834_Regression/Moo.mpc: Fixed link issues on windows.
* Fri Dec 9 13:42:40 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-095-10/+36
| | | | | | | | * tests/Bug_3834_Regression/CompA.idl: * tests/Bug_3834_Regression/CompA.mpc: * tests/Bug_3834_Regression/Moo.idl: * tests/Bug_3834_Regression/Moo.mpc: Fixed compile issues on Linux.
* Fri Dec 9 13:24:31 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-095-19/+24
| | | | | | | | * connectors/dds4ccm/examples/Large_Deployment/Single_Service/Single_Service.mpc: * tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint.mpc: * tests/Bug_3834_Regression/CompA.mpc: * tests/Bug_3834_Regression/CompB.mpc: Removed the -Glfa option since it is obsolete.
* Fri Dec 9 13:23:29 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-0914-180/+27
| | | | | | | | | | | | | | | | | | | * TAO_IDL/be/be_codegen.cpp: * TAO_IDL/be/be_global.cpp: * TAO_IDL/be/be_util.cpp: * TAO_IDL/be/be_visitor_component.cpp: * TAO_IDL/be/be_visitor_component/component_ex_idl.cpp: * TAO_IDL/be/be_visitor_interface/interface_ex_idl.cpp: * TAO_IDL/be/be_visitor_interface/interface_svh.cpp: * TAO_IDL/be/be_visitor_interface/interface_svs.cpp: * TAO_IDL/be_include/be_global.h: * TAO_IDL/be_include/be_visitor_component.h: * docs/compiler.html: Removed the -Glfa option from the IDL compiler. * TAO_IDL/be/be_visitor_component/facet_ex_idl.cpp: * TAO_IDL/be_include/be_visitor_component/facet_ex_idl.h: Removed these files.
* Fri Dec 9 11:48:53 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-094-4/+12
| | | | | | | | * connectors/tests/AMIDDS/Base/AmiDds_Base.mpc: * tests/DAnCE/Components/SimpleCommon.mpc: * tests/IDL_Test/Reused_Facet_Interface/Basic.mpc: Fixed compile errors related to the movement of the facet servants.
* Fri Dec 9 10:41:34 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-095-246/+12
| | | | | | | | | | * connectors/dds4ccm/examples/Large_Deployment/Common/Single_Service_Common.mpc: Generate svnt code as well. * connectors/dds4ccm/examples/Large_Deployment/Single_Service/Single_Service.mpc: * connectors/dds4ccm/examples/Large_Deployment/Single_Service/Single_Service_exec.h: * connectors/dds4ccm/examples/Large_Deployment/Single_Service/Single_Service_exec.cpp: Removed these files since they can be generated.
* Fri Dec 9 10:41:02 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-092-1/+6
| | | | | * docs/svn/config: Subversion should ignore *_svnt_T.*.
* Fri Dec 9 10:17:37 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-0910-666/+15
| | | | | | | | | | | | | | | * bin/ciao_tests.lst: * examples/Null_Component_Glfa: * examples/Null_Component_Glfa/Null_Component.idl: * examples/Null_Component_Glfa/Null_Component.mpc: * examples/Null_Component_Glfa/Null_Interface.idl: * examples/Null_Component_Glfa/Null_Interface.mpc: * examples/Null_Component_Glfa/descriptors: * examples/Null_Component_Glfa/descriptors/NodeMap.dat: * examples/Null_Component_Glfa/descriptors/Null_Homed.cdp: * examples/Null_Component_Glfa/descriptors/Null_Unhomed.cdp: * examples/Null_Component_Glfa/descriptors/run_test.pl: Removed this test. No need to test this anymore.
* Fri Dec 9 10:15:44 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-095-219/+10
| | | | | | | | | * tests/IDL_Test/Glfa: * tests/IDL_Test/Glfa/A.idl: * tests/IDL_Test/Glfa/A.mpc: * tests/IDL_Test/Glfa/B.idl: * tests/IDL_Test/Glfa/B.mpc: Removed these files. No need to test this anymore.
* Fri Dec 9 08:34:00 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-092-2/+7
| | | | | | * connectors/ami4ccm/tutorials/Hello/Hello_asm/ports/Hello_MyFoo_obj.mpc: Fixed compile errors related to the movement of the facet servants.
* Fri Dec 9 08:31:15 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-093-3/+8
| | | | | | | * connectors/dds4ccm/idl/dds4ccm_stub.mpc: * connectors/dds4ccm/idl/ndds/ndds_idltocpp_stub.mpc: Fixed compile errors related to the movement of the facet servants.
* Fri Dec 9 07:57:33 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-0919-39/+43
| | | | | | | | | | | | | | | | | | | | | | | * connectors/ami4ccm/examples/Quoter/Base/Quoter.mpc: * connectors/ami4ccm/tests/AsynchT/Base/AsynchT.mpc: * connectors/ami4ccm/tests/DelReplyH/Base/DelReplyH.mpc: * connectors/ami4ccm/tests/Exceptions/Base/ExceptionT.mpc: * connectors/ami4ccm/tests/GetComp/Base/GetComp.mpc: * connectors/ami4ccm/tests/IDL_Test/AMI4CCM_IDLTest.mpc: * connectors/ami4ccm/tests/InterInArgs/Base/InterInArgsT.mpc: * connectors/ami4ccm/tests/InterInOutArgs/Base/InterInOutT.mpc: * connectors/ami4ccm/tests/InterMulti/Base/InterMulti.mpc: * connectors/ami4ccm/tests/InterOutArgs/Base/InterOutArgsT.mpc: * connectors/ami4ccm/tests/InterReturn/Base/InterReturnT.mpc: * connectors/ami4ccm/tests/NoConnection/Base/HelloT.mpc: * connectors/ami4ccm/tests/NoReplyH/Base/NoReplyH.mpc: * connectors/ami4ccm/tests/OneProcess/Base/OneProcess.mpc: * connectors/ami4ccm/tests/OneReplyH/Base/OneReplyH.mpc: * connectors/ami4ccm/tests/SimplexMulti/Base/UsesSM.mpc: * connectors/ami4ccm/tests/ThreeComp/Base/ThreeComp.mpc: * connectors/ami4ccm/tests/UsesMulti/Base/UsesMulti.mpc: Fixed compile errors related to the movement of the facet servants.
* Thu Dec 8 14:43:36 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-087-11/+15
| | | | | | | | | | | | * TAO_IDL/be/be_visitor_component/context_svth.cpp: * TAO_IDL/be/be_visitor_component/context_svts.cpp: Removed export macro for contextes. * TAO_IDL/be/be_visitor_component.cpp: * TAO_IDL/be/be_visitor_interface/facet_svts.cpp: * TAO_IDL/be/be_visitor_interface/interface_svth.cpp: * TAO_IDL/be/be_visitor_interface/interface_svts.cpp: Fixed warnings.
* Thu Dec 8 14:38:45 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-083-1/+9
| | | | | | | | * ciao/Servants/Extension/Servant_Impl_T.h: Added missing include. * connectors/ami4ccm/examples/Hello/Base/Hello.mpc: Removed -Gsv IDL compiler flag.
* Thu Dec 8 14:16:52 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-0822-435/+602
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO_IDL/be/be_produce.cpp: * TAO_IDL/be/be_provides.cpp: * TAO_IDL/be/be_visitor_component.cpp: * TAO_IDL/be/be_visitor_component/component_svth.cpp: * TAO_IDL/be/be_visitor_component/component_svts.cpp: * TAO_IDL/be/be_visitor_interface.cpp: * TAO_IDL/be/be_visitor_interface/facet_svth.cpp: * TAO_IDL/be/be_visitor_interface/facet_svts.cpp: * TAO_IDL/be/be_visitor_interface/interface_svth.cpp: * TAO_IDL/be/be_visitor_interface/interface_svts.cpp: * TAO_IDL/be/be_visitor_module/module.cpp: * TAO_IDL/be/be_visitor_operation/operation_svs.cpp: * TAO_IDL/be_include/be_provides.h: * TAO_IDL/be_include/be_visitor_component.h: * TAO_IDL/be_include/be_visitor_interface.h: * TAO_IDL/be_include/be_visitor_interface/facet_svth.h: * TAO_IDL/be_include/be_visitor_interface/facet_svts.h: * TAO_IDL/be_include/be_visitor_interface/interface_svth.h: * TAO_IDL/be_include/be_visitor_interface/interface_svts.h: * TAO_IDL/be/be_visitor_component/facet_svth.cpp: * TAO_IDL/be/be_visitor_component/facet_svts.cpp: * TAO_IDL/be_include/be_visitor_component/facet_svth.h: * TAO_IDL/be_include/be_visitor_component/facet_svts.h: Moved the generation of the facet servants to the place where they are declared (from the place where they were used). -Gsv needs to set as command line option.
* Wed Dec 7 13:26:49 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-072-14/+19
| | | | | * TAO_IDL/be/be_visitor_component/servant_svs.cpp: Fixed errors in logging.
* Wed Dec 7 12:34:49 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-073-39/+17
| | | | | | | * TAO_IDL/be/be_visitor_component/context_svth.cpp: * TAO_IDL/be/be_visitor_component/context_svts.cpp: No need to visit the component_scope; just visit the scope is enough..
* Wed Dec 7 07:34:56 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-073-2/+51
| | | | | | | | * TAO_IDL/be/be_codegen.cpp: * TAO_IDL/be_include/be_codegen.h: Reduced the number of generated include files. Also generated a include guard for the servant template source code.
* Wed Dec 7 07:34:23 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-073-0/+9
| | | | | | * ciao/Servants/Facet_Servant_Base_T.h: * ciao/Servants/Session/Servant_Impl_T.h: Added some necessary includes.
* Tue Dec 6 13:25:04 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-063-8/+12
| | | | | | * TAO_IDL/be/be_visitor_component/context_svth.cpp: * TAO_IDL/be/be_visitor_component/context_svts.cpp: Fixed generation issues in case dds4ccm
* Tue Dec 6 09:22:09 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-066-136/+14
| | | | | | | | | | | | | | * TAO_IDL/be/be_visitor_component/component_svts.cpp: Removed comments. * TAO_IDL/be/be_visitor_root.cpp: * TAO_IDL/be_include/be_visitor_root.h: Removed reference to the files below. * TAO_IDL/be/be_visitor_root/root_ex_svs.cpp: * TAO_IDL/be_include/be_visitor_root/root_ex_svs.h: Removed these files since a separate servant file is not needed.
* Tue Dec 6 09:15:52 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-069-182/+68
| | | | | | | | | | | | | | | * TAO_IDL/be/be_codegen.cpp: * TAO_IDL/be/be_global.cpp: * TAO_IDL/be/be_produce.cpp: * TAO_IDL/be/be_visitor_component/component.cpp: * TAO_IDL/be/be_visitor_module/module.cpp: * TAO_IDL/be/be_visitor_root/root_ex_svs.cpp: * TAO_IDL/be_include/be_global.h: No need to create a new type of svnt file. * TAO_IDL/be_include/be_codegen.h: Using pragma ciao lem to determine which files to include.
* Mon Dec 5 19:33:12 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-056-12/+65
| | | | | | | | | | * TAO_IDL/be/be_produce.cpp: * TAO_IDL/be/be_visitor_root.cpp: * TAO_IDL/be/be_visitor_root/root_ex_svs.cpp: * TAO_IDL/be_include/be_visitor_root.h: * TAO_IDL/be_include/be_visitor_root/root_ex_svs.h: * TAO_IDL/be/be_visitor_root/root_ex_svnt.cpp: Renamed _svnt files since these are ignored by subversion
* Mon Dec 5 19:10:07 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-052-1/+9
| | | | | | | | * connectors/dds4ccm/idl/dds4ccm_stub.mpc: Removed -Glem for generation of dds4ccm_entity.idl and ccm_dds.idl since it was not necessary to create the local executor mapping (at least, the generated files were not compiled)
* Mon Dec 5 18:43:32 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-054-5/+10
| | | | | | | * TAO_IDL/be/be_codegen.cpp: * TAO_IDL/be/be_global.cpp: * TAO_IDL/be/be_produce.cpp: Reduced the restrictions for generating an executor servant.
* Mon Dec 5 18:41:32 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-052-1/+8
| | | | | | | * connectors/dds4ccm/idl/dds4ccm_stub.mpc: Removed -Glem since it was added a second time. At that point dds4ccm_QueryFilter was generated with -Glem (which is not necessary).
* Mon Dec 5 16:08:50 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-0512-39/+270
| | | | | | | | | | | | | | | | | | | * TAO_IDL/be/be_codegen.cpp: * TAO_IDL/be/be_global.cpp: * TAO_IDL/be/be_produce.cpp: * TAO_IDL/be/be_visitor_component/component.cpp: * TAO_IDL/be/be_visitor_module/module.cpp: * TAO_IDL/be/be_visitor_root.cpp: * TAO_IDL/be/be_visitor_root/root_ex_svnt.cpp: * TAO_IDL/be_include/be_codegen.h: * TAO_IDL/be_include/be_global.h: * TAO_IDL/be_include/be_helper.h: * TAO_IDL/be_include/be_visitor_root.h: Generate a new svnt.h which is a place holder for the _svnt_T.h files. This will be included via S.h. The new _svnt.h is only generated when the ciao lem pragma is used or when -Glem is part of the command line options.
* Sun Dec 4 16:04:04 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-042-13/+28
| | | | | * TAO_IDL/be/be_codegen.cpp: One step closer in solving AMI4CCM compile issues.
* Fri Dec 2 15:57:52 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-024-2/+11
| | | | | | | * TAO_IDL/be/be_provides.cpp: * TAO_IDL/be/be_visitor_component/context_svth.cpp: * TAO_IDL/be/be_visitor_component/context_svts.cpp: No multiple inheritance so no virtual needed.
* Use some more be_nl_2 to zap spacesJohnny Willemsen2011-12-022-3/+3
|
* Fri Dec 2 14:59:28 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-0210-12/+158
| | | | | | | | | | | | | | | | * TAO_IDL/be/be_codegen.cpp: * TAO_IDL/be/be_global.cpp: * TAO_IDL/be_include/be_codegen.h: * TAO_IDL/be_include/be_global.h: Include base file into inherited template header file. * TAO_IDL/be/be_visitor_component/component_svth.cpp: * TAO_IDL/be/be_visitor_component/component_svts.cpp: * TAO_IDL/be/be_visitor_component/facet_svth.cpp: * TAO_IDL/be/be_visitor_component/facet_svts.cpp: * TAO_IDL/be_include/be_visitor_component/component_svts.h: Contexts are now template classes which derive from their template base classes.
* Fri Dec 2 08:00:16 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-0214-98/+141
| | | | | | | | | | | | | | | | | | | | | | | | * TAO_IDL/be/be_codegen.cpp: * TAO_IDL/be/be_visitor_component.cpp: * TAO_IDL/be/be_visitor_component/component_svh.cpp: * TAO_IDL/be/be_visitor_component/component_svs.cpp: * TAO_IDL/be/be_visitor_component/component_svth.cpp: * TAO_IDL/be/be_visitor_component/component_svts.cpp: * TAO_IDL/be/be_visitor_component/context_svth.cpp: * TAO_IDL/be/be_visitor_component/context_svts.cpp: * TAO_IDL/be/be_visitor_component/servant_svh.cpp: * TAO_IDL/be/be_visitor_component/servant_svs.cpp: * TAO_IDL/be_include/be_visitor_component.h: * TAO_IDL/be_include/be_visitor_component/context_svth.h: * TAO_IDL/be_include/be_visitor_component/context_svts.h: Context implementation is now templated. Therefor renamed context_sv* files. * TAO_IDL/be/be_visitor_component/context_svh.cpp: * TAO_IDL/be/be_visitor_component/context_svs.cpp: * TAO_IDL/be_include/be_visitor_component/context_svh.h: * TAO_IDL/be_include/be_visitor_component/context_svs.h: Removed these files.