From 45b37e5b40bb9fbee265c96bc263666776a315dc Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sun, 19 Mar 2006 00:50:23 +0000 Subject: Added pjmedia playfile, playsine, and conference sample git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@336 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip-apps/src/samples/debug.c | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 pjsip-apps/src/samples/debug.c (limited to 'pjsip-apps/src/samples/debug.c') diff --git a/pjsip-apps/src/samples/debug.c b/pjsip-apps/src/samples/debug.c new file mode 100644 index 00000000..a37114c0 --- /dev/null +++ b/pjsip-apps/src/samples/debug.c @@ -0,0 +1,31 @@ +/* $Id$ */ +/* + * Copyright (C) 2003-2006 Benny Prijono + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* + * PURPOSE: + * The purpose of this file is to allow debugging of a sample application + * using MSVC IDE. + */ + +/* To debug a sample application, include the source file here. + * E.g.: + * #include "playfile.c" + */ +#include "confsample.c" + -- cgit v1.2.3