summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authormarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-15 18:49:49 +0000
committermarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-15 18:49:49 +0000
commit92c1014c34ff94b580de7d726abc91881ff7da6b (patch)
tree32d039af2f8bbddb1a8b339d16454675882d53c3 /TAO
parentde247219807e71244df1b190e85fa718fda9e0fd (diff)
downloadATCD-92c1014c34ff94b580de7d726abc91881ff7da6b.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO')
-rw-r--r--TAO/orbsvcs/tests/Simple_Naming/client.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Simple_Naming/client.cpp b/TAO/orbsvcs/tests/Simple_Naming/client.cpp
index 0e260269d7f..905d8dd331c 100644
--- a/TAO/orbsvcs/tests/Simple_Naming/client.cpp
+++ b/TAO/orbsvcs/tests/Simple_Naming/client.cpp
@@ -233,6 +233,7 @@ Simple_Test::execute (TAO_Naming_Client &root_context)
return -1;
}
TAO_ENDTRY;
+ return 0;
}
int
@@ -362,6 +363,7 @@ Tree_Test::execute (TAO_Naming_Client &root_context)
}
TAO_ENDTRY;
+ return 0;
}
int
@@ -431,6 +433,7 @@ Exceptions_Test::execute (TAO_Naming_Client &root_context)
return -1;
}
TAO_ENDTRY;
+ return 0;
}
void
@@ -754,6 +757,7 @@ Iterator_Test::execute (TAO_Naming_Client &root_context)
return -1;
}
TAO_ENDTRY;
+ return 0;
}
int