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/os.h

    r514 r622  
    3434 
    3535 
    36 /////////////////////////////////////////////////////////////////////////////// 
     36/* **************************************************************************/ 
    3737/** 
    3838 * @defgroup PJ_THREAD Threads 
     
    227227 */ 
    228228 
    229 /////////////////////////////////////////////////////////////////////////////// 
     229/* **************************************************************************/ 
    230230/** 
    231231 * @defgroup PJ_TLS Thread Local Storage. 
     
    272272 
    273273 
    274 /////////////////////////////////////////////////////////////////////////////// 
     274/* **************************************************************************/ 
    275275/** 
    276276 * @defgroup PJ_ATOMIC Atomic Variables 
     
    383383 */ 
    384384 
    385 /////////////////////////////////////////////////////////////////////////////// 
     385/* **************************************************************************/ 
    386386/** 
    387387 * @defgroup PJ_MUTEX Mutexes. 
     
    404404    PJ_MUTEX_DEFAULT, 
    405405    PJ_MUTEX_SIMPLE, 
    406     PJ_MUTEX_RECURSE, 
     406    PJ_MUTEX_RECURSE 
    407407} pj_mutex_type_e; 
    408408 
     
    501501 */ 
    502502 
    503 /////////////////////////////////////////////////////////////////////////////// 
     503/* **************************************************************************/ 
    504504/** 
    505505 * @defgroup PJ_RW_MUTEX Reader/Writer Mutex 
     
    577577 
    578578 
    579 /////////////////////////////////////////////////////////////////////////////// 
     579/* **************************************************************************/ 
    580580/** 
    581581 * @defgroup PJ_CRIT_SEC Critical sections. 
     
    611611 */ 
    612612 
    613 /////////////////////////////////////////////////////////////////////////////// 
     613/* **************************************************************************/ 
    614614#if defined(PJ_HAS_SEMAPHORE) && PJ_HAS_SEMAPHORE != 0 
    615615/** 
     
    680680 
    681681 
    682 /////////////////////////////////////////////////////////////////////////////// 
     682/* **************************************************************************/ 
    683683#if defined(PJ_HAS_EVENT_OBJ) && PJ_HAS_EVENT_OBJ != 0 
    684684/** 
     
    772772#endif  /* PJ_HAS_EVENT_OBJ */ 
    773773 
    774 /////////////////////////////////////////////////////////////////////////////// 
     774/* **************************************************************************/ 
    775775/** 
    776776 * @addtogroup PJ_TIME Time Data Type and Manipulation. 
     
    837837 */ 
    838838 
    839 /////////////////////////////////////////////////////////////////////////////// 
     839/* **************************************************************************/ 
    840840#if defined(PJ_TERM_HAS_COLOR) && PJ_TERM_HAS_COLOR != 0 
    841841 
     
    868868#endif  /* PJ_TERM_HAS_COLOR */ 
    869869 
    870 /////////////////////////////////////////////////////////////////////////////// 
     870/* **************************************************************************/ 
    871871/** 
    872872 * @defgroup PJ_TIMESTAMP High Resolution Timestamp 
     
    10471047 
    10481048 
    1049 /////////////////////////////////////////////////////////////////////////////// 
     1049/* **************************************************************************/ 
    10501050/** 
    10511051 * Internal PJLIB function to initialize the threading subsystem. 
Note: See TracChangeset for help on using the changeset viewer.