summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/echo/Echo_i.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-11-26 00:31:07 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-11-26 00:31:07 +0000
commit5622c26d0166b6d5606fdf4b98c6f065615624b3 (patch)
tree0e7b1a3646e5af0c30f59d1c080f6b3fb56dcc70 /TAO/examples/Simple/echo/Echo_i.h
parentcf9fa0bf9e98f7c34f54283d94fdaea5eb30bd1f (diff)
downloadATCD-5622c26d0166b6d5606fdf4b98c6f065615624b3.tar.gz
.
Diffstat (limited to 'TAO/examples/Simple/echo/Echo_i.h')
-rw-r--r--TAO/examples/Simple/echo/Echo_i.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/examples/Simple/echo/Echo_i.h b/TAO/examples/Simple/echo/Echo_i.h
index d54b811fef8..d7d5498b70d 100644
--- a/TAO/examples/Simple/echo/Echo_i.h
+++ b/TAO/examples/Simple/echo/Echo_i.h
@@ -40,8 +40,12 @@ public:
~Echo_i (void);
// Destructor.
- virtual char *echo (const char *mesg,
- CORBA::Environment &env);
+ virtual Echo::List *echo_list (const char *mesg,
+ CORBA::Environment &env);
+ // Return the mesg string back from the server.
+
+ virtual char *echo_string (const char *mesg,
+ CORBA::Environment &env);
// Return the mesg string back from the server.
virtual void shutdown (CORBA::Environment &env);