summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-06-15 14:03:49 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-06-15 14:03:49 +0000
commitd52216933154b4c2178cf1c6f8b132db6b7fbae3 (patch)
tree97597c2d70e4b646a2129210e156e14091cf5465 /TAO/tao/AnyTypeCode
parent338d2699c9a8041b4ab05eb1740118d66783d740 (diff)
downloadATCD-d52216933154b4c2178cf1c6f8b132db6b7fbae3.tar.gz
ChangeLogTag: Tue Jun 15 14:02:32 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/tao/AnyTypeCode')
-rw-r--r--TAO/tao/AnyTypeCode/Any.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/AnyTypeCode/Any.cpp b/TAO/tao/AnyTypeCode/Any.cpp
index 6c6690fd6b7..05669e3bdee 100644
--- a/TAO/tao/AnyTypeCode/Any.cpp
+++ b/TAO/tao/AnyTypeCode/Any.cpp
@@ -523,7 +523,7 @@ operator <<= (CORBA::Any &any, const std::string & str)
}
void
-operator <<= (CORBA::Any &any, std::string * str)
+operator <<= (CORBA::Any &, std::string *)
{
// TODO
}