summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeliazkov_i <jeliazkov_i@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-29 18:21:18 +0000
committerjeliazkov_i <jeliazkov_i@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-29 18:21:18 +0000
commite5f6b0e944089e26c5f7c2f68a7b4af7561ec9ae (patch)
treef3ddeb561bd53ad3e4f167d0037904db18bda2a8
parent7276195883b8fe5b92f5d6319fd3a5dd08a78562 (diff)
downloadATCD-e5f6b0e944089e26c5f7c2f68a7b4af7561ec9ae.tar.gz
Wed Sep 29 13:12:27 2004 Iliyan Jeliazkov <jeliazkov_i@ociweb.com>
* orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.h: There is no specific need for make_secure_profile () to be virtual.
-rw-r--r--TAO/ChangeLog111
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.h3
2 files changed, 61 insertions, 53 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 1874c94411f..c193af1e8cb 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,11 +1,18 @@
+Wed Sep 29 13:12:27 2004 Iliyan Jeliazkov <jeliazkov_i@ociweb.com>
+
+ * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.h:
+
+ There is no specific need for make_secure_profile ()
+ to be virtual.
+
Wed Sep 29 10:12:43 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/be/be_interface.cpp:
* TAO_IDLbe/be_visitor_interface/interface_ch.cpp:
* TAO_IDLbe/be_visitor_interface/interface_cs.cpp:
* TAO_IDLbe_include/be_interface.h:
-
- For local interfaces that inherit directly from
+
+ For local interfaces that inherit directly from
Components::SessionComponent, added code generation for
empty implementations of ciao_preactivate() and
ciao_postactivate(). These operations are pure virtual in
@@ -16,9 +23,9 @@ Wed Sep 29 10:12:43 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
Wed Sep 29 07:31:34 2004 J.T. Conklin <jtc@acorntoolworks.com>
- * tao/Makefile.am:
+ * tao/Makefile.am:
- Updated.
+ Updated.
Wed Sep 29 10:52:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
@@ -33,61 +40,61 @@ Wed Sep 29 07:41:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Tue Sep 28 20:55:26 2004 Carlos O'Ryan <coryan@atdesk.com>
- * tests/Sequence_Unit_Tests/bounded_reference_allocation_traits.hpp:
- * tests/Sequence_Unit_Tests/bounded_value_allocation_traits.hpp:
- * tests/Sequence_Unit_Tests/unbounded_reference_allocation_traits.hpp:
- * tests/Sequence_Unit_Tests/unbounded_value_allocation_traits.hpp:
- * tests/Sequence_Unit_Tests/allocation_traits.hpp:
- Refactored each allocation trait to its own file. Also
- eliminated some rather convoluted hierarchy between the
- reference and value allocation traits. The code is much easier
- to understand now.
-
- * tests/Sequence_Unit_Tests/testing_allocation_traits.hpp:
- * tests/Sequence_Unit_Tests/bounded_basic_string_sequence.hpp:
- * tests/Sequence_Unit_Tests/bounded_value_sequence.hpp:
- * tests/Sequence_Unit_Tests/unbounded_basic_string_sequence.hpp:
- * tests/Sequence_Unit_Tests/unbounded_value_sequence.hpp:
- * tests/Sequence_Unit_Tests/testing_allocation_traits_ut.cpp:
- * tests/Sequence_Unit_Tests/unbounded_string_sequence_ut.cpp:
- Fixed the #includes and the class names.
-
- * tests/Sequence_Unit_Tests/bounded_value_sequence_ut.cpp:
- * tests/Sequence_Unit_Tests/unbounded_value_sequence_ut.cpp:
- Fixed the #includes, define all types based on the tested
- sequence (do you see the template code asking to be refactored?)
+ * tests/Sequence_Unit_Tests/bounded_reference_allocation_traits.hpp:
+ * tests/Sequence_Unit_Tests/bounded_value_allocation_traits.hpp:
+ * tests/Sequence_Unit_Tests/unbounded_reference_allocation_traits.hpp:
+ * tests/Sequence_Unit_Tests/unbounded_value_allocation_traits.hpp:
+ * tests/Sequence_Unit_Tests/allocation_traits.hpp:
+ Refactored each allocation trait to its own file. Also
+ eliminated some rather convoluted hierarchy between the
+ reference and value allocation traits. The code is much easier
+ to understand now.
+
+ * tests/Sequence_Unit_Tests/testing_allocation_traits.hpp:
+ * tests/Sequence_Unit_Tests/bounded_basic_string_sequence.hpp:
+ * tests/Sequence_Unit_Tests/bounded_value_sequence.hpp:
+ * tests/Sequence_Unit_Tests/unbounded_basic_string_sequence.hpp:
+ * tests/Sequence_Unit_Tests/unbounded_value_sequence.hpp:
+ * tests/Sequence_Unit_Tests/testing_allocation_traits_ut.cpp:
+ * tests/Sequence_Unit_Tests/unbounded_string_sequence_ut.cpp:
+ Fixed the #includes and the class names.
+
+ * tests/Sequence_Unit_Tests/bounded_value_sequence_ut.cpp:
+ * tests/Sequence_Unit_Tests/unbounded_value_sequence_ut.cpp:
+ Fixed the #includes, define all types based on the tested
+ sequence (do you see the template code asking to be refactored?)
Tue Sep 28 20:22:16 2004 Carlos O'Ryan <coryan@atdesk.com>
- * tests/Sequence_Unit_Tests/bounded_basic_string_sequence.hpp:
- * tests/Sequence_Unit_Tests/unbounded_basic_string_sequence.hpp:
- Refactored implementation of string sequences to a class
- template. The character type is the template parameter.
-
- * tests/Sequence_Unit_Tests/string_traits.hpp:
- Fixed bug in the implementation of the string traits. I used
- the wrong type, but it was not a problem until the wide-strings
- were tested.
-
- * tests/Sequence_Unit_Tests/bounded_string_sequence.hpp:
- * tests/Sequence_Unit_Tests/unbounded_string_sequence.hpp:
- * tests/Sequence_Unit_Tests/bounded_wstring_sequence.hpp:
- * tests/Sequence_Unit_Tests/unbounded_wstring_sequence.hpp:
- Implemented wrappers for the parametric string classes.
-
- * tests/Sequence_Unit_Tests/string_sequence_tester.hpp:
- * tests/Sequence_Unit_Tests/bounded_string_sequence_ut.cpp:
- * tests/Sequence_Unit_Tests/unbounded_string_sequence_ut.cpp:
- Re-write the unit tests as templates so we can test both regular
- and wide-character strings in the same code. The trick was to
- provide a helper class to encapsulate comparisons, sample
- strings, etc.
+ * tests/Sequence_Unit_Tests/bounded_basic_string_sequence.hpp:
+ * tests/Sequence_Unit_Tests/unbounded_basic_string_sequence.hpp:
+ Refactored implementation of string sequences to a class
+ template. The character type is the template parameter.
+
+ * tests/Sequence_Unit_Tests/string_traits.hpp:
+ Fixed bug in the implementation of the string traits. I used
+ the wrong type, but it was not a problem until the wide-strings
+ were tested.
+
+ * tests/Sequence_Unit_Tests/bounded_string_sequence.hpp:
+ * tests/Sequence_Unit_Tests/unbounded_string_sequence.hpp:
+ * tests/Sequence_Unit_Tests/bounded_wstring_sequence.hpp:
+ * tests/Sequence_Unit_Tests/unbounded_wstring_sequence.hpp:
+ Implemented wrappers for the parametric string classes.
+
+ * tests/Sequence_Unit_Tests/string_sequence_tester.hpp:
+ * tests/Sequence_Unit_Tests/bounded_string_sequence_ut.cpp:
+ * tests/Sequence_Unit_Tests/unbounded_string_sequence_ut.cpp:
+ Re-write the unit tests as templates so we can test both regular
+ and wide-character strings in the same code. The trick was to
+ provide a helper class to encapsulate comparisons, sample
+ strings, etc.
Tue Sep 28 14:15:31 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
- * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.h:
+ * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.h:
- Updated out-of-date doxygen documentation.
+ Updated out-of-date doxygen documentation.
Tue Sep 28 15:06:50 2004 Iliyan Jeliazkov <jeliazkov_i@ociweb.com>
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.h b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.h
index 6168e866f84..e49ab556126 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.h
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.h
@@ -92,7 +92,8 @@ namespace TAO
virtual int cancel_svc_handler (TAO_Connection_Handler * svc_handler);
//@}
- virtual TAO_Profile * make_secure_profile (ACE_ENV_SINGLE_ARG_DECL);
+ /// SSL-specific profile
+ TAO_Profile * make_secure_profile (ACE_ENV_SINGLE_ARG_DECL);
/// IIOP-specific connection establishment.
/**