git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
A couple more modifications, as well as some comments to ease others'
[MenuTunes.git]
/
iTunesRemote.h
diff --git
a/iTunesRemote.h
b/iTunesRemote.h
index
7dd5145
..
9408c63
100755
(executable)
--- a/
iTunesRemote.h
+++ b/
iTunesRemote.h
@@
-1,22
+1,20
@@
//
//
-// iTunesRemote
Control
.h
+// iTunesRemote.h
// MenuTunes
//
// MenuTunes
//
-// Created by
Matt L. Judy on Sun Jan 05
2003.
-// Copyright (c) 2003
NibFile.com
. All rights reserved.
+// Created by
Joseph Spiros on Sat Sep 06
2003.
+// Copyright (c) 2003
__MyCompanyName__
. All rights reserved.
//
//
-
#import <Cocoa/Cocoa.h>
#import <Carbon/Carbon.h>
#import <Cocoa/Cocoa.h>
#import <Carbon/Carbon.h>
+
#import <ITMTRemote/ITMTRemote.h>
#import <ITMTRemote/ITMTRemote.h>
-#import <ITFoundation/ITFoundation.h>
-@interface iTunesRemote : ITMTRemote <ITMTRemote>
-{
- ComponentInstance asComponent; //We will remove this when we are all AEs
-
ProcessSerialNumber iTunesPSN
;
+@interface iTunesRemote : ITMTRemote <ITMTRemote>
{
+ ProcessSerialNumber _currentPSN;
+ iTunesPlayer _player;
+
BOOL _activated
;
}
- (ProcessSerialNumber)iTunesPSN;
}
- (ProcessSerialNumber)iTunesPSN;
-- (NSString *)runScriptAndReturnResult:(NSString *)script;
@end
@end