comparison dstep/diskarbitration/DASession.d @ 16:19885b43130e

Huge update, the bridge actually works now
author Jacob Carlborg <doob@me.com>
date Sun, 03 Jan 2010 22:06:11 +0100
parents 07194b026fa4
children
comparison
equal deleted inserted replaced
15:7ff919f595d5 16:19885b43130e
5 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0) 5 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
6 */ 6 */
7 module dstep.diskarbitration.DASession; 7 module dstep.diskarbitration.DASession;
8 8
9 import dstep.corefoundation.CoreFoundation; 9 import dstep.corefoundation.CoreFoundation;
10 import dstep.corefoundation.CFRunLoop;
10 11
11 struct __DASession; 12 struct __DASession;
12 struct __DAApprovalSession; 13 struct __DAApprovalSession;
13 14
14 alias __DASession* DASessionRef; 15 alias __DASession* DASessionRef;