Re: try / finally
Re: try / finally
- Subject: Re: try / finally
- From: Scott Anguish <email@hidden>
- Date: Tue, 20 May 2003 21:40:40 -0400
why not
NS_DURING
...
NS_HANDLER
...
NS_ENDHANDLER
// cleanup
On Tuesday, May 20, 2003, at 06:56 PM, Simon Bovet wrote:
Is there any way in ObjC/ObjC++ to write a termination block, such as
the try { ... } finally { ... }, or do I have to rewrite twice the
cleaning up lines in
NS_DURING
...
// clean up
NS_HANDLER
...
// clean up
[localException raise];
NS_ENDHANDLER
I guess so. I'm just wondering...
_______________________________________________
MacOSX-dev mailing list
email@hidden
http://www.omnigroup.com/mailman/listinfo/macosx-dev
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.