Changeset 113 for trunk/sources/androidapplestreaming/src/api.cpp
- Timestamp:
- 09/01/10 08:55:52 (21 months ago)
- File:
-
- 1 edited
-
trunk/sources/androidapplestreaming/src/api.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/androidapplestreaming/src/api.cpp
r109 r113 61 61 Logger::AddLogLocation(pLogLocation); 62 62 #endif /* ANDROID */ 63 64 //1.1 Create the settings string 65 INFO("Build signature:\n%s", BUILD_SIGNATURE); 63 66 64 67 //2. Create the default protocol factory … … 92 95 } 93 96 97 #ifdef BUILD_SIGNATURE 94 98 //6. Register it to the app manager 95 99 if (!ClientApplicationManager::RegisterApplication(pApp)) { 96 100 ASSERT("Unable to register application"); 97 101 } 102 #endif /* BUILD_SIGNATURE */ 98 103 99 104 //7. Create the RTSP acceptor
Note: See TracChangeset
for help on using the changeset viewer.
