summaryrefslogtreecommitdiff
path: root/objective-c/include/objc/Ice/Exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'objective-c/include/objc/Ice/Exception.h')
-rw-r--r--objective-c/include/objc/Ice/Exception.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/objective-c/include/objc/Ice/Exception.h b/objective-c/include/objc/Ice/Exception.h
index cd74c35af70..4e344c90719 100644
--- a/objective-c/include/objc/Ice/Exception.h
+++ b/objective-c/include/objc/Ice/Exception.h
@@ -40,9 +40,9 @@ ICE_API @interface ICELocalException : ICEException
@end
ICE_API @interface ICEUserException : ICEException
--(BOOL)usesClasses__;
--(void)write__:(id<ICEOutputStream>)stream;
--(void) writeImpl__:(id<ICEOutputStream>)os;
--(void)read__:(id<ICEInputStream>)stream;
--(void) readImpl__:(id<ICEInputStream>)is;
+-(BOOL)iceUsesClasses;
+-(void)iceWrite:(id<ICEOutputStream>)stream;
+-(void) iceWriteImpl:(id<ICEOutputStream>)os;
+-(void)iceRead:(id<ICEInputStream>)stream;
+-(void) iceReadImpl:(id<ICEInputStream>)is;
@end