Mercurial > hg > audiodb
comparison examples/iAudioDB/AppController.h @ 682:df9639a5cad2
Updated to work with new API
author | mas01mj |
---|---|
date | Fri, 05 Mar 2010 16:51:24 +0000 |
parents | 780ebab29268 |
children | fed70cb84a92 |
comparison
equal
deleted
inserted
replaced
681:096feb57c7d6 | 682:df9639a5cad2 |
---|---|
7 // | 7 // |
8 | 8 |
9 #import <Cocoa/Cocoa.h> | 9 #import <Cocoa/Cocoa.h> |
10 #include <audioDB_API.h> | 10 #include <audioDB_API.h> |
11 | 11 |
12 | |
12 @interface AppController : NSObject { | 13 @interface AppController : NSObject { |
13 adb_ptr db; | 14 adb_t *db; |
14 NSModalSession session; | 15 NSModalSession session; |
15 | 16 |
16 NSString* dbName; | 17 NSString* dbName; |
17 NSString* dbFilename; | 18 NSString* dbFilename; |
18 NSString* plistFilename; | 19 NSString* plistFilename; |