summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/types.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-07-22 13:42:56 +0000
committerBenny Prijono <bennylp@teluu.com>2006-07-22 13:42:56 +0000
commitca0e9bd20df27bb62875130a0db513256c92e75a (patch)
tree76e9d620d2826839286c2b6216c9d2d5df3ad44d /pjlib/include/pj/types.h
parent26e9af9bcbc271bc373dd9f106fd7b143efe7474 (diff)
Changed all public header files to compile correctly when -ansi and -pedantic is used, also when g++ is used
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@622 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/include/pj/types.h')
-rw-r--r--pjlib/include/pj/types.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/pjlib/include/pj/types.h b/pjlib/include/pj/types.h
index 5a275514..cae418af 100644
--- a/pjlib/include/pj/types.h
+++ b/pjlib/include/pj/types.h
@@ -36,7 +36,7 @@
PJ_BEGIN_DECL
-///////////////////////////////////////////////////////////////////////////////
+/* ************************************************************************* */
/** Unsigned 32bit integer. */
typedef int pj_int32_t;
@@ -103,7 +103,7 @@ typedef pj_int64_t pj_off_t;
typedef pj_ssize_t pj_off_t;
#endif
-///////////////////////////////////////////////////////////////////////////////
+/* ************************************************************************* */
/*
* Data structure types.
*/
@@ -230,7 +230,7 @@ typedef struct pj_atomic_t pj_atomic_t;
*/
typedef PJ_ATOMIC_VALUE_TYPE pj_atomic_value_t;
-///////////////////////////////////////////////////////////////////////////////
+/* ************************************************************************* */
/** Thread handle. */
typedef struct pj_thread_t pj_thread_t;
@@ -268,7 +268,7 @@ typedef unsigned int pj_color_t;
/** Exception id. */
typedef int pj_exception_id_t;
-///////////////////////////////////////////////////////////////////////////////
+/* ************************************************************************* */
/** Utility macro to compute the number of elements in static array. */
#define PJ_ARRAY_SIZE(a) (sizeof(a)/sizeof(a[0]))
@@ -281,7 +281,7 @@ typedef int pj_exception_id_t;
*/
#define PJ_MAX_OBJ_NAME 16
-///////////////////////////////////////////////////////////////////////////////
+/* ************************************************************************* */
/*
* General.
*/
@@ -497,7 +497,7 @@ typedef struct pj_parsed_time
* @} // Time Management
*/
-///////////////////////////////////////////////////////////////////////////////
+/* ************************************************************************* */
/*
* Terminal.
*/