diff options
Diffstat (limited to 'TAO/examples/Borland/ORBThread.cpp')
-rw-r--r-- | TAO/examples/Borland/ORBThread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Borland/ORBThread.cpp b/TAO/examples/Borland/ORBThread.cpp index 71b761ffb89..278b384362a 100644 --- a/TAO/examples/Borland/ORBThread.cpp +++ b/TAO/examples/Borland/ORBThread.cpp @@ -46,7 +46,7 @@ void __fastcall TORBThread::Execute () } catch (CORBA::Exception& e) { - ShowMessage (e._id ()); + ShowMessage (e._rep_id ()); Application->Terminate (); } } |