diff options
Diffstat (limited to 'ruby/src/IceRuby/Connection.h')
-rw-r--r-- | ruby/src/IceRuby/Connection.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ruby/src/IceRuby/Connection.h b/ruby/src/IceRuby/Connection.h index 3c7a1a31038..9debcae3d27 100644 --- a/ruby/src/IceRuby/Connection.h +++ b/ruby/src/IceRuby/Connection.h @@ -21,6 +21,9 @@ void initConnection(VALUE); VALUE createConnection(const Ice::ConnectionPtr&); VALUE createConnectionInfo(const Ice::ConnectionInfoPtr&); +Ice::ConnectionPtr getConnection(VALUE); +bool checkConnection(VALUE); + } #endif |