Ignore:
Timestamp:
Jul 22, 2006 1:42:56 PM (18 years ago)
Author:
bennylp
Message:

Changed all public header files to compile correctly when -ansi and -pedantic is used, also when g++ is used

File:
1 edited

Legend:

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

    r514 r622  
    3737PJ_BEGIN_DECL 
    3838 
    39 /////////////////////////////////////////////////////////////////////////////// 
     39/* ************************************************************************* */ 
    4040 
    4141/** Unsigned 32bit integer. */ 
     
    104104#endif 
    105105 
    106 /////////////////////////////////////////////////////////////////////////////// 
     106/* ************************************************************************* */ 
    107107/* 
    108108 * Data structure types. 
     
    231231typedef PJ_ATOMIC_VALUE_TYPE pj_atomic_value_t; 
    232232  
    233 /////////////////////////////////////////////////////////////////////////////// 
     233/* ************************************************************************* */ 
    234234 
    235235/** Thread handle. */ 
     
    269269typedef int pj_exception_id_t; 
    270270 
    271 /////////////////////////////////////////////////////////////////////////////// 
     271/* ************************************************************************* */ 
    272272 
    273273/** Utility macro to compute the number of elements in static array. */ 
     
    282282#define PJ_MAX_OBJ_NAME 16 
    283283 
    284 /////////////////////////////////////////////////////////////////////////////// 
     284/* ************************************************************************* */ 
    285285/* 
    286286 * General. 
     
    498498 */ 
    499499 
    500 /////////////////////////////////////////////////////////////////////////////// 
     500/* ************************************************************************* */ 
    501501/* 
    502502 * Terminal. 
Note: See TracChangeset for help on using the changeset viewer.