git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Checking in improvements to the effect availability heuristic.
[MenuTunes.git]
/
iTunesRemote.h
diff --git
a/iTunesRemote.h
b/iTunesRemote.h
index
79821c6
..
fc1e3a0
100755
(executable)
--- a/
iTunesRemote.h
+++ b/
iTunesRemote.h
@@
-3,7
+3,7
@@
// MenuTunes
//
// Created by Matt L. Judy on Sun Jan 05 2003.
// MenuTunes
//
// Created by Matt L. Judy on Sun Jan 05 2003.
-// Copyright (c) 2003
NibFile.com
. All rights reserved.
+// Copyright (c) 2003
iThink Software
. All rights reserved.
//
//
@@
-14,9
+14,9
@@
@interface iTunesRemote : ITMTRemote <ITMTRemote>
{
@interface iTunesRemote : ITMTRemote <ITMTRemote>
{
- ComponentInstance asComponent;
- ProcessSerialNumber iTunesPSN;
+ ProcessSerialNumber savedPSN;
}
- (ProcessSerialNumber)iTunesPSN;
}
- (ProcessSerialNumber)iTunesPSN;
-- (NSString *)runScriptAndReturnResult:(NSString *)script;
+- (NSString*)formatTimeInSeconds:(long)seconds;
+- (NSString*)zeroSixty:(int)seconds;
@end
@end