Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/main/pjlib/src/pj/timer.c

    • Property svn:keywords deleted
    r3 r1  
    1 /* $Id$ 
    2  * 
    3  */ 
     1/* $Header: /pjproject-0.3/pjlib/src/pj/timer.c 8     10/14/05 12:26a Bennylp $ */ 
    42/* (C)1993-2003 Douglas C. Schmidt 
    53 * 
    64 * This file is originaly from ACE library by Doug Schmidt 
    7  * ACE(TM), TAO(TM) and CIAO(TM) are copyrighted by Douglas C. Schmidt and  
    8  * his research group at Washington University, University of California,  
    9  * Irvine, and Vanderbilt University Copyright  
    10  * (c) 1993-2003, all rights reserved. 
     5 * ACE(TM), TAO(TM) and CIAO(TM) are copyrighted by Douglas C. Schmidt and his research  
     6 * group at Washington University, University of California, Irvine, and Vanderbilt  
     7 * University Copyright (c) 1993-2003, all rights reserved. 
     8 */ 
     9/* $Log: /pjproject-0.3/pjlib/src/pj/timer.c $ 
     10 *  
     11 * 8     10/14/05 12:26a Bennylp 
     12 * Finished error code framework, some fixes in ioqueue, etc. Pretty 
     13 * major. 
     14 *  
     15 * 7     9/21/05 1:39p Bennylp 
     16 * Periodic checkin for backup. 
     17 *  
     18 * 6     9/17/05 10:37a Bennylp 
     19 * Major reorganization towards version 0.3. 
     20 * 
    1121 */ 
    1222#include <pj/timer.h> 
Note: See TracChangeset for help on using the changeset viewer.