Changeset 85 for trunk/sources/androidapplestreaming/src/api.cpp
- Timestamp:
- 08/20/10 04:21:17 (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
r75 r85 44 44 }while(0) 45 45 46 void EnvRun(string ip, uint16_t port ) {46 void EnvRun(string ip, uint16_t port, CallBackInfo ci) { 47 47 //1. Initialize the logger 48 48 Logger::Init(); … … 78 78 AppleStreamingClientApplication *pApp = new AppleStreamingClientApplication( 79 79 configuration); 80 pApp->SetJavaCallBackInterface(ci); 80 81 if (!pApp->Initialize()) { 81 82 ASSERT("Unable to initialize the application");
Note: See TracChangeset
for help on using the changeset viewer.
