diff options
Diffstat (limited to 'objective-c/include/objc/Ice/Proxy.h')
-rw-r--r-- | objective-c/include/objc/Ice/Proxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/objective-c/include/objc/Ice/Proxy.h b/objective-c/include/objc/Ice/Proxy.h index 64ae023b3e1..24b5a0af9a7 100644 --- a/objective-c/include/objc/Ice/Proxy.h +++ b/objective-c/include/objc/Ice/Proxy.h @@ -145,6 +145,7 @@ ICE_API @protocol ICEObjectPrx <NSObject, NSCopying> -(id) ice_timeout:(int)timeout; -(id) ice_getTimeout; -(id) ice_fixed:(id<ICEConnection>)connection; +-(BOOL) ice_isFixed; -(id) ice_connectionId:(NSString*)connectionId; -(id<ICEConnection>) ice_getConnection; -(id<ICEAsyncResult>) begin_ice_getConnection; |