Changeset 669
- Timestamp:
- Aug 10, 2006 8:45:17 AM (18 years ago)
- Location:
- pjproject/trunk/pjlib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/timer.h
r66 r669 1 1 /* $Id$ */ 2 2 /* 3 * Copyright (C)2003-2006 Benny Prijono <benny@prijono.org>4 *5 3 * This program is free software; you can redistribute it and/or modify 6 4 * it under the terms of the GNU General Public License as published by … … 48 46 * dynamic memory allocation, which is important for real-time 49 47 * systems. 48 * 49 * You can find the fine ACE library at: 50 * http://www.cs.wustl.edu/~schmidt/ACE.html 51 * 52 * ACE is Copyright (C)1993-2006 Douglas C. Schmidt <d.schmidt@vanderbilt.edu> 53 * 50 54 * @{ 51 55 * -
pjproject/trunk/pjlib/src/pj/timer.c
r251 r669 1 1 /* $Id$ */ 2 2 /* 3 * Copyright (C)2003-2006 Benny Prijono <benny@prijono.org> 3 * The PJLIB's timer heap is based (or more correctly, copied and modied) 4 * from ACE library by Douglas C. Schmidt. ACE is an excellent OO framework 5 * that implements many core patterns for concurrent communication software. 6 * If you're looking for C++ alternative of PJLIB, then ACE is your best 7 * solution. 4 8 * 9 * You may use this file according to ACE open source terms or PJLIB open 10 * source terms. You can find the fine ACE library at: 11 * http://www.cs.wustl.edu/~schmidt/ACE.html 12 * 13 * ACE is Copyright (C)1993-2006 Douglas C. Schmidt <d.schmidt@vanderbilt.edu> 14 * 15 * GNU Public License: 5 16 * This program is free software; you can redistribute it and/or modify 6 17 * it under the terms of the GNU General Public License as published by
Note: See TracChangeset
for help on using the changeset viewer.