diff options
Diffstat (limited to 'objective-c/include/objc/Ice/DispatchInterceptor.h')
-rw-r--r-- | objective-c/include/objc/Ice/DispatchInterceptor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/objective-c/include/objc/Ice/DispatchInterceptor.h b/objective-c/include/objc/Ice/DispatchInterceptor.h index 48ef2cf0cc4..97a86906c13 100644 --- a/objective-c/include/objc/Ice/DispatchInterceptor.h +++ b/objective-c/include/objc/Ice/DispatchInterceptor.h @@ -10,7 +10,7 @@ #import <objc/Ice/Object.h> ICE_API @protocol ICEDispatchInterceptor <ICEObject> --(BOOL) dispatch:(id<ICERequest>)request; +-(void) dispatch:(id<ICERequest>)request; @end ICE_API @interface ICEDispatchInterceptor : ICEServant |