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/types.hpp

    r4663 r4670  
    2222#ifdef _MSC_VER 
    2323#   pragma warning( disable : 4290 ) // exception spec ignored 
     24#   pragma warning( disable : 4512 ) // can't generate assignment op 
    2425#endif 
    2526 
     
    8586 
    8687/* 
    87  * Forward declaration of Account to be used 
     88 * Forward declaration of Account and Call to be used 
    8889 * by Endpoint. 
    8990 */ 
    9091class Account; 
     92class Call; 
    9193 
    9294 
Note: See TracChangeset for help on using the changeset viewer.