Ignore:
Timestamp:
08/24/10 07:51:02 (21 months ago)
Author:
shiretu
Message:

-- android related

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/applications/applestreamingclient/include/applestreamingclientapplication.h

    r85 r96  
    3636class VariantAppProtocolHandler; 
    3737class ProtocolFactory; 
     38#ifdef HAS_MS_TIMER 
     39class FineTimer; 
     40#endif /* HAS_MS_TIMER */ 
    3841 
    3942class AppleStreamingClientApplication 
     
    5154        VariantAppProtocolHandler *_pVariantHandler; 
    5255        ProtocolFactory *_pFactory; 
     56#ifdef HAS_MS_TIMER 
     57        uint32_t _fineTimerId; 
     58#endif /* HAS_MS_TIMER */ 
    5359#ifdef ANDROID 
    5460        CallBackInfo _ci; 
     
    6167 
    6268        virtual bool Initialize(); 
    63  
     69#ifdef HAS_MS_TIMER 
     70        void SetFineTimerId(uint32_t fineTimerId); 
     71        FineTimer *GetFineTimer(); 
     72#endif /* HAS_MS_TIMER */ 
    6473#ifdef ANDROID 
    6574        void SetJavaCallBackInterface(CallBackInfo ci); 
Note: See TracChangeset for help on using the changeset viewer.