summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/airplane_client_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/airplane_client_i.h')
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/airplane_client_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/airplane_client_i.h b/TAO/orbsvcs/tests/ImplRepo/airplane_client_i.h
index 5c949a386c1..67497a0720c 100644
--- a/TAO/orbsvcs/tests/ImplRepo/airplane_client_i.h
+++ b/TAO/orbsvcs/tests/ImplRepo/airplane_client_i.h
@@ -46,7 +46,7 @@ private:
int parse_args (void);
/// Ask the Paper Airplane Server for <count> planes.
- void get_planes (size_t count);
+ int get_planes (size_t count);
/// # of arguments on the command line.
int argc_;