Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /XspfManager/XspfMMainThreadRequest.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 95 - (hide annotations) (download) (as text)
Sun Nov 22 04:46:20 2009 UTC (14 years, 4 months ago) by masaki
File MIME type: text/x-chdr
File size: 340 byte(s)
[Mod] XspfMMainThreadRequestの遅延時間をサブクラスで変更可能にした。
1 masaki 85 //
2     // XspfMMainThreadRequest.h
3     // XspfManager
4     //
5     // Created by Hori,Masaki on 09/11/18.
6     // Copyright 2009 masakih. All rights reserved.
7     //
8    
9     #import <Cocoa/Cocoa.h>
10    
11     #import "HMWorkerProtocols.h"
12    
13     @interface XspfMMainThreadRequest : NSObject <HMRequest>
14     {
15     }
16    
17     - (void)fire; // shuld override subclass.
18    
19 masaki 95 - (NSTimeInterval)sleepTime;
20    
21 masaki 85 @end

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26