Ignore:
Timestamp:
08/22/10 23:14:41 (21 months ago)
Author:
shiretu
Message:

-- added WaitEnvReady? for android

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/androidapplestreaming/src/jniwrapper.cpp

    r89 r90  
    3535        ci.callbackMethodName = env->GetStringUTFChars(callbackMethodName, NULL); 
    3636        EnvRun(env->GetStringUTFChars(ip, NULL), (uint16_t) port, ci); 
     37} 
     38 
     39extern "C" void Java_com_rtmpd_CommandsInterface_WaitEnvReady( 
     40                JNIEnv* pEnv, 
     41                jobject thiz) { 
     42        WaitEnvReady(); 
    3743} 
    3844 
Note: See TracChangeset for help on using the changeset viewer.