Ignore:
Timestamp:
Dec 4, 2013 2:38:20 AM (10 years ago)
Author:
nanang
Message:

Misc update & fix:

  • added new files (call & media) to VS2005 project
  • fixed compile warnings
  • fixed compile error when video is disabled
  • fixed Makefile when JAVA_HOME env var is set
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/pjsua2/pjsip/include/pjsua2/endpoint.hpp

    r4669 r4670  
    11351135private: 
    11361136    /* 
    1137      * Account 
     1137     * Account & Call lookups 
    11381138     */ 
    11391139    static Account      *lookupAcc(int acc_id, const char *op); 
     1140    static Call         *lookupCall(int call_id, const char *op); 
    11401141 
    11411142    /* static callbacks */ 
Note: See TracChangeset for help on using the changeset viewer.