summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-28 20:18:59 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-28 20:18:59 +0000
commit742ff892f6904e4bc665d5cb199c2ea01f21ccd8 (patch)
tree3278237b6a4e4907fcfeb9d7071324e6297114ae /TAO
parent2185cf7666e9a539e533c001ff4d29dd2dc6ca65 (diff)
downloadATCD-742ff892f6904e4bc665d5cb199c2ea01f21ccd8.tar.gz
hangeLogTag: Mon Jul 28 15:16:03 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_ss.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/thru_poa_proxy_impl_ss.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_ss.cpp b/TAO/TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_ss.cpp
index e740be20c01..9dd34a11de8 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_ss.cpp
@@ -202,8 +202,8 @@ be_visitor_interface_strategized_proxy_broker_ss::gen_thru_poa_operations (
void
be_visitor_interface_strategized_proxy_broker_ss::gen_direct_operations (
- be_interface *node,
- TAO_OutStream *os
+ be_interface *,
+ TAO_OutStream *
)
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/thru_poa_proxy_impl_ss.cpp b/TAO/TAO_IDL/be/be_visitor_operation/thru_poa_proxy_impl_ss.cpp
index 0bcff4d1ce7..1fbf2912f5d 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/thru_poa_proxy_impl_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/thru_poa_proxy_impl_ss.cpp
@@ -183,7 +183,7 @@ be_visitor_operation_thru_poa_proxy_impl_ss::visit_operation (
int
be_visitor_operation_thru_poa_proxy_impl_ss::gen_invoke (
- be_visitor_context &ctx,
+ be_visitor_context &,
be_operation *node
)
{