summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-29 02:12:52 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-29 02:12:52 +0000
commit9e57d4154a91e34fb979c1a250bcf3bd3dfd6c87 (patch)
tree26cef5d854561a1d23472542614ccf2f9da2a38d
parent113dec929a0f75c4dd617574f2f429d6764662cd (diff)
downloadATCD-9e57d4154a91e34fb979c1a250bcf3bd3dfd6c87.tar.gz
ChangeLogTag:Mon Aug 28 19:09:11 2000 Carlos O'Ryan <coryan@uci.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a99
-rw-r--r--TAO/tao/DynamicAny/DynAny_i.cpp1
-rw-r--r--TAO/tao/DynamicAny/DynArray_i.cpp1
-rw-r--r--TAO/tao/DynamicAny/DynEnum_i.cpp1
-rw-r--r--TAO/tao/DynamicAny/DynSequence_i.cpp1
-rw-r--r--TAO/tao/DynamicAny/DynStruct_i.cpp1
-rw-r--r--TAO/tao/DynamicAny/DynUnion_i.cpp1
7 files changed, 61 insertions, 44 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index b8bfbbc4b24..9a7f6879ed5 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,65 +1,76 @@
+Mon Aug 28 19:09:11 2000 Carlos O'Ryan <coryan@uci.edu>
+
+ * tao/DynamicAny/DynAny_i.cpp:
+ * tao/DynamicAny/DynArray_i.cpp:
+ * tao/DynamicAny/DynEnum_i.cpp:
+ * tao/DynamicAny/DynSequence_i.cpp:
+ * tao/DynamicAny/DynStruct_i.cpp:
+ * tao/DynamicAny/DynUnion_i.cpp:
+ Use ACE_UNUSED_ARG to eliminate warnings on builds with
+ exceptions enabled.
+
Mon Aug 28 16:19:16 2000 Ossama Othman <ossama@uci.edu>
- * tao/IOP.pidl (TaggedComponentList):
+ * tao/IOP.pidl (TaggedComponentList):
- Added this typedef. It is a sequence of TaggedComponents. The
- SecurityReplaceable module from the CORBA Security Service needs
- this typedef.
+ Added this typedef. It is a sequence of TaggedComponents. The
+ SecurityReplaceable module from the CORBA Security Service needs
+ this typedef.
Mon Aug 28 17:41:12 2000 Angelo Corsaro <corsaro@cs.wustl.edu>
- * test/Exposed_Policies/Counter_i.h
- * test/Exposed_Policies/Counter_i.cpp
- * test/Exposed_Policies/Counter.idl
-
- Added method to IDL interface and related
- servant implementation.
+ * test/Exposed_Policies/Counter_i.h
+ * test/Exposed_Policies/Counter_i.cpp
+ * test/Exposed_Policies/Counter.idl
+
+ Added method to IDL interface and related
+ servant implementation.
Mon Aug 28 17:28:45 2000 Angelo Corsaro <corsaro@cs.wustl.edu>
- * test/Exposed_Policies/Policy_Tester.h:
- * test/Exposed_Policies/Policy_Tester.cpp:
- * test/Exposed_Policies/Policy_Verifier.h:
- * test/Exposed_Policies/Policy_Verifier.cpp:
- * test/Exposed_Policies/RT_Properties.h:
- * test/Exposed_Policies/RT_Properties.cpp:
- * test/Exposed_Policies/client.cpp:
- * test/Exposed_Policies/server.cpp
- * test/Exposed_Policies/Server.dsp
- * test/Exposed_Policies/Client.dsp
- * test/Exposed_Policies/README
-
- Extended sample to auto-check if the policies embedded
- in the IOR are the same that were specified in the
- config files.
+ * test/Exposed_Policies/Policy_Tester.h:
+ * test/Exposed_Policies/Policy_Tester.cpp:
+ * test/Exposed_Policies/Policy_Verifier.h:
+ * test/Exposed_Policies/Policy_Verifier.cpp:
+ * test/Exposed_Policies/RT_Properties.h:
+ * test/Exposed_Policies/RT_Properties.cpp:
+ * test/Exposed_Policies/client.cpp:
+ * test/Exposed_Policies/server.cpp
+ * test/Exposed_Policies/Server.dsp
+ * test/Exposed_Policies/Client.dsp
+ * test/Exposed_Policies/README
+
+ Extended sample to auto-check if the policies embedded
+ in the IOR are the same that were specified in the
+ config files.
Mon Aug 28 14:05:36 2000 Ossama Othman <ossama@uci.edu>
- * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Acceptor.h:
- * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Acceptor.cpp (init_tcp_properties,
- open_i):
+ * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Acceptor.h:
+ * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Acceptor.cpp (init_tcp_properties,
+ open_i):
+
+ Initialize the TCP properties specific to the SSLIOP pluggable
+ protocol.
- Initialize the TCP properties specific to the SSLIOP pluggable
- protocol.
-
- * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connect.h:
- * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connect.cpp:
+ * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connect.h:
+ * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connect.cpp:
- Added TCP properties argument to the server connection handler
- constructor. This argument is used to initialize the TCP
- properties to be used by the SSLIOP pluggable protocol during
- communication.
+ Added TCP properties argument to the server connection handler
+ constructor. This argument is used to initialize the TCP
+ properties to be used by the SSLIOP pluggable protocol during
+ communication.
- (open):
+ (open):
- Obtain TCP properties from the newly added TCP_Properties
- structure instead of the corresponding members in
- TAO_ORB_Parameters.
+ Obtain TCP properties from the newly added TCP_Properties
+ structure instead of the corresponding members in
+ TAO_ORB_Parameters.
- * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Factory.cpp:
+ * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Factory.cpp:
- Initialize TAO_Protocol_Factory base class with the appropriate
- protocol tag (TAO_TAG_IIOP_PROFILE).
+ Initialize TAO_Protocol_Factory base class with the appropriate
+ protocol tag (TAO_TAG_IIOP_PROFILE).
Mon Aug 28 11:49:46 2000 Carlos O'Ryan <coryan@uci.edu>
diff --git a/TAO/tao/DynamicAny/DynAny_i.cpp b/TAO/tao/DynamicAny/DynAny_i.cpp
index 95938283666..9c00f5c3a3c 100644
--- a/TAO/tao/DynamicAny/DynAny_i.cpp
+++ b/TAO/tao/DynamicAny/DynAny_i.cpp
@@ -1140,6 +1140,7 @@ TAO_DynAny_i::get_longdouble (
))
{
CORBA::LongDouble ret;
+ ACE_UNUSED_ARG (ret);
ACE_THROW_RETURN (CORBA::NO_IMPLEMENT (), ret);
}
diff --git a/TAO/tao/DynamicAny/DynArray_i.cpp b/TAO/tao/DynamicAny/DynArray_i.cpp
index 24534c1320c..f2be4f985b7 100644
--- a/TAO/tao/DynamicAny/DynArray_i.cpp
+++ b/TAO/tao/DynamicAny/DynArray_i.cpp
@@ -1670,6 +1670,7 @@ TAO_DynArray_i::get_longdouble (
))
{
CORBA::LongDouble ret;
+ ACE_UNUSED_ARG (ret);
ACE_THROW_RETURN (CORBA::NO_IMPLEMENT (), ret);
}
diff --git a/TAO/tao/DynamicAny/DynEnum_i.cpp b/TAO/tao/DynamicAny/DynEnum_i.cpp
index 721406749f4..bf1fcf5cf54 100644
--- a/TAO/tao/DynamicAny/DynEnum_i.cpp
+++ b/TAO/tao/DynamicAny/DynEnum_i.cpp
@@ -738,6 +738,7 @@ TAO_DynEnum_i::get_longdouble (
))
{
CORBA::LongDouble ret;
+ ACE_UNUSED_ARG (ret);
ACE_THROW_RETURN (CORBA::NO_IMPLEMENT (), ret);
}
diff --git a/TAO/tao/DynamicAny/DynSequence_i.cpp b/TAO/tao/DynamicAny/DynSequence_i.cpp
index 53c35ea648d..4c46e3986b4 100644
--- a/TAO/tao/DynamicAny/DynSequence_i.cpp
+++ b/TAO/tao/DynamicAny/DynSequence_i.cpp
@@ -1763,6 +1763,7 @@ TAO_DynSequence_i::get_longdouble (
))
{
CORBA::LongDouble ret;
+ ACE_UNUSED_ARG (ret);
ACE_THROW_RETURN (CORBA::NO_IMPLEMENT (), ret);
}
diff --git a/TAO/tao/DynamicAny/DynStruct_i.cpp b/TAO/tao/DynamicAny/DynStruct_i.cpp
index 9854e6c2b2b..0bf9c67a51a 100644
--- a/TAO/tao/DynamicAny/DynStruct_i.cpp
+++ b/TAO/tao/DynamicAny/DynStruct_i.cpp
@@ -1713,6 +1713,7 @@ TAO_DynStruct_i::get_longdouble (
))
{
CORBA::LongDouble ret;
+ ACE_UNUSED_ARG (ret);
ACE_THROW_RETURN (CORBA::NO_IMPLEMENT (), ret);
}
diff --git a/TAO/tao/DynamicAny/DynUnion_i.cpp b/TAO/tao/DynamicAny/DynUnion_i.cpp
index 731c638d70d..d58cf0d1e12 100644
--- a/TAO/tao/DynamicAny/DynUnion_i.cpp
+++ b/TAO/tao/DynamicAny/DynUnion_i.cpp
@@ -2327,6 +2327,7 @@ TAO_DynUnion_i::get_longdouble (
))
{
CORBA::LongDouble ret;
+ ACE_UNUSED_ARG (ret);
ACE_THROW_RETURN (CORBA::NO_IMPLEMENT (), ret);
}