Changeset 87 for trunk/sources/androidapplestreaming/src/api.cpp
- Timestamp:
- 08/21/10 19:30:35 (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
r85 r87 44 44 }while(0) 45 45 46 void EnvRun(string ip, uint16_t port, CallBackInfo ci) { 46 #ifdef ANDROID 47 void EnvRun(string ip, uint16_t port, CallBackInfo ci) 48 #else 49 50 void EnvRun(string ip, uint16_t port) 51 #endif /* ANDROID */ 52 { 47 53 //1. Initialize the logger 48 54 Logger::Init(); … … 78 84 AppleStreamingClientApplication *pApp = new AppleStreamingClientApplication( 79 85 configuration); 86 #ifdef ANDROID 80 87 pApp->SetJavaCallBackInterface(ci); 88 #endif /* ANDROID */ 81 89 if (!pApp->Initialize()) { 82 90 ASSERT("Unable to initialize the application");
Note: See TracChangeset
for help on using the changeset viewer.
