Changeset 116 for trunk/sources/androidapplestreaming/src/api.cpp
- Timestamp:
- 09/01/10 15:10:37 (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
r113 r116 62 62 #endif /* ANDROID */ 63 63 64 #ifdef BUILD_SIGNATURE 64 65 //1.1 Create the settings string 65 66 INFO("Build signature:\n%s", BUILD_SIGNATURE); 67 #endif /* BUILD_SIGNATURE */ 66 68 67 69 //2. Create the default protocol factory … … 95 97 } 96 98 97 #ifdef BUILD_SIGNATURE98 99 //6. Register it to the app manager 99 100 if (!ClientApplicationManager::RegisterApplication(pApp)) { 100 101 ASSERT("Unable to register application"); 101 102 } 102 #endif /* BUILD_SIGNATURE */103 103 104 104 //7. Create the RTSP acceptor
Note: See TracChangeset
for help on using the changeset viewer.
