Ignore:
Timestamp:
May 2, 2007 11:29:37 AM (17 years ago)
Author:
bennylp
Message:

PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing follows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/except.h

    r1235 r1242  
    246246 ****************************************************************************/ 
    247247 
     248/* To include this file, the source file must be compiled as 
     249 * C++ code! 
     250 */ 
     251#ifdef __cplusplus 
     252 
    248253class TPjException 
    249254{ 
     
    261266#define PJ_GET_EXCEPTION()      pj_excp_.code_ 
    262267 
     268#endif  /* __cplusplus */ 
     269 
    263270#else 
    264271/***************************************************************************** 
Note: See TracChangeset for help on using the changeset viewer.