summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarvindk <arvindk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-01-10 16:55:52 +0000
committerarvindk <arvindk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-01-10 16:55:52 +0000
commita15eeb4b8237ec07981a8cc4947f2cf347f5b615 (patch)
tree7bb04a885f9a0364181f9989d57ebd741e881f90
parentf6d484330fd665b86534c3232d5b34128472a1d3 (diff)
downloadATCD-a15eeb4b8237ec07981a8cc4947f2cf347f5b615.tar.gz
ChangelogTag: Mon Jan 10 10:51:18 2005 Arvind S. Krishna <arvindk@dre.vanderbilt.edu>
-rw-r--r--TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp2
-rw-r--r--TAO/tao/Strategies/UIOP_Connection_Handler.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp b/TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp
index 57a46db94c8..9e661c3d264 100644
--- a/TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp
+++ b/TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp
@@ -55,7 +55,7 @@ TAO_SHMIOP_Connection_Handler::TAO_SHMIOP_Connection_Handler (TAO_ORB_Core *orb_
// store this pointer (indirectly increment ref count)
this->transport (specific_transport);
#else
- ACE_UNUSED_ARG (orb_Core);
+ ACE_UNUSED_ARG (orb_core);
ACE_UNUSED_ARG (flag);
#endif
}
diff --git a/TAO/tao/Strategies/UIOP_Connection_Handler.cpp b/TAO/tao/Strategies/UIOP_Connection_Handler.cpp
index 706957d0b85..391f216fea7 100644
--- a/TAO/tao/Strategies/UIOP_Connection_Handler.cpp
+++ b/TAO/tao/Strategies/UIOP_Connection_Handler.cpp
@@ -57,7 +57,7 @@ TAO_UIOP_Connection_Handler::TAO_UIOP_Connection_Handler (
// store this pointer (indirectly increment ref count)
this->transport (specific_transport);
#else
- ACE_UNUSED_ARG (orb_Core);
+ ACE_UNUSED_ARG (orb_core);
ACE_UNUSED_ARG (flag);
#endif