Ignore:
Timestamp:
08/21/10 19:30:35 (21 months ago)
Author:
shiretu
Message:

-- work on android apple streaming
-- work on new SSL support

File:
1 edited

Legend:

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

    r85 r87  
    4444}while(0) 
    4545 
    46 void EnvRun(string ip, uint16_t port, CallBackInfo ci) { 
     46#ifdef ANDROID 
     47void EnvRun(string ip, uint16_t port, CallBackInfo ci) 
     48#else 
     49 
     50void EnvRun(string ip, uint16_t port) 
     51#endif /* ANDROID */ 
     52{ 
    4753        //1. Initialize the logger 
    4854        Logger::Init(); 
     
    7884        AppleStreamingClientApplication *pApp = new AppleStreamingClientApplication( 
    7985                        configuration); 
     86#ifdef ANDROID 
    8087        pApp->SetJavaCallBackInterface(ci); 
     88#endif /* ANDROID */ 
    8189        if (!pApp->Initialize()) { 
    8290                ASSERT("Unable to initialize the application"); 
Note: See TracChangeset for help on using the changeset viewer.