Changeset 3550
- Timestamp:
- May 5, 2011 5:33:27 AM (14 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 29 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib-util/src/pjlib-util/getopt.c
r2394 r3550 1 1 /* $Id$ */ 2 /*3 * Copyright (C) 2008-2009 Teluu Inc. (http://www.teluu.com)4 * Copyright (C) 2003-2008 Benny Prijono <benny@prijono.org>5 *6 * This program is free software; you can redistribute it and/or modify7 * it under the terms of the GNU General Public License as published by8 * the Free Software Foundation; either version 2 of the License, or9 * (at your option) any later version.10 *11 * This program is distributed in the hope that it will be useful,12 * but WITHOUT ANY WARRANTY; without even the implied warranty of13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the14 * GNU General Public License for more details.15 *16 * You should have received a copy of the GNU General Public License17 * along with this program; if not, write to the Free Software18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA19 */20 21 2 /* 22 3 * pj_getopt entry points 23 4 * 24 5 * modified by Mike Borella <mike_borella@mw.3com.com> 25 *26 * $Id$27 6 */ 28 7 -
pjproject/trunk/pjmedia/src/test/vectors/swapendian.c
r3549 r3550 1 /* $Id$ */ 2 /* 3 * Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com) 4 * Copyright (C) 2003-2008 Benny Prijono <benny@prijono.org> 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or 9 * (at your option) any later version. 10 * 11 * This program is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with this program; if not, write to the Free Software 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 */ 1 20 #include <stdio.h> 2 21 -
pjproject/trunk/pjmedia/src/test/wsola_test.c
r1844 r3550 1 /* $Id$ */ 2 /* 3 * Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com) 4 * Copyright (C) 2003-2008 Benny Prijono <benny@prijono.org> 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or 9 * (at your option) any later version. 10 * 11 * This program is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with this program; if not, write to the Free Software 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 */ 1 20 #include <pjmedia/wsola.h> 2 21 #include <pj/log.h> -
pjproject/trunk/pjsip-apps/src/ipjsua/Classes/ConfigViewController.h
r3549 r3550 1 // 2 // ConfigViewController.h 3 // ipjsua 4 // 5 // Created by Liong Sauw Ming on 3/25/10. 6 // Copyright 2010 Teluu Inc. (http://www.teluu.com). All rights reserved. 7 // 8 1 /* $Id$ */ 2 /* 3 * Copyright (C) 2010-2011 Teluu Inc. (http://www.teluu.com) 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 */ 9 19 #import <UIKit/UIKit.h> 10 20 -
pjproject/trunk/pjsip-apps/src/ipjsua/Classes/ConfigViewController.m
r3549 r3550 1 // 2 // ConfigViewController.m 3 // ipjsua 4 // 5 // Created by Liong Sauw Ming on 3/25/10. 6 // Copyright 2010 Teluu Inc. (http://www.teluu.com). All rights reserved. 7 // 8 1 /* $Id$ */ 2 /* 3 * Copyright (C) 2010-2011 Teluu Inc. (http://www.teluu.com) 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 */ 9 19 #import "ConfigViewController.h" 10 20 #import "ipjsuaAppDelegate.h" -
pjproject/trunk/pjsip-apps/src/ipjsua/Classes/FirstViewController.h
r3549 r3550 1 // 2 // FirstViewController.h 3 // ipjsua 4 // 5 // Created by Liong Sauw Ming on 3/23/10. 6 // Copyright Teluu Inc. (http://www.teluu.com) 2010. All rights reserved. 7 // 8 1 /* $Id$ */ 2 /* 3 * Copyright (C) 2010-2011 Teluu Inc. (http://www.teluu.com) 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 */ 9 19 #import <UIKit/UIKit.h> 10 20 -
pjproject/trunk/pjsip-apps/src/ipjsua/Classes/FirstViewController.m
r3549 r3550 1 // 2 // FirstViewController.m 3 // ipjsua 4 // 5 // Created by Liong Sauw Ming on 3/23/10. 6 // Copyright Teluu Inc. (http://www.teluu.com) 2010. All rights reserved. 7 // 8 1 /* $Id$ */ 2 /* 3 * Copyright (C) 2010-2011 Teluu Inc. (http://www.teluu.com) 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 */ 9 19 #import "FirstViewController.h" 10 20 #import "ipjsuaAppDelegate.h" -
pjproject/trunk/pjsip-apps/src/ipjsua/Classes/TabBarController.h
r3549 r3550 1 // 2 // TabBarController.h 3 // ipjsua 4 // 5 // Created by Liong Sauw Ming on 3/24/10. 6 // Copyright 2010 Teluu Inc. (http://www.teluu.com). All rights reserved. 7 // 8 1 /* $Id$ */ 2 /* 3 * Copyright (C) 2010-2011 Teluu Inc. (http://www.teluu.com) 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 */ 9 19 #import <UIKit/UIKit.h> 10 20 -
pjproject/trunk/pjsip-apps/src/ipjsua/Classes/TabBarController.m
r3549 r3550 1 // 2 // TabBarController.m 3 // ipjsua 4 // 5 // Created by Liong Sauw Ming on 3/24/10. 6 // Copyright 2010 Teluu Inc. (http://www.teluu.com). All rights reserved. 7 // 8 1 /* $Id$ */ 2 /* 3 * Copyright (C) 2010-2011 Teluu Inc. (http://www.teluu.com) 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 */ 9 19 #import "TabBarController.h" 10 20 -
pjproject/trunk/pjsip-apps/src/ipjsua/Classes/ipjsuaAppDelegate.h
r3549 r3550 1 // 2 // ipjsuaAppDelegate.h 3 // ipjsua 4 // 5 // Created by Liong Sauw Ming on 3/23/10. 6 // Copyright Teluu Inc. (http://www.teluu.com) 2010. All rights reserved. 7 // 8 1 /* $Id$ */ 2 /* 3 * Copyright (C) 2010-2011 Teluu Inc. (http://www.teluu.com) 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 */ 9 19 #import <UIKit/UIKit.h> 10 20 #import "ConfigViewController.h" -
pjproject/trunk/pjsip-apps/src/ipjsua/Classes/ipjsuaAppDelegate.m
r3549 r3550 1 // 2 // ipjsuaAppDelegate.m 3 // ipjsua 4 // 5 // Created by Liong Sauw Ming on 3/23/10. 6 // Copyright Teluu Inc. (http://www.teluu.com) 2010. All rights reserved. 7 // 8 1 /* $Id$ */ 2 /* 3 * Copyright (C) 2010-2011 Teluu Inc. (http://www.teluu.com) 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 */ 9 19 #import <pjlib.h> 10 20 #import <pjsua.h> -
pjproject/trunk/pjsip-apps/src/ipjsua/main.m
r3549 r3550 1 // 2 // main.m 3 // ipjsua 4 // 5 // Created by Liong Sauw Ming on 3/23/10. 6 // Copyright Teluu Inc. (http://www.teluu.com) 2010. All rights reserved. 7 // 8 1 /* $Id$ */ 2 /* 3 * Copyright (C) 2010-2011 Teluu Inc. (http://www.teluu.com) 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 */ 9 19 #import <UIKit/UIKit.h> 10 20 -
pjproject/trunk/pjsip-apps/src/samples/util.h
r407 r3550 1 1 /* $Id$ */ 2 /* 3 * Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com) 4 * Copyright (C) 2003-2008 Benny Prijono <benny@prijono.org> 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or 9 * (at your option) any later version. 10 * 11 * This program is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with this program; if not, write to the Free Software 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 */ 2 20 #include <stdlib.h> /* strtol() */ 3 21 -
pjproject/trunk/pjsip-apps/src/symbian_ua_gui/inc/Symbian_ua_guiSettingItemListSettings.h
r3549 r3550 1 /* 2 ======================================================================== 3 Name : Symbian_ua_guiSettingItemListSettings.h 4 Author : nanang 5 Copyright : (c) PJSIP 2008 6 Description : 7 ======================================================================== 8 */ 1 /* $Id$ */ 2 /* 3 * Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com) 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 */ 9 19 #ifndef SYMBIAN_UA_GUISETTINGITEMLISTSETTINGS_H 10 20 #define SYMBIAN_UA_GUISETTINGITEMLISTSETTINGS_H -
pjproject/trunk/pjsip-apps/src/symbian_ua_gui/inc/symbian_ua_guiAppUi.h
r3549 r3550 1 /* 2 ======================================================================== 3 Name : symbian_ua_guiAppUi.h 4 Author : nanang 5 Copyright : (c) PJSIP 2008 6 Description : 7 ======================================================================== 8 */ 1 /* $Id$ */ 2 /* 3 * Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com) 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 */ 9 19 #ifndef SYMBIAN_UA_GUIAPPUI_H 10 20 #define SYMBIAN_UA_GUIAPPUI_H -
pjproject/trunk/pjsip-apps/src/symbian_ua_gui/inc/symbian_ua_guiApplication.h
r3549 r3550 1 /* 2 ======================================================================== 3 Name : symbian_ua_guiApplication.h 4 Author : nanang 5 Copyright : (c) PJSIP 2008 6 Description : 7 ======================================================================== 8 */ 1 /* $Id$ */ 2 /* 3 * Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com) 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 */ 9 19 #ifndef SYMBIAN_UA_GUIAPPLICATION_H 10 20 #define SYMBIAN_UA_GUIAPPLICATION_H -
pjproject/trunk/pjsip-apps/src/symbian_ua_gui/inc/symbian_ua_guiContainer.h
r3549 r3550 1 /* 2 ======================================================================== 3 Name : symbian_ua_guiContainer.h 4 Author : nanang 5 Copyright : (c) PJSIP 2008 6 Description : 7 ======================================================================== 8 */ 1 /* $Id$ */ 2 /* 3 * Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com) 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 */ 9 19 #ifndef SYMBIAN_UA_GUICONTAINER_H 10 20 #define SYMBIAN_UA_GUICONTAINER_H -
pjproject/trunk/pjsip-apps/src/symbian_ua_gui/inc/symbian_ua_guiContainerView.h
r3549 r3550 1 /* 2 ======================================================================== 3 Name : symbian_ua_guiContainerView.h 4 Author : nanang 5 Copyright : (c) PJSIP 2008 6 Description : 7 ======================================================================== 8 */ 1 /* $Id$ */ 2 /* 3 * Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com) 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 */ 9 19 #ifndef SYMBIAN_UA_GUICONTAINERVIEW_H 10 20 #define SYMBIAN_UA_GUICONTAINERVIEW_H -
pjproject/trunk/pjsip-apps/src/symbian_ua_gui/inc/symbian_ua_guiDocument.h
r3549 r3550 1 /* 2 ======================================================================== 3 Name : symbian_ua_guiDocument.h 4 Author : nanang 5 Copyright : (c) PJSIP 2008 6 Description : 7 ======================================================================== 8 */ 1 /* $Id$ */ 2 /* 3 * Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com) 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 */ 9 19 #ifndef SYMBIAN_UA_GUIDOCUMENT_H 10 20 #define SYMBIAN_UA_GUIDOCUMENT_H -
pjproject/trunk/pjsip-apps/src/symbian_ua_gui/inc/symbian_ua_guiSettingItemList.h
r3549 r3550 1 /* 2 ======================================================================== 3 Name : symbian_ua_guiSettingItemList.h 4 Author : nanang 5 Copyright : (c) PJSIP 2008 6 Description : 7 ======================================================================== 8 */ 1 /* $Id$ */ 2 /* 3 * Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com) 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 */ 9 19 #ifndef SYMBIAN_UA_GUISETTINGITEMLIST_H 10 20 #define SYMBIAN_UA_GUISETTINGITEMLIST_H -
pjproject/trunk/pjsip-apps/src/symbian_ua_gui/inc/symbian_ua_guiSettingItemListView.h
r3549 r3550 1 /* 2 ======================================================================== 3 Name : symbian_ua_guiSettingItemListView.h 4 Author : nanang 5 Copyright : (c) PJSIP 2008 6 Description : 7 ======================================================================== 8 */ 1 /* $Id$ */ 2 /* 3 * Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com) 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 */ 9 19 #ifndef SYMBIAN_UA_GUISETTINGITEMLISTVIEW_H 10 20 #define SYMBIAN_UA_GUISETTINGITEMLISTVIEW_H -
pjproject/trunk/pjsip-apps/src/symbian_ua_gui/src/Symbian_ua_guiSettingItemListSets.cpp
r3549 r3550 1 /* 2 ======================================================================== 3 Name : Symbian_ua_guiSettingItemListSettings.cpp 4 Author : nanang 5 Copyright : (c) 2008-2009 Teluu Inc. 6 Description : 7 ======================================================================== 8 */ 1 /* $Id$ */ 2 /* 3 * Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com) 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 */ 9 19 /** 10 20 * Generated helper class which manages the settings contained -
pjproject/trunk/pjsip-apps/src/symbian_ua_gui/src/symbian_ua_guiAppUi.cpp
r3549 r3550 1 /* 2 ======================================================================== 3 Name : symbian_ua_guiAppUi.cpp 4 Author : nanang 5 Copyright : (c) 2008-2009 Teluu Inc. 6 Description : 7 ======================================================================== 8 */ 1 /* $Id$ */ 2 /* 3 * Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com) 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 */ 9 19 // [[[ begin generated region: do not modify [Generated System Includes] 10 20 #include <eikmenub.h> -
pjproject/trunk/pjsip-apps/src/symbian_ua_gui/src/symbian_ua_guiApplication.cpp
r3549 r3550 1 /* 2 ======================================================================== 3 Name : symbian_ua_guiApplication.cpp 4 Author : nanang 5 Copyright : (c) 2008-2009 Teluu Inc. 6 Description : 7 ======================================================================== 8 */ 1 /* $Id$ */ 2 /* 3 * Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com) 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 */ 9 19 // [[[ begin generated region: do not modify [Generated System Includes] 10 20 // ]]] end generated region [Generated System Includes] -
pjproject/trunk/pjsip-apps/src/symbian_ua_gui/src/symbian_ua_guiContainer.cpp
r3549 r3550 1 /* 2 ======================================================================== 3 Name : symbian_ua_guiContainer.cpp 4 Author : nanang 5 Copyright : (c) 2008-2009 Teluu Inc. 6 Description : 7 ======================================================================== 8 */ 1 /* $Id$ */ 2 /* 3 * Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com) 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 */ 9 19 // [[[ begin generated region: do not modify [Generated System Includes] 10 20 #include <barsread.h> -
pjproject/trunk/pjsip-apps/src/symbian_ua_gui/src/symbian_ua_guiContainerView.cpp
r3549 r3550 1 /* 2 ======================================================================== 3 Name : symbian_ua_guiContainerView.cpp 4 Author : nanang 5 Copyright : (c) 2008-2009 Teluu Inc. 6 Description : 7 ======================================================================== 8 */ 1 /* $Id$ */ 2 /* 3 * Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com) 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 */ 9 19 // [[[ begin generated region: do not modify [Generated System Includes] 10 20 #include <aknviewappui.h> -
pjproject/trunk/pjsip-apps/src/symbian_ua_gui/src/symbian_ua_guiDocument.cpp
r3549 r3550 1 /* 2 ======================================================================== 3 Name : symbian_ua_guiDocument.cpp 4 Author : nanang 5 Copyright : (c) 2008-2009 Teluu Inc. 6 Description : 7 ======================================================================== 8 */ 1 /* $Id$ */ 2 /* 3 * Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com) 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 */ 9 19 // [[[ begin generated region: do not modify [Generated User Includes] 10 20 #include "symbian_ua_guiDocument.h" -
pjproject/trunk/pjsip-apps/src/symbian_ua_gui/src/symbian_ua_guiSettingItemList.cpp
r3549 r3550 1 /* 2 ======================================================================== 3 Name : symbian_ua_guiSettingItemList.cpp 4 Author : nanang 5 Copyright : (c) 2008-2009 Teluu Inc. 6 Description : 7 ======================================================================== 8 */ 1 /* $Id$ */ 2 /* 3 * Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com) 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 */ 9 19 10 20 // [[[ begin generated region: do not modify [Generated System Includes] -
pjproject/trunk/pjsip-apps/src/symbian_ua_gui/src/symbian_ua_guiSettingItemListView.cpp
r3549 r3550 1 /* 2 ======================================================================== 3 Name : symbian_ua_guiSettingItemListView.cpp 4 Author : nanang 5 Copyright : (c) 2008-2009 Teluu Inc. 6 Description : 7 ======================================================================== 8 */ 1 /* $Id$ */ 2 /* 3 * Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com) 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 */ 9 19 // [[[ begin generated region: do not modify [Generated System Includes] 10 20 #include <aknviewappui.h>
Note: See TracChangeset
for help on using the changeset viewer.