summaryrefslogtreecommitdiff
path: root/TAO/tao/iioporb.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-06 05:47:33 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-06 05:47:33 +0000
commita71e1815097db0bca78def15771214414d61921a (patch)
treea7e1a3c346b841ec5132f77d597e460202687762 /TAO/tao/iioporb.h
parent38d151deca213320edce0738eee50c541e3d39d8 (diff)
downloadATCD-a71e1815097db0bca78def15771214414d61921a.tar.gz
o
Diffstat (limited to 'TAO/tao/iioporb.h')
-rw-r--r--TAO/tao/iioporb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/iioporb.h b/TAO/tao/iioporb.h
index 94a512581e2..fcb2cfa53f3 100644
--- a/TAO/tao/iioporb.h
+++ b/TAO/tao/iioporb.h
@@ -43,12 +43,12 @@ public:
~IIOP_ORB (void);
// destructor
- CORBA::Object_ptr string_to_object (CORBA::String str,
- CORBA::Environment &env);
+ CORBA::Object_ptr string_to_object (const CORBA::String str,
+ CORBA::Environment &env);
// Get an object reference from the IOR string
CORBA::String object_to_string (CORBA::Object_ptr obj,
- CORBA::Environment &env);
+ CORBA::Environment &env);
// Convert an object reference to an IOR stringified form
HRESULT __stdcall QueryInterface (REFIID riid,