Changeset 1282 for pjproject/trunk/pjlib/include/pj/guid.h
- Timestamp:
- May 16, 2007 1:41:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/guid.h
r974 r1282 49 49 * PJ_GUID_STRING_LENGTH specifies length of GUID string. The value is 50 50 * dependent on the algorithm used internally to generate the GUID string. 51 * If real GUID generator is used, then the length will be 128bit or52 * 3 2bytes. If shadow GUID generator is used, then the length51 * If real GUID generator is used, then the length will be between 32 and 52 * 36 bytes. If shadow GUID generator is used, then the length 53 53 * will be 20 bytes. Application should not assume which algorithm will 54 54 * be used by GUID generator. 55 * 56 * Regardless of the actual length of the GUID, it will not exceed 57 * PJ_GUID_MAX_LENGTH characters. 55 58 */ 56 59 extern const unsigned PJ_GUID_STRING_LENGTH; … … 60 63 * regardless of which algorithm to use. 61 64 */ 62 #define PJ_GUID_MAX_LENGTH 3 265 #define PJ_GUID_MAX_LENGTH 36 63 66 64 67 /**
Note: See TracChangeset
for help on using the changeset viewer.