Changeset 96 for trunk/sources/applications/applestreamingclient/src/applestreamingclientapplication.cpp
- Timestamp:
- 08/24/10 07:51:02 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/applications/applestreamingclient/src/applestreamingclientapplication.cpp
r89 r96 27 27 #include "protocols/ts/tsappprotocolhandler.h" 28 28 #include "protocols/aes/aesappprotocolhandler.h" 29 #include "protocols/protocolmanager.h" 29 30 #include "streaming/basestream.h" 30 31 #include "streaming/streamstypes.h" … … 161 162 } 162 163 164 #ifdef HAS_MS_TIMER 165 166 void AppleStreamingClientApplication::SetFineTimerId(uint32_t fineTimerId) { 167 _fineTimerId = fineTimerId; 168 } 169 170 FineTimer *AppleStreamingClientApplication::GetFineTimer() { 171 return (FineTimer *) ProtocolManager::GetProtocol(_fineTimerId); 172 } 173 #endif /* HAS_MS_TIMER */ 174 163 175 #ifdef ANDROID 164 176
Note: See TracChangeset
for help on using the changeset viewer.
