Changeset 49
- Timestamp:
- Nov 13, 2005 7:40:44 PM (19 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 304 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib-util/include/pjlib-util.h
r33 r49 1 /* 2 * PJLIB - PJ Foundation Library 3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 4 * 5 * Author: 6 * Benny Prijono <bennylp@bulukucing.org> 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2.1 of the License, or (at your option) any later version. 12 * 13 * This library is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 */ 1 22 #include <pjlib-util/md5.h> 2 23 #include <pjlib-util/scanner.h> -
pjproject/trunk/pjlib-util/include/pjlib-util/md5.h
r29 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* -
pjproject/trunk/pjlib-util/include/pjlib-util/scanner.h
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #ifndef __PJ_SCANNER_H__ -
pjproject/trunk/pjlib-util/include/pjlib-util/stun.h
r29 r49 1 /* 2 * PJLIB - PJ Foundation Library 3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 4 * 5 * Author: 6 * Benny Prijono <bennylp@bulukucing.org> 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2.1 of the License, or (at your option) any later version. 12 * 13 * This library is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 */ 1 22 #ifndef __PJ_STUN_H__ 2 23 #define __PJ_STUN_H__ -
pjproject/trunk/pjlib-util/include/pjlib-util/xml.h
r29 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjlib-util/src/pjlib-util-test/main.c
r32 r49 1 /* 2 * PJLIB - PJ Foundation Library 3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 4 * 5 * Author: 6 * Benny Prijono <bennylp@bulukucing.org> 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2.1 of the License, or (at your option) any later version. 12 * 13 * This library is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 */ 1 22 #include "test.h" 2 23 -
pjproject/trunk/pjlib-util/src/pjlib-util-test/test.c
r32 r49 1 /* 2 * PJLIB - PJ Foundation Library 3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 4 * 5 * Author: 6 * Benny Prijono <bennylp@bulukucing.org> 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2.1 of the License, or (at your option) any later version. 12 * 13 * This library is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 */ 1 22 #include "test.h" 2 23 #include <pjlib.h> -
pjproject/trunk/pjlib-util/src/pjlib-util-test/test.h
r32 r49 1 /* 2 * PJLIB - PJ Foundation Library 3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 4 * 5 * Author: 6 * Benny Prijono <bennylp@bulukucing.org> 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2.1 of the License, or (at your option) any later version. 12 * 13 * This library is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 */ 1 22 #include <pj/types.h> 2 23 -
pjproject/trunk/pjlib-util/src/pjlib-util-test/xml.c
r32 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib-util/src/pjlib-util/md5.c
r32 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 /* -
pjproject/trunk/pjlib-util/src/pjlib-util/scanner.c
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pjlib-util/scanner.h> -
pjproject/trunk/pjlib-util/src/pjlib-util/stun.c
r32 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pjlib-util/stun.h> -
pjproject/trunk/pjlib-util/src/pjlib-util/stun_client.c
r32 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pjlib-util/stun.h> -
pjproject/trunk/pjlib-util/src/pjlib-util/symbols.c
r33 r49 1 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 */ 2 23 #include <pjlib.h> 3 24 #include <pjlib-util.h> -
pjproject/trunk/pjlib-util/src/pjlib-util/xml.c
r32 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pjlib-util/xml.h> -
pjproject/trunk/pjlib/include/pj++/file.hpp
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #ifndef __PJPP_FILE_HPP__ -
pjproject/trunk/pjlib/include/pj++/hash.hpp
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #ifndef __PJPP_HASH_HPP__ -
pjproject/trunk/pjlib/include/pj++/list.hpp
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #ifndef __PJPP_LIST_HPP__ -
pjproject/trunk/pjlib/include/pj++/lock.hpp
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #ifndef __PJPP_LOCK_HPP__ -
pjproject/trunk/pjlib/include/pj++/os.hpp
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #ifndef __PJPP_OS_HPP__ -
pjproject/trunk/pjlib/include/pj++/pool.hpp
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #ifndef __PJPP_POOL_HPP__ -
pjproject/trunk/pjlib/include/pj++/proactor.hpp
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #ifndef __PJPP_PROACTOR_HPP__ -
pjproject/trunk/pjlib/include/pj++/scanner.hpp
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #ifndef __PJPP_SCANNER_HPP__ -
pjproject/trunk/pjlib/include/pj++/sock.hpp
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #ifndef __PJPP_SOCK_HPP__ -
pjproject/trunk/pjlib/include/pj++/string.hpp
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #ifndef __PJPP_STRING_HPP__ -
pjproject/trunk/pjlib/include/pj++/timer.hpp
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #ifndef __PJPP_TIMER_HPP__ -
pjproject/trunk/pjlib/include/pj++/tree.hpp
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #ifndef __PJPP_TREE_HPP__ -
pjproject/trunk/pjlib/include/pj++/types.hpp
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #ifndef __PJPP_TYPES_HPP__ -
pjproject/trunk/pjlib/include/pj/addr_resolv.h
r18 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 -
pjproject/trunk/pjlib/include/pj/array.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #ifndef __PJ_ARRAY_H__ -
pjproject/trunk/pjlib/include/pj/assert.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #ifndef __PJ_ASSERT_H__ -
pjproject/trunk/pjlib/include/pj/compat/assert.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/src/pj/compat/assert.h $ -
pjproject/trunk/pjlib/include/pj/compat/cc_gcc.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/src/pj/compat/cc_gcc.h $ -
pjproject/trunk/pjlib/include/pj/compat/cc_msvc.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/include/pj/compat/cc_msvc.h $ -
pjproject/trunk/pjlib/include/pj/compat/ctype.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/include/pj/compat/ctype.h $ -
pjproject/trunk/pjlib/include/pj/compat/errno.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #ifndef __PJ_COMPAT_ERRNO_H__ -
pjproject/trunk/pjlib/include/pj/compat/high_precision.h
r4 r49 1 /* $Id$ 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 2 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 22 */ 4 23 #ifndef __PJ_COMPAT_HIGH_PRECISION_H__ -
pjproject/trunk/pjlib/include/pj/compat/m_alpha.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* -
pjproject/trunk/pjlib/include/pj/compat/m_i386.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/src/pj/compat/m_i386.h $ -
pjproject/trunk/pjlib/include/pj/compat/m_m68k.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/src/pj/compat/m_m68k.h $ -
pjproject/trunk/pjlib/include/pj/compat/m_sparc.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* -
pjproject/trunk/pjlib/include/pj/compat/malloc.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/src/pj/compat/malloc.h $ -
pjproject/trunk/pjlib/include/pj/compat/os_linux.h
r14 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/include/pj/compat/os_linux.h $ -
pjproject/trunk/pjlib/include/pj/compat/os_linux_kernel.h
r14 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/include/pj/compat/os_linux_kernel.h $ -
pjproject/trunk/pjlib/include/pj/compat/os_palmos.h
r11 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/src/pj/compat/os_palmos.h $ -
pjproject/trunk/pjlib/include/pj/compat/os_sunos.h
r14 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: $ -
pjproject/trunk/pjlib/include/pj/compat/os_win32.h
r14 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/include/pj/compat/os_win32.h $ -
pjproject/trunk/pjlib/include/pj/compat/rand.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/include/pj/compat/rand.h $ -
pjproject/trunk/pjlib/include/pj/compat/setjmp.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/include/pj/compat/setjmp.h $ -
pjproject/trunk/pjlib/include/pj/compat/size_t.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/src/pj/compat/size_t.h $ -
pjproject/trunk/pjlib/include/pj/compat/socket.h
r4 r49 2 2 * 3 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/include/pj/compat/socket.h $ 5 26 * -
pjproject/trunk/pjlib/include/pj/compat/sprintf.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/include/pj/compat/sprintf.h $ -
pjproject/trunk/pjlib/include/pj/compat/stdarg.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/src/pj/compat/stdarg.h $ -
pjproject/trunk/pjlib/include/pj/compat/stdfileio.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/src/pj/compat/stdfileio.h $ -
pjproject/trunk/pjlib/include/pj/compat/string.h
r43 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/src/pj/compat/string.h $ -
pjproject/trunk/pjlib/include/pj/compat/time.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/src/pj/compat/time.h $ -
pjproject/trunk/pjlib/include/pj/compat/vsprintf.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/src/pj/compat/vsprintf.h $ -
pjproject/trunk/pjlib/include/pj/config.h
r43 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjlib/include/pj/ctype.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #ifndef __PJ_CTYPE_H__ -
pjproject/trunk/pjlib/include/pj/doxygen.h
r48 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #ifndef __PJ_DOXYGEN_H__ -
pjproject/trunk/pjlib/include/pj/equeue.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #ifndef __PJ_EQUEUE_H__ -
pjproject/trunk/pjlib/include/pj/errno.h
r43 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #ifndef __PJ_ERRNO_H__ -
pjproject/trunk/pjlib/include/pj/except.h
r43 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjlib/include/pj/fifobuf.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjlib/include/pj/file_access.h
r18 r49 1 1 /* $Id */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 */ 2 23 #ifndef __PJ_FILE_ACCESS_H__ 3 24 #define __PJ_FILE_ACCESS_H__ -
pjproject/trunk/pjlib/include/pj/file_io.h
r18 r49 1 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 */ 2 23 #ifndef __PJ_FILE_IO_H__ 3 24 #define __PJ_FILE_IO_H__ -
pjproject/trunk/pjlib/include/pj/guid.h
r4 r49 1 1 /* $header: $ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 */ 2 23 3 24 #ifndef __PJ_GUID_H__ -
pjproject/trunk/pjlib/include/pj/hash.h
r43 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjlib/include/pj/ioqueue.h
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 -
pjproject/trunk/pjlib/include/pj/list.h
r18 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjlib/include/pj/list_i.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjlib/include/pj/lock.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #ifndef __PJ_LOCK_H__ -
pjproject/trunk/pjlib/include/pj/log.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjlib/include/pj/os.h
r36 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjlib/include/pj/pool.h
r18 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjlib/include/pj/pool_i.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjlib/include/pj/rand.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/include/pj/rand.h $ -
pjproject/trunk/pjlib/include/pj/rbtree.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjlib/include/pj/sock.h
r12 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjlib/include/pj/sock_select.h
r11 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/include/pj/sock_select.h $ -
pjproject/trunk/pjlib/include/pj/string.h
r43 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjlib/include/pj/string_i.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjlib/include/pj/timer.h
r36 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* (C)1993-2003 Douglas C. Schmidt -
pjproject/trunk/pjlib/include/pj/types.h
r18 r49 1 /* $Id$ 2 * 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 22 */ 4 23 -
pjproject/trunk/pjlib/include/pjlib++.hpp
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #ifndef __PJLIBPP_H__ -
pjproject/trunk/pjlib/include/pjlib.h
r32 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #ifndef __PJLIB_H__ -
pjproject/trunk/pjlib/src/pj/addr_resolv_linux_kernel.c
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pj/addr_resolv.h> -
pjproject/trunk/pjlib/src/pj/addr_resolv_sock.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/addr_resolv.h> -
pjproject/trunk/pjlib/src/pj/array.c
r6 r49 1 /* $Id$ 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 22 */ 3 23 #include <pj/array.h> -
pjproject/trunk/pjlib/src/pj/compat/sigjmp.c
r4 r49 1 /* $Id$ 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 2 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 22 */ 4 23 #include <pj/config.h> -
pjproject/trunk/pjlib/src/pj/compat/string.c
r4 r49 1 /* $Id$ 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 2 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 22 */ 4 23 #include <pj/types.h> -
pjproject/trunk/pjlib/src/pj/config.c
r19 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/config.h> -
pjproject/trunk/pjlib/src/pj/equeue_winnt.c
r6 r49 1 1 /* $Id$ 2 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 */ 3 24 #include <pj/equeue.h> -
pjproject/trunk/pjlib/src/pj/errno.c
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/errno.h> -
pjproject/trunk/pjlib/src/pj/except.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/except.h> -
pjproject/trunk/pjlib/src/pj/extra-exports.c
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* -
pjproject/trunk/pjlib/src/pj/fifobuf.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/fifobuf.h> -
pjproject/trunk/pjlib/src/pj/file_access_unistd.c
r19 r49 1 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 */ 2 23 #include <pj/file_access.h> 3 24 #include <pj/assert.h> -
pjproject/trunk/pjlib/src/pj/file_access_win32.c
r18 r49 1 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 */ 2 23 #include <pj/file_access.h> 3 24 #include <pj/assert.h> -
pjproject/trunk/pjlib/src/pj/file_io_ansi.c
r36 r49 1 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 */ 2 23 #include <pj/file_io.h> 3 24 #include <pj/assert.h> -
pjproject/trunk/pjlib/src/pj/file_io_win32.c
r18 r49 1 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 */ 2 23 #include <pj/file_io.h> 3 24 #include <pj/errno.h> -
pjproject/trunk/pjlib/src/pj/guid.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/guid.h> -
pjproject/trunk/pjlib/src/pj/guid_simple.c
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pj/guid.h> -
pjproject/trunk/pjlib/src/pj/guid_win32.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/guid.h> -
pjproject/trunk/pjlib/src/pj/hash.c
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/hash.h> … … 6 27 #include <pj/pool.h> 7 28 #include <pj/os.h> 29 #include <pj/ctype.h> 8 30 9 31 /** -
pjproject/trunk/pjlib/src/pj/ioqueue_common_abs.c
r43 r49 1 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 */ 2 23 3 24 /* -
pjproject/trunk/pjlib/src/pj/ioqueue_common_abs.h
r14 r49 1 1 /* $Id */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 */ 2 23 3 24 /* ioqueue_common_abs.h -
pjproject/trunk/pjlib/src/pj/ioqueue_dummy.c
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pj/ioqueue.h> -
pjproject/trunk/pjlib/src/pj/ioqueue_epoll.c
r19 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 /* -
pjproject/trunk/pjlib/src/pj/ioqueue_linux_kernel.c
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pj/ioqueue.h> -
pjproject/trunk/pjlib/src/pj/ioqueue_select.c
r19 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 /* -
pjproject/trunk/pjlib/src/pj/ioqueue_winnt.c
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/ioqueue.h> -
pjproject/trunk/pjlib/src/pj/list.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/list.h> -
pjproject/trunk/pjlib/src/pj/lock.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/lock.h> -
pjproject/trunk/pjlib/src/pj/log.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/types.h> -
pjproject/trunk/pjlib/src/pj/log_writer_printk.c
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pj/log.h> -
pjproject/trunk/pjlib/src/pj/log_writer_stdout.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/log.h> -
pjproject/trunk/pjlib/src/pj/os_core_linux_kernel.c
r5 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pj/os.h> -
pjproject/trunk/pjlib/src/pj/os_core_unix.c
r36 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pj/os.h> -
pjproject/trunk/pjlib/src/pj/os_core_win32.c
r36 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/os.h> -
pjproject/trunk/pjlib/src/pj/os_error_linux_kernel.c
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pj/string.h> -
pjproject/trunk/pjlib/src/pj/os_error_unix.c
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* -
pjproject/trunk/pjlib/src/pj/os_error_win32.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/errno.h> -
pjproject/trunk/pjlib/src/pj/os_time_ansi.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/os.h> -
pjproject/trunk/pjlib/src/pj/os_time_linux_kernel.c
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/src/pj/os_time_linux_kernel.c $ -
pjproject/trunk/pjlib/src/pj/os_timestamp_common.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/os.h> -
pjproject/trunk/pjlib/src/pj/os_timestamp_linux.c
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pj/os.h> -
pjproject/trunk/pjlib/src/pj/os_timestamp_linux_kernel.c
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pj/os.h> -
pjproject/trunk/pjlib/src/pj/os_timestamp_win32.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/os.h> -
pjproject/trunk/pjlib/src/pj/pool.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/pool.h> -
pjproject/trunk/pjlib/src/pj/pool_caching.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/pool.h> -
pjproject/trunk/pjlib/src/pj/pool_dbg_win32.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/pool.h> -
pjproject/trunk/pjlib/src/pj/pool_policy_kmalloc.c
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pj/pool.h> -
pjproject/trunk/pjlib/src/pj/pool_policy_malloc.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/pool.h> -
pjproject/trunk/pjlib/src/pj/rand.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/rand.h> -
pjproject/trunk/pjlib/src/pj/rbtree.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/rbtree.h> -
pjproject/trunk/pjlib/src/pj/sock_bsd.c
r15 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/sock.h> -
pjproject/trunk/pjlib/src/pj/sock_linux_kernel.c
r12 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pj/sock.h> -
pjproject/trunk/pjlib/src/pj/sock_select.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/sock_select.h> -
pjproject/trunk/pjlib/src/pj/string.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/string.h> -
pjproject/trunk/pjlib/src/pj/symbols.c
r32 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pjlib.h> -
pjproject/trunk/pjlib/src/pj/timer.c
r36 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 /* (C)1993-2003 Douglas C. Schmidt -
pjproject/trunk/pjlib/src/pj/types.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/types.h> -
pjproject/trunk/pjlib/src/pjlib++-test/main.cpp
r37 r49 1 /* 2 * PJLIB - PJ Foundation Library 3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 4 * 5 * Author: 6 * Benny Prijono <bennylp@bulukucing.org> 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2.1 of the License, or (at your option) any later version. 12 * 13 * This library is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 */ 1 22 #include <pj++/file.hpp> 2 23 #include <pj++/list.hpp> -
pjproject/trunk/pjlib/src/pjlib-samples/except.c
r6 r49 1 /* $Id$ 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 22 */ 3 23 #include <pj/except.h> -
pjproject/trunk/pjlib/src/pjlib-samples/list.c
r18 r49 1 /* $Id$ 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 22 */ 3 23 #include <pj/list.h> -
pjproject/trunk/pjlib/src/pjlib-samples/log.c
r6 r49 1 /* $Id$ 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 22 */ 3 23 #include <pj/log.h> -
pjproject/trunk/pjlib/src/pjlib-test/atomic.c
r11 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/echo_clt.c
r20 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/errno.c
r6 r49 1 /* $Id$ 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 22 */ 3 23 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/exception.c
r35 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/fifobuf.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/file.c
r32 r49 1 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 */ 2 23 #include "test.h" 3 24 #include <pjlib.h> -
pjproject/trunk/pjlib/src/pjlib-test/ioq_perf.c
r32 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/ioq_tcp.c
r32 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/ioq_udp.c
r32 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/list.c
r35 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/main.c
r11 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/main_mod.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/mutex.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/os.c
r6 r49 1 1 /* $Id$ 2 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 */ 3 24 int dummy_os_var; -
pjproject/trunk/pjlib/src/pjlib-test/pool.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/pool.h> -
pjproject/trunk/pjlib/src/pjlib-test/pool_perf.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/rand.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/rand.h> -
pjproject/trunk/pjlib/src/pjlib-test/rbtree.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/select.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/sleep.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/sock.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pjlib.h> -
pjproject/trunk/pjlib/src/pjlib-test/sock_perf.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/string.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/string.h> -
pjproject/trunk/pjlib/src/pjlib-test/test.c
r32 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/test.h
r32 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #ifndef __PJLIB_TEST_H__ -
pjproject/trunk/pjlib/src/pjlib-test/thread.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/timer.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" … … 60 81 entry[i].cb = &timer_callback; 61 82 } 62 rc = pj_timer_heap_create(pool, MAX_COUNT, 0,&timer);83 rc = pj_timer_heap_create(pool, MAX_COUNT, &timer); 63 84 if (rc != PJ_SUCCESS) { 64 85 app_perror("...error: unable to create timer heap", rc); -
pjproject/trunk/pjlib/src/pjlib-test/timestamp.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/udp_echo_srv_ioqueue.c
r17 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pjlib.h> -
pjproject/trunk/pjlib/src/pjlib-test/udp_echo_srv_sync.c
r21 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/util.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjmedia/src/pjmedia.h
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #ifndef __PJMEDIA_H__ -
pjproject/trunk/pjmedia/src/pjmedia/codec.c
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pjmedia/codec.h> -
pjproject/trunk/pjmedia/src/pjmedia/codec.h
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjmedia/src/pjmedia/config.h
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjmedia/src/pjmedia/dsound.c
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjmedia/src/pjmedia/g711.c
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* This file contains file from Sun Microsystems, Inc, with the complete -
pjproject/trunk/pjmedia/src/pjmedia/jbuf.c
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjmedia/src/pjmedia/jbuf.h
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjmedia/src/pjmedia/mediamgr.c
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pjmedia/mediamgr.h> -
pjproject/trunk/pjmedia/src/pjmedia/mediamgr.h
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjmedia/src/pjmedia/nullsound.c
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pjmedia/sound.h> -
pjproject/trunk/pjmedia/src/pjmedia/pasound.c
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pjmedia/sound.h> -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/dsound_wrapper.c
r2 r49 33 33 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 34 34 * 35 */ 36 /* 37 * PJMEDIA - Multimedia over IP Stack 38 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 39 * 40 * Author: 41 * Benny Prijono <bennylp@bulukucing.org> 42 * 43 * This library is free software; you can redistribute it and/or 44 * modify it under the terms of the GNU Lesser General Public 45 * License as published by the Free Software Foundation; either 46 * version 2.1 of the License, or (at your option) any later version. 47 * 48 * This library is distributed in the hope that it will be useful, 49 * but WITHOUT ANY WARRANTY; without even the implied warranty of 50 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 51 * Lesser General Public License for more details. 52 * 53 * You should have received a copy of the GNU Lesser General Public 54 * License along with this library; if not, write to the Free Software 55 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 35 56 */ 36 57 #include <stdio.h> -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/dsound_wrapper.h
r2 r49 1 /* 2 * PJMEDIA - Multimedia over IP Stack 3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 4 * 5 * Author: 6 * Benny Prijono <bennylp@bulukucing.org> 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2.1 of the License, or (at your option) any later version. 12 * 13 * This library is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 */ 1 22 #ifndef __DSOUND_WRAPPER_H 2 23 #define __DSOUND_WRAPPER_H -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_allocation.c
r2 r49 29 29 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 30 30 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 31 */ 32 /* 33 * PJMEDIA - Multimedia over IP Stack 34 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 35 * 36 * Author: 37 * Benny Prijono <bennylp@bulukucing.org> 38 * 39 * This library is free software; you can redistribute it and/or 40 * modify it under the terms of the GNU Lesser General Public 41 * License as published by the Free Software Foundation; either 42 * version 2.1 of the License, or (at your option) any later version. 43 * 44 * This library is distributed in the hope that it will be useful, 45 * but WITHOUT ANY WARRANTY; without even the implied warranty of 46 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 47 * Lesser General Public License for more details. 48 * 49 * You should have received a copy of the GNU Lesser General Public 50 * License along with this library; if not, write to the Free Software 51 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 31 52 */ 32 53 -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_allocation.h
r2 r49 1 /* 2 * PJMEDIA - Multimedia over IP Stack 3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 4 * 5 * Author: 6 * Benny Prijono <bennylp@bulukucing.org> 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2.1 of the License, or (at your option) any later version. 12 * 13 * This library is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 */ 1 22 #ifndef PA_ALLOCATION_H 2 23 #define PA_ALLOCATION_H -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_converters.c
r2 r49 28 28 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 29 29 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30 */ 31 /* 32 * PJMEDIA - Multimedia over IP Stack 33 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 34 * 35 * Author: 36 * Benny Prijono <bennylp@bulukucing.org> 37 * 38 * This library is free software; you can redistribute it and/or 39 * modify it under the terms of the GNU Lesser General Public 40 * License as published by the Free Software Foundation; either 41 * version 2.1 of the License, or (at your option) any later version. 42 * 43 * This library is distributed in the hope that it will be useful, 44 * but WITHOUT ANY WARRANTY; without even the implied warranty of 45 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 46 * Lesser General Public License for more details. 47 * 48 * You should have received a copy of the GNU Lesser General Public 49 * License along with this library; if not, write to the Free Software 50 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 30 51 */ 31 52 -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_converters.h
r2 r49 1 /* 2 * PJMEDIA - Multimedia over IP Stack 3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 4 * 5 * Author: 6 * Benny Prijono <bennylp@bulukucing.org> 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2.1 of the License, or (at your option) any later version. 12 * 13 * This library is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 */ 1 22 #ifndef PA_CONVERTERS_H 2 23 #define PA_CONVERTERS_H -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_cpuload.c
r2 r49 29 29 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 30 30 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 31 */ 32 /* 33 * PJMEDIA - Multimedia over IP Stack 34 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 35 * 36 * Author: 37 * Benny Prijono <bennylp@bulukucing.org> 38 * 39 * This library is free software; you can redistribute it and/or 40 * modify it under the terms of the GNU Lesser General Public 41 * License as published by the Free Software Foundation; either 42 * version 2.1 of the License, or (at your option) any later version. 43 * 44 * This library is distributed in the hope that it will be useful, 45 * but WITHOUT ANY WARRANTY; without even the implied warranty of 46 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 47 * Lesser General Public License for more details. 48 * 49 * You should have received a copy of the GNU Lesser General Public 50 * License along with this library; if not, write to the Free Software 51 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 31 52 */ 32 53 -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_cpuload.h
r2 r49 1 /* 2 * PJMEDIA - Multimedia over IP Stack 3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 4 * 5 * Author: 6 * Benny Prijono <bennylp@bulukucing.org> 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2.1 of the License, or (at your option) any later version. 12 * 13 * This library is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 */ 1 22 #ifndef PA_CPULOAD_H 2 23 #define PA_CPULOAD_H -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_dither.c
r2 r49 28 28 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 29 29 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30 */ 31 /* 32 * PJMEDIA - Multimedia over IP Stack 33 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 34 * 35 * Author: 36 * Benny Prijono <bennylp@bulukucing.org> 37 * 38 * This library is free software; you can redistribute it and/or 39 * modify it under the terms of the GNU Lesser General Public 40 * License as published by the Free Software Foundation; either 41 * version 2.1 of the License, or (at your option) any later version. 42 * 43 * This library is distributed in the hope that it will be useful, 44 * but WITHOUT ANY WARRANTY; without even the implied warranty of 45 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 46 * Lesser General Public License for more details. 47 * 48 * You should have received a copy of the GNU Lesser General Public 49 * License along with this library; if not, write to the Free Software 50 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 30 51 */ 31 52 -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_dither.h
r2 r49 1 /* 2 * PJMEDIA - Multimedia over IP Stack 3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 4 * 5 * Author: 6 * Benny Prijono <bennylp@bulukucing.org> 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2.1 of the License, or (at your option) any later version. 12 * 13 * This library is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 */ 1 22 #ifndef PA_DITHER_H 2 23 #define PA_DITHER_H -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_endianness.h
r2 r49 1 /* 2 * PJMEDIA - Multimedia over IP Stack 3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 4 * 5 * Author: 6 * Benny Prijono <bennylp@bulukucing.org> 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2.1 of the License, or (at your option) any later version. 12 * 13 * This library is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 */ 1 22 #ifndef PA_ENDIANNESS_H 2 23 #define PA_ENDIANNESS_H -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_front.c
r2 r49 30 30 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 31 31 */ 32 /* 33 * PJMEDIA - Multimedia over IP Stack 34 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 35 * 36 * Author: 37 * Benny Prijono <bennylp@bulukucing.org> 38 * 39 * This library is free software; you can redistribute it and/or 40 * modify it under the terms of the GNU Lesser General Public 41 * License as published by the Free Software Foundation; either 42 * version 2.1 of the License, or (at your option) any later version. 43 * 44 * This library is distributed in the hope that it will be useful, 45 * but WITHOUT ANY WARRANTY; without even the implied warranty of 46 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 47 * Lesser General Public License for more details. 48 * 49 * You should have received a copy of the GNU Lesser General Public 50 * License along with this library; if not, write to the Free Software 51 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 52 */ 32 53 33 54 /* doxygen index page */ -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_hostapi.h
r2 r49 1 /* 2 * PJMEDIA - Multimedia over IP Stack 3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 4 * 5 * Author: 6 * Benny Prijono <bennylp@bulukucing.org> 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2.1 of the License, or (at your option) any later version. 12 * 13 * This library is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 */ 1 22 #ifndef PA_HOSTAPI_H 2 23 #define PA_HOSTAPI_H -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_linux_alsa.c
r2 r49 33 33 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 34 34 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 35 */ 36 /* 37 * PJMEDIA - Multimedia over IP Stack 38 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 39 * 40 * Author: 41 * Benny Prijono <bennylp@bulukucing.org> 42 * 43 * This library is free software; you can redistribute it and/or 44 * modify it under the terms of the GNU Lesser General Public 45 * License as published by the Free Software Foundation; either 46 * version 2.1 of the License, or (at your option) any later version. 47 * 48 * This library is distributed in the hope that it will be useful, 49 * but WITHOUT ANY WARRANTY; without even the implied warranty of 50 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 51 * Lesser General Public License for more details. 52 * 53 * You should have received a copy of the GNU Lesser General Public 54 * License along with this library; if not, write to the Free Software 55 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 35 56 */ 36 57 -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_linux_alsa.h
r2 r49 1 /* 2 * PJMEDIA - Multimedia over IP Stack 3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 4 * 5 * Author: 6 * Benny Prijono <bennylp@bulukucing.org> 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2.1 of the License, or (at your option) any later version. 12 * 13 * This library is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 */ 1 22 #ifndef PA_LINUX_ALSA_H 2 23 #define PA_LINUX_ALSA_H -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_process.c
r2 r49 30 30 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 31 31 */ 32 /* 33 * PJMEDIA - Multimedia over IP Stack 34 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 35 * 36 * Author: 37 * Benny Prijono <bennylp@bulukucing.org> 38 * 39 * This library is free software; you can redistribute it and/or 40 * modify it under the terms of the GNU Lesser General Public 41 * License as published by the Free Software Foundation; either 42 * version 2.1 of the License, or (at your option) any later version. 43 * 44 * This library is distributed in the hope that it will be useful, 45 * but WITHOUT ANY WARRANTY; without even the implied warranty of 46 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 47 * Lesser General Public License for more details. 48 * 49 * You should have received a copy of the GNU Lesser General Public 50 * License along with this library; if not, write to the Free Software 51 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 52 */ 32 53 33 54 /** @file -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_process.h
r2 r49 1 /* 2 * PJMEDIA - Multimedia over IP Stack 3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 4 * 5 * Author: 6 * Benny Prijono <bennylp@bulukucing.org> 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2.1 of the License, or (at your option) any later version. 12 * 13 * This library is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 */ 1 22 #ifndef PA_PROCESS_H 2 23 #define PA_PROCESS_H -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_skeleton.c
r2 r49 31 31 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 32 32 */ 33 /* 34 * PJMEDIA - Multimedia over IP Stack 35 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 36 * 37 * Author: 38 * Benny Prijono <bennylp@bulukucing.org> 39 * 40 * This library is free software; you can redistribute it and/or 41 * modify it under the terms of the GNU Lesser General Public 42 * License as published by the Free Software Foundation; either 43 * version 2.1 of the License, or (at your option) any later version. 44 * 45 * This library is distributed in the hope that it will be useful, 46 * but WITHOUT ANY WARRANTY; without even the implied warranty of 47 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 48 * Lesser General Public License for more details. 49 * 50 * You should have received a copy of the GNU Lesser General Public 51 * License along with this library; if not, write to the Free Software 52 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 53 */ 33 54 34 55 /** @file -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_stream.c
r2 r49 29 29 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 30 30 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 31 */ 32 /* 33 * PJMEDIA - Multimedia over IP Stack 34 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 35 * 36 * Author: 37 * Benny Prijono <bennylp@bulukucing.org> 38 * 39 * This library is free software; you can redistribute it and/or 40 * modify it under the terms of the GNU Lesser General Public 41 * License as published by the Free Software Foundation; either 42 * version 2.1 of the License, or (at your option) any later version. 43 * 44 * This library is distributed in the hope that it will be useful, 45 * but WITHOUT ANY WARRANTY; without even the implied warranty of 46 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 47 * Lesser General Public License for more details. 48 * 49 * You should have received a copy of the GNU Lesser General Public 50 * License along with this library; if not, write to the Free Software 51 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 31 52 */ 32 53 -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_stream.h
r2 r49 1 /* 2 * PJMEDIA - Multimedia over IP Stack 3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 4 * 5 * Author: 6 * Benny Prijono <bennylp@bulukucing.org> 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2.1 of the License, or (at your option) any later version. 12 * 13 * This library is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 */ 1 22 #ifndef PA_STREAM_H 2 23 #define PA_STREAM_H -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_trace.c
r2 r49 29 29 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 30 30 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 31 */ 32 /* 33 * PJMEDIA - Multimedia over IP Stack 34 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 35 * 36 * Author: 37 * Benny Prijono <bennylp@bulukucing.org> 38 * 39 * This library is free software; you can redistribute it and/or 40 * modify it under the terms of the GNU Lesser General Public 41 * License as published by the Free Software Foundation; either 42 * version 2.1 of the License, or (at your option) any later version. 43 * 44 * This library is distributed in the hope that it will be useful, 45 * but WITHOUT ANY WARRANTY; without even the implied warranty of 46 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 47 * Lesser General Public License for more details. 48 * 49 * You should have received a copy of the GNU Lesser General Public 50 * License along with this library; if not, write to the Free Software 51 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 31 52 */ 32 53 -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_trace.h
r2 r49 1 /* 2 * PJMEDIA - Multimedia over IP Stack 3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 4 * 5 * Author: 6 * Benny Prijono <bennylp@bulukucing.org> 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2.1 of the License, or (at your option) any later version. 12 * 13 * This library is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 */ 1 22 #ifndef PA_TRACE_H 2 23 #define PA_TRACE_H -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_types.h
r2 r49 1 /* 2 * PJMEDIA - Multimedia over IP Stack 3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 4 * 5 * Author: 6 * Benny Prijono <bennylp@bulukucing.org> 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2.1 of the License, or (at your option) any later version. 12 * 13 * This library is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 */ 1 22 #ifndef PA_TYPES_H 2 23 #define PA_TYPES_H -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_unix_hostapis.c
r2 r49 28 28 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 29 29 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30 */ 31 /* 32 * PJMEDIA - Multimedia over IP Stack 33 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 34 * 35 * Author: 36 * Benny Prijono <bennylp@bulukucing.org> 37 * 38 * This library is free software; you can redistribute it and/or 39 * modify it under the terms of the GNU Lesser General Public 40 * License as published by the Free Software Foundation; either 41 * version 2.1 of the License, or (at your option) any later version. 42 * 43 * This library is distributed in the hope that it will be useful, 44 * but WITHOUT ANY WARRANTY; without even the implied warranty of 45 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 46 * Lesser General Public License for more details. 47 * 48 * You should have received a copy of the GNU Lesser General Public 49 * License along with this library; if not, write to the Free Software 50 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 30 51 */ 31 52 -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_unix_oss.c
r2 r49 34 34 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 35 35 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 36 */ 37 /* 38 * PJMEDIA - Multimedia over IP Stack 39 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 40 * 41 * Author: 42 * Benny Prijono <bennylp@bulukucing.org> 43 * 44 * This library is free software; you can redistribute it and/or 45 * modify it under the terms of the GNU Lesser General Public 46 * License as published by the Free Software Foundation; either 47 * version 2.1 of the License, or (at your option) any later version. 48 * 49 * This library is distributed in the hope that it will be useful, 50 * but WITHOUT ANY WARRANTY; without even the implied warranty of 51 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 52 * Lesser General Public License for more details. 53 * 54 * You should have received a copy of the GNU Lesser General Public 55 * License along with this library; if not, write to the Free Software 56 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 36 57 */ 37 58 -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_unix_util.c
r2 r49 29 29 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 30 30 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 31 */ 32 /* 33 * PJMEDIA - Multimedia over IP Stack 34 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 35 * 36 * Author: 37 * Benny Prijono <bennylp@bulukucing.org> 38 * 39 * This library is free software; you can redistribute it and/or 40 * modify it under the terms of the GNU Lesser General Public 41 * License as published by the Free Software Foundation; either 42 * version 2.1 of the License, or (at your option) any later version. 43 * 44 * This library is distributed in the hope that it will be useful, 45 * but WITHOUT ANY WARRANTY; without even the implied warranty of 46 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 47 * Lesser General Public License for more details. 48 * 49 * You should have received a copy of the GNU Lesser General Public 50 * License along with this library; if not, write to the Free Software 51 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 31 52 */ 32 53 -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_unix_util.h
r2 r49 1 /* 2 * PJMEDIA - Multimedia over IP Stack 3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 4 * 5 * Author: 6 * Benny Prijono <bennylp@bulukucing.org> 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2.1 of the License, or (at your option) any later version. 12 * 13 * This library is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 */ 1 22 #ifndef PA_UNIX_UTIL_H 2 23 #define PA_UNIX_UTIL_H -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_util.h
r2 r49 1 /* 2 * PJMEDIA - Multimedia over IP Stack 3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 4 * 5 * Author: 6 * Benny Prijono <bennylp@bulukucing.org> 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2.1 of the License, or (at your option) any later version. 12 * 13 * This library is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 */ 1 22 #ifndef PA_UTIL_H 2 23 #define PA_UTIL_H -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_win_ds.c
r2 r49 28 28 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 29 29 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30 */ 31 /* 32 * PJMEDIA - Multimedia over IP Stack 33 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 34 * 35 * Author: 36 * Benny Prijono <bennylp@bulukucing.org> 37 * 38 * This library is free software; you can redistribute it and/or 39 * modify it under the terms of the GNU Lesser General Public 40 * License as published by the Free Software Foundation; either 41 * version 2.1 of the License, or (at your option) any later version. 42 * 43 * This library is distributed in the hope that it will be useful, 44 * but WITHOUT ANY WARRANTY; without even the implied warranty of 45 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 46 * Lesser General Public License for more details. 47 * 48 * You should have received a copy of the GNU Lesser General Public 49 * License along with this library; if not, write to the Free Software 50 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 30 51 */ 31 52 -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_win_hostapis.c
r2 r49 28 28 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 29 29 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30 */ 31 /* 32 * PJMEDIA - Multimedia over IP Stack 33 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 34 * 35 * Author: 36 * Benny Prijono <bennylp@bulukucing.org> 37 * 38 * This library is free software; you can redistribute it and/or 39 * modify it under the terms of the GNU Lesser General Public 40 * License as published by the Free Software Foundation; either 41 * version 2.1 of the License, or (at your option) any later version. 42 * 43 * This library is distributed in the hope that it will be useful, 44 * but WITHOUT ANY WARRANTY; without even the implied warranty of 45 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 46 * Lesser General Public License for more details. 47 * 48 * You should have received a copy of the GNU Lesser General Public 49 * License along with this library; if not, write to the Free Software 50 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 30 51 */ 31 52 -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_win_util.c
r2 r49 29 29 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 30 30 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 31 */ 32 /* 33 * PJMEDIA - Multimedia over IP Stack 34 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 35 * 36 * Author: 37 * Benny Prijono <bennylp@bulukucing.org> 38 * 39 * This library is free software; you can redistribute it and/or 40 * modify it under the terms of the GNU Lesser General Public 41 * License as published by the Free Software Foundation; either 42 * version 2.1 of the License, or (at your option) any later version. 43 * 44 * This library is distributed in the hope that it will be useful, 45 * but WITHOUT ANY WARRANTY; without even the implied warranty of 46 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 47 * Lesser General Public License for more details. 48 * 49 * You should have received a copy of the GNU Lesser General Public 50 * License along with this library; if not, write to the Free Software 51 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 31 52 */ 32 53 -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_win_wmme.c
r2 r49 34 34 * 35 35 */ 36 /* 37 * PJMEDIA - Multimedia over IP Stack 38 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 39 * 40 * Author: 41 * Benny Prijono <bennylp@bulukucing.org> 42 * 43 * This library is free software; you can redistribute it and/or 44 * modify it under the terms of the GNU Lesser General Public 45 * License as published by the Free Software Foundation; either 46 * version 2.1 of the License, or (at your option) any later version. 47 * 48 * This library is distributed in the hope that it will be useful, 49 * but WITHOUT ANY WARRANTY; without even the implied warranty of 50 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 51 * Lesser General Public License for more details. 52 * 53 * You should have received a copy of the GNU Lesser General Public 54 * License along with this library; if not, write to the Free Software 55 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 56 */ 36 57 37 58 /* Modification History: -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_win_wmme.h
r2 r49 1 /* 2 * PJMEDIA - Multimedia over IP Stack 3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 4 * 5 * Author: 6 * Benny Prijono <bennylp@bulukucing.org> 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2.1 of the License, or (at your option) any later version. 12 * 13 * This library is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 */ 1 22 #ifndef PA_WIN_WMME_H 2 23 #define PA_WIN_WMME_H -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_x86_plain_converters.c
r2 r49 1 /* 2 * PJMEDIA - Multimedia over IP Stack 3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 4 * 5 * Author: 6 * Benny Prijono <bennylp@bulukucing.org> 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2.1 of the License, or (at your option) any later version. 12 * 13 * This library is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 */ 1 22 #include "pa_x86_plain_converters.h" 2 23 -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_x86_plain_converters.h
r2 r49 1 /* 2 * PJMEDIA - Multimedia over IP Stack 3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 4 * 5 * Author: 6 * Benny Prijono <bennylp@bulukucing.org> 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2.1 of the License, or (at your option) any later version. 12 * 13 * This library is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 */ 1 22 #ifndef PA_X86_PLAIN_CONVERTERS_H 2 23 #define PA_X86_PLAIN_CONVERTERS_H -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/portaudio.h
r2 r49 1 /* 2 * PJMEDIA - Multimedia over IP Stack 3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 4 * 5 * Author: 6 * Benny Prijono <bennylp@bulukucing.org> 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2.1 of the License, or (at your option) any later version. 12 * 13 * This library is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 */ 1 22 2 23 #ifndef PORTAUDIO_H -
pjproject/trunk/pjmedia/src/pjmedia/rtcp.c
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjmedia/src/pjmedia/rtcp.h
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjmedia/src/pjmedia/rtp.c
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjmedia/src/pjmedia/rtp.h
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjmedia/src/pjmedia/sdp.c
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjmedia/src/pjmedia/sdp.h
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjmedia/src/pjmedia/session.c
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pjmedia/session.h> -
pjproject/trunk/pjmedia/src/pjmedia/session.h
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjmedia/src/pjmedia/sound.h
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjmedia/src/pjmedia/stream.c
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjmedia/src/pjmedia/stream.h
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjmedia/src/test/audio_tool.c
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pjmedia.h> -
pjproject/trunk/pjmedia/src/test/jbuf_test.c
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <stdio.h> -
pjproject/trunk/pjmedia/src/test/main.c
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pj/os.h> -
pjproject/trunk/pjmedia/src/test/rtp_test.c
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pjmedia/rtp.h> -
pjproject/trunk/pjmedia/src/test/sdptest.c
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pjmedia/sdp.h> -
pjproject/trunk/pjmedia/src/test/session_test.c
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pjmedia/mediamgr.h> -
pjproject/trunk/pjsip/include/pjsip-simple/event_notify.h
r38 r49 1 1 /* $Id$ 2 * 3 */ 4 /* 5 * PJSIP - SIP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 24 * 3 25 */ -
pjproject/trunk/pjsip/include/pjsip-simple/event_notify_msg.h
r38 r49 1 1 /* $Id$ 2 * 3 */ 4 /* 5 * PJSIP - SIP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 24 * 3 25 */ -
pjproject/trunk/pjsip/include/pjsip-simple/messaging.h
r38 r49 1 1 /* $Id$ 2 * 3 */ 4 /* 5 * PJSIP - SIP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 24 * 3 25 */ -
pjproject/trunk/pjsip/include/pjsip-simple/pidf.h
r38 r49 1 1 /* $Id$ 2 * 3 */ 4 /* 5 * PJSIP - SIP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 24 * 3 25 */ -
pjproject/trunk/pjsip/include/pjsip-simple/presence.h
r38 r49 1 1 /* $Id$ 2 * 3 */ 4 /* 5 * PJSIP - SIP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 24 * 3 25 */ -
pjproject/trunk/pjsip/include/pjsip-simple/xpidf.h
r38 r49 1 1 /* $Id$ 2 * 3 */ 4 /* 5 * PJSIP - SIP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 24 * 3 25 */ -
pjproject/trunk/pjsip/include/pjsip-ua/sip_dialog.h
r38 r49 1 1 /* $Id$ 2 * 3 */ 4 /* 5 * PJSIP - SIP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 24 * 3 25 */ -
pjproject/trunk/pjsip/include/pjsip-ua/sip_regc.h
r38 r49 1 1 /* $Id$ 2 * 3 */ 4 /* 5 * PJSIP - SIP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 24 * 3 25 */ -
pjproject/trunk/pjsip/include/pjsip-ua/sip_ua.h
r38 r49 1 1 /* $Id$ 2 * 3 */ 4 /* 5 * PJSIP - SIP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 24 * 3 25 */ -
pjproject/trunk/pjsip/include/pjsip/print_util.h
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJSIP - SIP Stack 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * 2 24 */ 3 25 #ifndef __PJSIP_PRINT_H__ -
pjproject/trunk/pjsip/include/pjsip/sip_auth.h
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJSIP - SIP Stack 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * 2 24 */ 3 25 #ifndef __PJSIP_AUTH_SIP_AUTH_H__ -
pjproject/trunk/pjsip/include/pjsip/sip_auth_msg.h
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJSIP - SIP Stack 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * 2 24 */ 3 25 #ifndef __PJSIP_AUTH_SIP_AUTH_MSG_H__ -
pjproject/trunk/pjsip/include/pjsip/sip_auth_parser.h
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJSIP - SIP Stack 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * 2 24 */ 3 25 #ifndef __PJSIP_AUTH_SIP_AUTH_PARSER_H__ -
pjproject/trunk/pjsip/include/pjsip/sip_config.h
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJSIP - SIP Stack 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * 2 24 */ 3 25 #ifndef __PJSIP_SIP_CONFIG_H__ -
pjproject/trunk/pjsip/include/pjsip/sip_endpoint.h
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJSIP - SIP Stack 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * 2 24 */ 3 25 #ifndef __PJSIP_SIP_ENDPOINT_H__ -
pjproject/trunk/pjsip/include/pjsip/sip_errno.h
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJSIP - SIP Stack 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * 2 24 */ 3 25 #ifndef __PJSIP_SIP_ERRNO_H__ -
pjproject/trunk/pjsip/include/pjsip/sip_event.h
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJSIP - SIP Stack 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * 2 24 */ 3 25 #ifndef __PJSIP_SIP_EVENT_H__ -
pjproject/trunk/pjsip/include/pjsip/sip_misc.h
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJSIP - SIP Stack 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * 2 24 */ 3 25 #ifndef __PJSIP_SIP_MISC_H__ -
pjproject/trunk/pjsip/include/pjsip/sip_module.h
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJSIP - SIP Stack 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * 2 24 */ 3 25 #ifndef __PJSIP_SIP_MODULE_H__ -
pjproject/trunk/pjsip/include/pjsip/sip_msg.h
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJSIP - SIP Stack 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * 2 24 */ 3 25 #ifndef __PJSIP_SIP_MSG_H__ -
pjproject/trunk/pjsip/include/pjsip/sip_msg_i.h
r43 r49 1 1 /* $Id$ 2 * 3 */ 4 /* 5 * PJSIP - SIP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 24 * 3 25 */ -
pjproject/trunk/pjsip/include/pjsip/sip_parser.h
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJSIP - SIP Stack 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * 2 24 */ 3 25 #ifndef __PJSIP_SIP_PARSER_H__ -
pjproject/trunk/pjsip/include/pjsip/sip_private.h
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJSIP - SIP Stack 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * 2 24 */ 3 25 #ifndef __PJSIP_SIP_PRIVATE_H__ -
pjproject/trunk/pjsip/include/pjsip/sip_resolve.h
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJSIP - SIP Stack 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * 2 24 */ 3 25 #ifndef __PJSIP_SIP_RESOLVE_H__ -
pjproject/trunk/pjsip/include/pjsip/sip_transaction.h
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJSIP - SIP Stack 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * 2 24 */ 3 25 #ifndef __PJSIP_SIP_TRANSACTION_H__ -
pjproject/trunk/pjsip/include/pjsip/sip_transport.h
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJSIP - SIP Stack 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * 2 24 */ 3 25 #ifndef __PJSIP_SIP_TRANSPORT_H__ -
pjproject/trunk/pjsip/include/pjsip/sip_types.h
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJSIP - SIP Stack 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * 2 24 */ 3 25 #ifndef __PJSIP_SIP_TYPES_H__ -
pjproject/trunk/pjsip/include/pjsip/sip_uri.h
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJSIP - SIP Stack 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * 2 24 */ 3 25 #ifndef __PJSIP_SIP_URI_H__ -
pjproject/trunk/pjsip/include/pjsip_auth.h
r43 r49 1 1 /* $Id$ 2 * 3 */ 4 /* 5 * PJSIP - SIP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 24 * 3 25 */ -
pjproject/trunk/pjsip/include/pjsip_core.h
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJSIP - SIP Stack 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * 2 24 */ 3 25 #ifndef __PJSIP_CORE_H__ -
pjproject/trunk/pjsip/include/pjsip_simple.h
r43 r49 1 1 /* $Id$ 2 * 3 */ 4 /* 5 * PJSIP - SIP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 24 * 3 25 */ -
pjproject/trunk/pjsip/include/pjsip_ua.h
r43 r49 1 1 /* $Id$ 2 * 3 */ 4 /* 5 * PJSIP - SIP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 24 * 3 25 */ -
pjproject/trunk/pjsip/src/pjsip-simple/event_notify.c
r3 r49 1 1 /* $Id$ 2 * 3 */ 4 /* 5 * PJSIP - SIP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 24 * 3 25 */ -
pjproject/trunk/pjsip/src/pjsip-simple/event_notify_msg.c
r3 r49 1 1 /* $Id$ 2 * 3 */ 4 /* 5 * PJSIP - SIP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 24 * 3 25 */ -
pjproject/trunk/pjsip/src/pjsip-simple/messaging.c
r3 r49 1 1 /* $Id$ 2 * 3 */ 4 /* 5 * PJSIP - SIP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 24 * 3 25 */ -
pjproject/trunk/pjsip/src/pjsip-simple/pidf.c
r3 r49 1 1 /* $Id$ 2 * 3 */ 4 /* 5 * PJSIP - SIP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 24 * 3 25 */ -
pjproject/trunk/pjsip/src/pjsip-simple/presence.c
r3 r49 1 1 /* $Id$ 2 * 3 */ 4 /* 5 * PJSIP - SIP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 24 * 3 25 */ -
pjproject/trunk/pjsip/src/pjsip-simple/xpidf.c
r3 r49 1 1 /* $Id$ 2 * 3 */ 4 /* 5 * PJSIP - SIP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 24 * 3 25 */ -
pjproject/trunk/pjsip/src/pjsip-ua/sip_dialog.c
r3 r49 1 1 /* $Id$ 2 * 3 */ 4 /* 5 * PJSIP - SIP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 24 * 3 25 */ -
pjproject/trunk/pjsip/src/pjsip-ua/sip_reg.c
r3 r49 1 1 /* $Id$ 2 * 3 */ 4 /* 5 * PJSIP - SIP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 24 * 3 25 */ -
pjproject/trunk/pjsip/src/pjsip-ua/sip_ua.c
r3 r49 1 1 /* $Id$ 2 * 3 */ 4 /* 5 * PJSIP - SIP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 24 * 3 25 */ -
pjproject/trunk/pjsip/src/pjsip-ua/sip_ua_private.h
r3 r49 1 1 /* $Id$ 2 * 3 */ 4 /* 5 * PJSIP - SIP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 24 * 3 25 */ -
pjproject/trunk/pjsip/src/pjsip/sip_auth.c
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJSIP - SIP Stack 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * 2 24 */ 3 25 #include <pjsip/sip_auth.h> -
pjproject/trunk/pjsip/src/pjsip/sip_auth_msg.c
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJSIP - SIP Stack 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * 2 24 */ 3 25 #include <pjsip/sip_auth_msg.h> -
pjproject/trunk/pjsip/src/pjsip/sip_auth_parser.c
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJSIP - SIP Stack 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * 2 24 */ 3 25 #include <pjsip/sip_auth_parser.h> -
pjproject/trunk/pjsip/src/pjsip/sip_endpoint.c
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJSIP - SIP Stack 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * 2 24 */ 3 25 #include <pjsip/sip_endpoint.h> -
pjproject/trunk/pjsip/src/pjsip/sip_misc.c
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJSIP - SIP Stack 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * 2 24 */ 3 25 #include <pjsip/sip_misc.h> -
pjproject/trunk/pjsip/src/pjsip/sip_msg.c
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJSIP - SIP Stack 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * 2 24 */ 3 25 #include <pjsip/sip_msg.h> -
pjproject/trunk/pjsip/src/pjsip/sip_parser.c
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJSIP - SIP Stack 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * 2 24 */ 3 25 #include <pjsip/sip_parser.h> -
pjproject/trunk/pjsip/src/pjsip/sip_resolve.c
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJSIP - SIP Stack 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * 2 24 */ 3 25 -
pjproject/trunk/pjsip/src/pjsip/sip_transaction.c
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJSIP - SIP Stack 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * 2 24 */ 3 25 #include <pjsip/sip_transaction.h> -
pjproject/trunk/pjsip/src/pjsip/sip_transport.c
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJSIP - SIP Stack 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * 2 24 */ 3 25 #include <pjsip/sip_transport.h> -
pjproject/trunk/pjsip/src/pjsip/sip_uri.c
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJSIP - SIP Stack 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * 2 24 */ 3 25 #include <pjsip/sip_uri.h> -
pjproject/trunk/pjsip/src/pjsua/getopt.c
r43 r49 1 1 /* $Id$ 2 * 3 */ 4 /* 5 * PJSIP - SIP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 24 * 3 25 */ -
pjproject/trunk/pjsip/src/pjsua/getopt.h
r3 r49 1 1 /* $Id$ 2 * 3 */ 4 /* 5 * PJSIP - SIP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 24 * 3 25 */ -
pjproject/trunk/pjsip/src/pjsua/main.c
r43 r49 1 1 /* $Id$ 2 * 3 */ 4 /* 5 * PJSIP - SIP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 24 * 3 25 */ -
pjproject/trunk/pjsip/src/pjsua/misc.c
r43 r49 1 1 /* $Id$ 2 * 3 */ 4 /* 5 * PJSIP - SIP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 24 * 3 25 */ -
pjproject/trunk/pjsip/src/tests/pjsip-core/main.c
r3 r49 1 1 /* $Id$ 2 * 3 */ 4 /* 5 * PJSIP - SIP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 24 * 3 25 */ -
pjproject/trunk/pjsip/src/tests/pjsip-core/test.h
r3 r49 1 1 /* $Id$ 2 * 3 */ 4 /* 5 * PJSIP - SIP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 24 * 3 25 */ -
pjproject/trunk/pjsip/src/tests/pjsip-core/test_msg.c
r3 r49 1 1 /* $Id$ 2 * 3 */ 4 /* 5 * PJSIP - SIP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 24 * 3 25 */ -
pjproject/trunk/pjsip/src/tests/pjsip-core/test_uri.c
r3 r49 1 1 /* $Id$ 2 * 3 */ 4 /* 5 * PJSIP - SIP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 24 * 3 25 */
Note: See TracChangeset
for help on using the changeset viewer.