summaryrefslogtreecommitdiff
path: root/pjlib/src/pj/timer.c
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2005-11-01 17:56:59 +0000
committerBenny Prijono <bennylp@teluu.com>2005-11-01 17:56:59 +0000
commit7bad7a1930c4b13c1defeeff7a78134ae37f6ef1 (patch)
tree99367df984d3ba59757831240ae4724dd6bbf3ff /pjlib/src/pj/timer.c
parent81ecc233996dcddfbef707bd9a5099f5d9e5eb13 (diff)
Just changing keyword expansion
git-svn-id: http://svn.pjsip.org/repos/pjproject/main@3 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/src/pj/timer.c')
-rw-r--r--pjlib/src/pj/timer.c24
1 files changed, 7 insertions, 17 deletions
diff --git a/pjlib/src/pj/timer.c b/pjlib/src/pj/timer.c
index 2bf9842a..e0885484 100644
--- a/pjlib/src/pj/timer.c
+++ b/pjlib/src/pj/timer.c
@@ -1,23 +1,13 @@
-/* $Header: /pjproject-0.3/pjlib/src/pj/timer.c 8 10/14/05 12:26a Bennylp $ */
-/* (C)1993-2003 Douglas C. Schmidt
+/* $Id$
*
- * This file is originaly from ACE library by Doug Schmidt
- * ACE(TM), TAO(TM) and CIAO(TM) are copyrighted by Douglas C. Schmidt and his research
- * group at Washington University, University of California, Irvine, and Vanderbilt
- * University Copyright (c) 1993-2003, all rights reserved.
*/
-/* $Log: /pjproject-0.3/pjlib/src/pj/timer.c $
- *
- * 8 10/14/05 12:26a Bennylp
- * Finished error code framework, some fixes in ioqueue, etc. Pretty
- * major.
- *
- * 7 9/21/05 1:39p Bennylp
- * Periodic checkin for backup.
- *
- * 6 9/17/05 10:37a Bennylp
- * Major reorganization towards version 0.3.
+/* (C)1993-2003 Douglas C. Schmidt
*
+ * This file is originaly from ACE library by Doug Schmidt
+ * ACE(TM), TAO(TM) and CIAO(TM) are copyrighted by Douglas C. Schmidt and
+ * his research group at Washington University, University of California,
+ * Irvine, and Vanderbilt University Copyright
+ * (c) 1993-2003, all rights reserved.
*/
#include <pj/timer.h>
#include <pj/pool.h>