comparison dstep/foundation/NSException_bindings.d @ 14:89f3c3ef1fd2

Added the Foundation framework
author Jacob Carlborg <doob@me.com>
date Mon, 03 Aug 2009 15:23:15 +0200
parents
children 19885b43130e
comparison
equal deleted inserted replaced
13:4f583f7e242e 14:89f3c3ef1fd2
1 module dstep.foundation.NSException_bindings;
2
3 import dstep.foundation.NSArray;
4 import dstep.foundation.NSAssertionHandler;
5 import dstep.foundation.NSDictionary;
6 import dstep.foundation.NSObject;
7 import dstep.foundation.NSString;
8 import dstep.objc.bridge.Bridge;
9 import dstep.objc.objc : id;
10 import dstep.setjmp;
11 import dstep.stdarg;
12
13
14 extern (C)
15 {
16 extern
17 {
18 package const id NSGenericException;
19 package const id NSRangeException;
20 package const id NSInvalidArgumentException;
21 package const id NSInternalInconsistencyException;
22 package const id NSMallocException;
23 package const id NSObjectInaccessibleException;
24 package const id NSObjectNotAvailableException;
25 package const id NSDestinationInvalidException;
26 package const id NSPortTimeoutException;
27 package const id NSInvalidSendPortException;
28 package const id NSInvalidReceivePortException;
29 package const id NSPortSendException;
30 package const id NSPortReceiveException;
31 package const id NSOldStyleException;
32 }
33 }
34
35 extern (C)
36 {
37 }