Changeset 90 for trunk/sources/androidapplestreaming/src/jniwrapper.cpp
- Timestamp:
- 08/22/10 23:14:41 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/androidapplestreaming/src/jniwrapper.cpp
r89 r90 35 35 ci.callbackMethodName = env->GetStringUTFChars(callbackMethodName, NULL); 36 36 EnvRun(env->GetStringUTFChars(ip, NULL), (uint16_t) port, ci); 37 } 38 39 extern "C" void Java_com_rtmpd_CommandsInterface_WaitEnvReady( 40 JNIEnv* pEnv, 41 jobject thiz) { 42 WaitEnvReady(); 37 43 } 38 44
Note: See TracChangeset
for help on using the changeset viewer.
