summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Interoperable_Naming
diff options
context:
space:
mode:
authorfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-29 14:10:11 +0000
committerfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-29 14:10:11 +0000
commitdd060e7104ee9b3bb5c6393e9b55ae8ed7ce533d (patch)
tree0818e65925d8b3921ff6f8a57ea31a7216a56c8f /TAO/orbsvcs/tests/Interoperable_Naming
parent5c960e64192114ac265ce28e47ccef334098894a (diff)
downloadATCD-dd060e7104ee9b3bb5c6393e9b55ae8ed7ce533d.tar.gz
ChangeLogTag: Fri Dec 29 07:38:27 2000 Frank Hunleth <fhunleth@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/Interoperable_Naming')
-rw-r--r--TAO/orbsvcs/tests/Interoperable_Naming/client.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Interoperable_Naming/client.cpp b/TAO/orbsvcs/tests/Interoperable_Naming/client.cpp
index f5d9bdf39fd..20e475fa914 100644
--- a/TAO/orbsvcs/tests/Interoperable_Naming/client.cpp
+++ b/TAO/orbsvcs/tests/Interoperable_Naming/client.cpp
@@ -43,4 +43,6 @@ int main (int argc, char *argv [])
ACE_RE_THROW;
}
ACE_ENDTRY;
+
+ return 0;
}