Changeset 622 for pjproject/trunk/pjlib/include/pj/types.h
- Timestamp:
- Jul 22, 2006 1:42:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/types.h
r514 r622 37 37 PJ_BEGIN_DECL 38 38 39 / //////////////////////////////////////////////////////////////////////////////39 /* ************************************************************************* */ 40 40 41 41 /** Unsigned 32bit integer. */ … … 104 104 #endif 105 105 106 / //////////////////////////////////////////////////////////////////////////////106 /* ************************************************************************* */ 107 107 /* 108 108 * Data structure types. … … 231 231 typedef PJ_ATOMIC_VALUE_TYPE pj_atomic_value_t; 232 232 233 / //////////////////////////////////////////////////////////////////////////////233 /* ************************************************************************* */ 234 234 235 235 /** Thread handle. */ … … 269 269 typedef int pj_exception_id_t; 270 270 271 / //////////////////////////////////////////////////////////////////////////////271 /* ************************************************************************* */ 272 272 273 273 /** Utility macro to compute the number of elements in static array. */ … … 282 282 #define PJ_MAX_OBJ_NAME 16 283 283 284 / //////////////////////////////////////////////////////////////////////////////284 /* ************************************************************************* */ 285 285 /* 286 286 * General. … … 498 498 */ 499 499 500 / //////////////////////////////////////////////////////////////////////////////500 /* ************************************************************************* */ 501 501 /* 502 502 * Terminal.
Note: See TracChangeset
for help on using the changeset viewer.