summaryrefslogtreecommitdiff
path: root/TAO/tao/Stub.i
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-04 00:38:11 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-04 00:38:11 +0000
commit3b3c3d425a7fad3f2dff986629d8317961d3b08a (patch)
tree11253c08a3d9636b30a1fd06847acdd6c852a72c /TAO/tao/Stub.i
parent56da7278d5e2cb953ec1e62e73a4ddef17e210da (diff)
downloadATCD-3b3c3d425a7fad3f2dff986629d8317961d3b08a.tar.gz
ChangeLogTag:Sat Mar 3 16:31:31 2001 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'TAO/tao/Stub.i')
-rw-r--r--TAO/tao/Stub.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Stub.i b/TAO/tao/Stub.i
index dae3d044b8d..02c950c6e5e 100644
--- a/TAO/tao/Stub.i
+++ b/TAO/tao/Stub.i
@@ -323,7 +323,7 @@ TAO_Stub_Auto_Ptr::reset (TAO_Stub *p)
ACE_INLINE TAO_Stub *
TAO_Stub_Auto_Ptr::operator-> () const
{
- ACE_TRACE ("auto_ptr::operator->");
+ ACE_TRACE ("TAO_Stub_Auto_Ptr::operator->");
return this->get ();
}