diff options
author | Mark Spruiell <mes@zeroc.com> | 2014-12-11 18:05:02 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2014-12-11 18:05:02 -0800 |
commit | fcddd1af6f6eb6d4dd5b2884a33f6fb05e3243d5 (patch) | |
tree | 71d73c86a9784cf662b8bb96337afddd981318db /slice | |
parent | updating slice2confluence (diff) | |
download | ice-fcddd1af6f6eb6d4dd5b2884a33f6fb05e3243d5.tar.bz2 ice-fcddd1af6f6eb6d4dd5b2884a33f6fb05e3243d5.tar.xz ice-fcddd1af6f6eb6d4dd5b2884a33f6fb05e3243d5.zip |
adding Slice comment
Diffstat (limited to 'slice')
-rw-r--r-- | slice/Ice/Connection.ice | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/slice/Ice/Connection.ice b/slice/Ice/Connection.ice index 76d6b764f1a..bae9a44725a 100644 --- a/slice/Ice/Connection.ice +++ b/slice/Ice/Connection.ice @@ -51,6 +51,14 @@ local class ConnectionInfo local interface Connection; +/** + * + * An application can implement this interface to receive notifications when + * a connection closes or receives a heartbeat message. + * + * @see Connection#setCallback + * + **/ local interface ConnectionCallback { /** |