Ignore:
Timestamp:
09/01/10 08:55:52 (21 months ago)
Author:
shiretu
Message:

-- android stuff

File:
1 edited

Legend:

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

    r109 r113  
    6161        Logger::AddLogLocation(pLogLocation); 
    6262#endif /* ANDROID */ 
     63 
     64        //1.1 Create the settings string 
     65        INFO("Build signature:\n%s", BUILD_SIGNATURE); 
    6366 
    6467        //2. Create the default protocol factory 
     
    9295        } 
    9396 
     97#ifdef BUILD_SIGNATURE 
    9498        //6. Register it to the app manager 
    9599        if (!ClientApplicationManager::RegisterApplication(pApp)) { 
    96100                ASSERT("Unable to register application"); 
    97101        } 
     102#endif /* BUILD_SIGNATURE */ 
    98103 
    99104        //7. Create the RTSP acceptor 
Note: See TracChangeset for help on using the changeset viewer.