Ignore:
Timestamp:
08/22/10 21:58:42 (21 months ago)
Author:
shiretu
Message:

-- android stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/applications/applestreamingclient/src/applestreamingclientapplication.cpp

    r87 r89  
    4949        _pVariantHandler = NULL; 
    5050        _pFactory = NULL; 
    51 #ifdef ANDROID 
    52         _ci.pEnv = NULL; 
    53         _ci.pInterface = NULL; 
    54 #endif /* ANDROID */ 
    5551} 
    5652 
     
    166162 
    167163#ifdef ANDROID 
     164 
    168165void 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; 
    173167} 
    174168 
Note: See TracChangeset for help on using the changeset viewer.