diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-11-26 00:31:07 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-11-26 00:31:07 +0000 |
commit | 94ec94edfde4371daef0f790daeb6ddabd085989 (patch) | |
tree | 0e7b1a3646e5af0c30f59d1c080f6b3fb56dcc70 /TAO/examples/Simple/echo/Echo_i.h | |
parent | 9919ead43669136a9cab73c92d4158fa2cd32e3a (diff) | |
download | ATCD-94ec94edfde4371daef0f790daeb6ddabd085989.tar.gz |
.
Diffstat (limited to 'TAO/examples/Simple/echo/Echo_i.h')
-rw-r--r-- | TAO/examples/Simple/echo/Echo_i.h | 8 |
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); |