summaryrefslogtreecommitdiff
path: root/TAO/utils/wxNamingViewer/wxNamingTree.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2002-09-02 14:11:25 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2002-09-02 14:11:25 +0000
commit66ccbadc97654e2c21d9cad7d770b958b83d4e85 (patch)
tree5c6be1d78ac864bc4cc6a7bb21a0925716cde81b /TAO/utils/wxNamingViewer/wxNamingTree.cpp
parent430a720865d5cb5ffb21a6b2fe42c6c3585b49bc (diff)
downloadATCD-66ccbadc97654e2c21d9cad7d770b958b83d4e85.tar.gz
ChangeLogTag:Sun Sep 01 08:18:37 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/utils/wxNamingViewer/wxNamingTree.cpp')
-rw-r--r--TAO/utils/wxNamingViewer/wxNamingTree.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/TAO/utils/wxNamingViewer/wxNamingTree.cpp b/TAO/utils/wxNamingViewer/wxNamingTree.cpp
index 9e7daf743d8..5cbb0c8c777 100644
--- a/TAO/utils/wxNamingViewer/wxNamingTree.cpp
+++ b/TAO/utils/wxNamingViewer/wxNamingTree.cpp
@@ -120,7 +120,7 @@ void WxNamingTree::copySelectedToClipboard()
} catch( CORBA::Exception& ex) {
- wxMessageBox( ex._id(), "CORBA::Exception");
+ wxMessageBox( ex._rep_id(), "CORBA::Exception");
}
}
@@ -188,7 +188,7 @@ void WxNamingTree::listBindingList(
} catch( CORBA::Exception& ex) {
- wxMessageBox( ex._id(), "CORBA::Exception");
+ wxMessageBox( ex._rep_id(), "CORBA::Exception");
}
}
@@ -238,7 +238,7 @@ void WxNamingTree::listContext( wxTreeItemId& item)
} catch( CORBA::Exception& ex) {
- wxMessageBox( ex._id(), "CORBA::Exception");
+ wxMessageBox( ex._rep_id(), "CORBA::Exception");
}
@@ -285,7 +285,7 @@ void WxNamingTree::onContextPopupBindContext( wxCommandEvent& event)
} catch( CORBA::Exception& ex) {
wxMessageBox(
- ex._id(),
+ ex._rep_id(),
"CORBA::Exception");
}
@@ -319,7 +319,7 @@ void WxNamingTree::onContextPopupBindObject( wxCommandEvent& event)
} catch( CORBA::Exception& ex) {
wxMessageBox(
- ex._id(),
+ ex._rep_id(),
"CORBA::Exception");
}
@@ -351,7 +351,7 @@ void WxNamingTree::onContextPopupBindNewContext( wxCommandEvent& event)
} catch( CORBA::Exception& ex) {
wxMessageBox(
- ex._id(),
+ ex._rep_id(),
"CORBA::Exception");
}
@@ -391,7 +391,7 @@ void WxNamingTree::onContextPopupDestroy( wxCommandEvent&)
} catch( CORBA::Exception& ex) {
- wxMessageBox( ex._id(), "CORBA::Exception");
+ wxMessageBox( ex._rep_id(), "CORBA::Exception");
}
}
@@ -433,7 +433,7 @@ void WxNamingTree::onContextPopupUnbind( wxCommandEvent&)
} catch( CORBA::Exception& ex) {
- wxMessageBox( ex._id(), "CORBA::Exception");
+ wxMessageBox( ex._rep_id(), "CORBA::Exception");
}
}
@@ -499,7 +499,7 @@ void WxNamingTree::onObjectPopupUnbind( wxCommandEvent& )
} catch( CORBA::Exception& ex) {
- wxMessageBox( ex._id(), "CORBA::Exception");
+ wxMessageBox( ex._rep_id(), "CORBA::Exception");
}
}