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/src/applestreamingclientapplication.cpp

    r89 r96  
    2727#include "protocols/ts/tsappprotocolhandler.h" 
    2828#include "protocols/aes/aesappprotocolhandler.h" 
     29#include "protocols/protocolmanager.h" 
    2930#include "streaming/basestream.h" 
    3031#include "streaming/streamstypes.h" 
     
    161162} 
    162163 
     164#ifdef HAS_MS_TIMER 
     165 
     166void AppleStreamingClientApplication::SetFineTimerId(uint32_t fineTimerId) { 
     167        _fineTimerId = fineTimerId; 
     168} 
     169 
     170FineTimer *AppleStreamingClientApplication::GetFineTimer() { 
     171        return (FineTimer *) ProtocolManager::GetProtocol(_fineTimerId); 
     172} 
     173#endif /* HAS_MS_TIMER */ 
     174 
    163175#ifdef ANDROID 
    164176 
Note: See TracChangeset for help on using the changeset viewer.