summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp
diff options
context:
space:
mode:
authornaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-27 18:52:29 +0000
committernaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-27 18:52:29 +0000
commitf14c243da91f2a182b7f53942ac064f7a7b043f6 (patch)
treeabb921cfc542ccc3d60270f5af2f15914d14ec8f /TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp
parent880eb986282cdfefb846ec9942dfd4cf349e1d6b (diff)
downloadATCD-f14c243da91f2a182b7f53942ac064f7a7b043f6.tar.gz
Fixed a few g++ warnings and added code to work properly with property
service.
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp b/TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp
index 42634f7b7bd..7de5721a968 100644
--- a/TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp
+++ b/TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp
@@ -348,8 +348,8 @@ TAO_AV_Endpoint_Process_Strategy_B::create_B (AVStreams::StreamEndPoint_B_ptr &s
TAO_TRY_ENV.print_exception ("TAO_AV_Endpoint_Process_Strategy_B::create_B\n");
return -1;
}
- return 0;
TAO_ENDTRY;
+ return 0;
}
// Gets the B type stream_endpoint from the Naming service