summaryrefslogtreecommitdiff
path: root/TAO/utils/NamingViewer
diff options
context:
space:
mode:
authormarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-17 03:37:41 +0000
committermarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-17 03:37:41 +0000
commit7a5dfb56b86d633c22cf57232abf84dedf2f5b10 (patch)
tree9dc974c54d0e515dc8c7c65ebc0e480bc9b9e7ee /TAO/utils/NamingViewer
parent059bfe8d37436fe8a147445ba1213c8d2db3cc23 (diff)
downloadATCD-7a5dfb56b86d633c22cf57232abf84dedf2f5b10.tar.gz
ChangeLogTag:Sat Sep 16 22:37:58 2000 Marina Spivak <marina@cs.wustl.edu>
Diffstat (limited to 'TAO/utils/NamingViewer')
-rw-r--r--TAO/utils/NamingViewer/ViewIORDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/utils/NamingViewer/ViewIORDialog.cpp b/TAO/utils/NamingViewer/ViewIORDialog.cpp
index 2d446a3972a..174cff10468 100644
--- a/TAO/utils/NamingViewer/ViewIORDialog.cpp
+++ b/TAO/utils/NamingViewer/ViewIORDialog.cpp
@@ -111,7 +111,7 @@ void ViewIORDialog::DecodeIOR()
{
TAO_IIOP_Profile* pIIOPProfile = (TAO_IIOP_Profile*)pProfile;
TAO_IIOP_Endpoint* pIIOPEndpoint =
- (TAO_IIOP_Endpoint*)pProfile->endpoint ();
+ (TAO_IIOP_Endpoint*)pIIOPProfile->endpoint ();
CString ProfileString;
ProfileString.Format("IOP %d.%d@%s:%d",
pIIOPProfile->version().major,