summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-29 15:23:43 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-29 15:23:43 +0000
commit82c24ef72c29ac67aa5ee2d0daa3a65842b2bc7e (patch)
tree0719e295aa376b8869612e81f1a555c7b9c43902
parent3bc8454e3b5c445627a44b99b70d15d65efeb89f (diff)
downloadATCD-82c24ef72c29ac67aa5ee2d0daa3a65842b2bc7e.tar.gz
ChangeLogTag: Wed Dec 29 09:22:51 1999 David L. Levine <levine@cs.wustl.edu>
-rw-r--r--TAO/ChangeLog-99c6
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Notify_ProxyConsumer_i.cpp16
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Notify_SupplierAdmin_i.cpp20
3 files changed, 24 insertions, 18 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 404378a5c62..159b7eb9322 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,9 @@
+Wed Dec 29 09:22:51 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * orbsvcs/orbsvcs/Notify/Notify_ProxyConsumer_i.cpp,
+ Notify_SupplierAdmin_i.cpp: commented out currently
+ unused args to avoid compiler warnings.
+
Wed Dec 29 07:21:51 1999 David L. Levine <levine@cs.wustl.edu>
* TAO_IDL/fe/lex.yy.cpp,lex.yy.cpp.diff: fixed lex.yy.cpp
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Notify_ProxyConsumer_i.cpp b/TAO/orbsvcs/orbsvcs/Notify/Notify_ProxyConsumer_i.cpp
index bc1efbf6f4d..de2d77918ee 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Notify_ProxyConsumer_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Notify_ProxyConsumer_i.cpp
@@ -17,12 +17,12 @@ TAO_Notify_ProxyConsumer_i::~TAO_Notify_ProxyConsumer_i (void)
}
void
-TAO_Notify_ProxyConsumer_i::init (CORBA::Environment &ACE_TRY_ENV)
+TAO_Notify_ProxyConsumer_i::init (CORBA::Environment & /* ACE_TRY_ENV */)
{
}
CosNotifyChannelAdmin::ProxyType TAO_Notify_ProxyConsumer_i::MyType (
- CORBA::Environment &ACE_TRY_ENV
+ CORBA::Environment & /* ACE_TRY_ENV */
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -34,7 +34,7 @@ CosNotifyChannelAdmin::ProxyType TAO_Notify_ProxyConsumer_i::MyType (
}
CosNotifyChannelAdmin::SupplierAdmin_ptr TAO_Notify_ProxyConsumer_i::MyAdmin (
- CORBA::Environment &ACE_TRY_ENV
+ CORBA::Environment & /* ACE_TRY_ENV */
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -46,8 +46,8 @@ CosNotifyChannelAdmin::SupplierAdmin_ptr TAO_Notify_ProxyConsumer_i::MyAdmin (
}
CosNotification::EventTypeSeq * TAO_Notify_ProxyConsumer_i::obtain_subscription_types (
- CosNotifyChannelAdmin::ObtainInfoMode mode,
- CORBA::Environment &ACE_TRY_ENV
+ CosNotifyChannelAdmin::ObtainInfoMode /* mode */,
+ CORBA::Environment & /* ACE_TRY_ENV */
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -59,9 +59,9 @@ CosNotification::EventTypeSeq * TAO_Notify_ProxyConsumer_i::obtain_subscription_
}
void TAO_Notify_ProxyConsumer_i::validate_event_qos (
- const CosNotification::QoSProperties & required_qos,
- CosNotification::NamedPropertyRangeSeq_out available_qos,
- CORBA::Environment &ACE_TRY_ENV
+ const CosNotification::QoSProperties & /* required_qos */,
+ CosNotification::NamedPropertyRangeSeq_out /* available_qos */,
+ CORBA::Environment & /* ACE_TRY_ENV */
)
ACE_THROW_SPEC ((
CORBA::SystemException,
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Notify_SupplierAdmin_i.cpp b/TAO/orbsvcs/orbsvcs/Notify/Notify_SupplierAdmin_i.cpp
index 5da673d8b10..bae4310cc27 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Notify_SupplierAdmin_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Notify_SupplierAdmin_i.cpp
@@ -44,7 +44,7 @@ TAO_Notify_SupplierAdmin_i::get_ref (CORBA::Environment &ACE_TRY_ENV)
}
CosNotifyChannelAdmin::AdminID TAO_Notify_SupplierAdmin_i::MyID (
- CORBA::Environment &ACE_TRY_ENV
+ CORBA::Environment & /* ACE_TRY_ENV */
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -70,7 +70,7 @@ TAO_Notify_SupplierAdmin_i::MyChannel (
}
CosNotifyChannelAdmin::InterFilterGroupOperator TAO_Notify_SupplierAdmin_i::MyOperator (
- CORBA::Environment &ACE_TRY_ENV
+ CORBA::Environment & /* ACE_TRY_ENV */
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -81,7 +81,7 @@ CosNotifyChannelAdmin::InterFilterGroupOperator TAO_Notify_SupplierAdmin_i::MyOp
}
CosNotifyChannelAdmin::ProxyIDSeq * TAO_Notify_SupplierAdmin_i::pull_consumers (
- CORBA::Environment &ACE_TRY_ENV
+ CORBA::Environment & /* ACE_TRY_ENV */
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -92,7 +92,7 @@ CosNotifyChannelAdmin::ProxyIDSeq * TAO_Notify_SupplierAdmin_i::pull_consumers (
}
CosNotifyChannelAdmin::ProxyIDSeq * TAO_Notify_SupplierAdmin_i::push_consumers (
- CORBA::Environment &ACE_TRY_ENV
+ CORBA::Environment & /* ACE_TRY_ENV */
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -103,8 +103,8 @@ CosNotifyChannelAdmin::ProxyIDSeq * TAO_Notify_SupplierAdmin_i::push_consumers (
}
CosNotifyChannelAdmin::ProxyConsumer_ptr TAO_Notify_SupplierAdmin_i::get_proxy_consumer (
- CosNotifyChannelAdmin::ProxyID proxy_id,
- CORBA::Environment &ACE_TRY_ENV
+ CosNotifyChannelAdmin::ProxyID /* proxy_id */,
+ CORBA::Environment & /* ACE_TRY_ENV */
)
ACE_THROW_SPEC ((
CORBA::SystemException,
@@ -116,9 +116,9 @@ CosNotifyChannelAdmin::ProxyConsumer_ptr TAO_Notify_SupplierAdmin_i::get_proxy_c
}
CosNotifyChannelAdmin::ProxyConsumer_ptr TAO_Notify_SupplierAdmin_i::obtain_notification_pull_consumer (
- CosNotifyChannelAdmin::ClientType ctype,
- CosNotifyChannelAdmin::ProxyID_out proxy_id,
- CORBA::Environment &ACE_TRY_ENV
+ CosNotifyChannelAdmin::ClientType /* ctype */,
+ CosNotifyChannelAdmin::ProxyID_out /* proxy_id */,
+ CORBA::Environment & /* ACE_TRY_ENV */
)
ACE_THROW_SPEC ((
CORBA::SystemException,
@@ -194,7 +194,7 @@ TAO_Notify_SupplierAdmin_i::obtain_notification_push_consumer (
}
void TAO_Notify_SupplierAdmin_i::destroy (
- CORBA::Environment &ACE_TRY_ENV
+ CORBA::Environment & /* ACE_TRY_ENV */
)
ACE_THROW_SPEC ((
CORBA::SystemException