summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-02-09 21:13:00 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-02-09 21:13:00 +0000
commit65def34240d44e87737687665493c2d493c4bc42 (patch)
tree99edb2cf27685ffaf4b81bf02173db8ee04fbc91 /TAO/TAO_IDL
parent4cb796be0a01c810760aa147be713e396502cddb (diff)
downloadATCD-65def34240d44e87737687665493c2d493c4bc42.tar.gz
ChangeLogTag: Thu Feb 9 21:07:51 UTC 2006 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL')
-rw-r--r--TAO/TAO_IDL/be/be_helper.cpp2
-rw-r--r--TAO/TAO_IDL/be_include/be_helper.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be/be_helper.cpp b/TAO/TAO_IDL/be/be_helper.cpp
index 9f5b4683ab0..c8ba868ba4b 100644
--- a/TAO/TAO_IDL/be/be_helper.cpp
+++ b/TAO/TAO_IDL/be/be_helper.cpp
@@ -516,7 +516,7 @@ TAO_OutStream::operator<< (const TAO_ENV_ARG& i)
}
TAO_OutStream &
-TAO_OutStream::operator<< (TAO_ACE_CHECK& i)
+TAO_OutStream::operator<< (const TAO_ACE_CHECK& i)
{
if (!be_global->use_raw_throw ())
{
diff --git a/TAO/TAO_IDL/be_include/be_helper.h b/TAO/TAO_IDL/be_include/be_helper.h
index 95cc6bf2b72..450d1c1a970 100644
--- a/TAO/TAO_IDL/be_include/be_helper.h
+++ b/TAO/TAO_IDL/be_include/be_helper.h
@@ -239,7 +239,7 @@ public:
TAO_OutStream &operator<< (const TAO_ENV_ARG& i);
// Conditional and generic output for all forms of "ACE_ENV_*".
- TAO_OutStream &operator<< (TAO_ACE_CHECK& i);
+ TAO_OutStream &operator<< (const TAO_ACE_CHECK& i);
// Conditional and generic output for all forms of "ACE_CHECK".
TAO_OutStream &operator<< (const TAO_ACE_TRY_CHECK& i);