Changeset 89 for trunk/sources/applications/applestreamingclient/src/applestreamingclientapplication.cpp
- Timestamp:
- 08/22/10 21:58:42 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/applications/applestreamingclient/src/applestreamingclientapplication.cpp
r87 r89 49 49 _pVariantHandler = NULL; 50 50 _pFactory = NULL; 51 #ifdef ANDROID52 _ci.pEnv = NULL;53 _ci.pInterface = NULL;54 #endif /* ANDROID */55 51 } 56 52 … … 166 162 167 163 #ifdef ANDROID 164 168 165 void AppleStreamingClientApplication::SetJavaCallBackInterface(CallBackInfo ci) { 169 _ci.pEnv = ci.pEnv; 170 _ci.pInterface = ci.pInterface; 171 _ci.clazz = ci.clazz; 172 _ci.method = ci.method; 166 _ci = ci; 173 167 } 174 168
Note: See TracChangeset
for help on using the changeset viewer.
