Skip to content
Snippets Groups Projects
Commit b5e0f19c authored by Tristan Matthews's avatar Tristan Matthews
Browse files

Merge branch 'master' of...

Merge branch 'master' of git+ssh://git.sflphone.org/var/repos/sflphone/git/sflphone into hold_secured_call

Resolved Conflicts:
	daemon/src/audio/audiortp/audio_rtp_factory.cpp
parent 74e95e8e
No related branches found
No related tags found
No related merge requests found
...@@ -25,15 +25,15 @@ ...@@ -25,15 +25,15 @@
class QListWidgetItem; class QListWidgetItem;
/** /**
* @author Jérémy Quentin <jeremy.quentin@gmail.com> * @author Jérémy Quentin <jeremy.quentin@gmail.com>
* Represents an item of a list, that is displayed * Represents an item of a list, that is displayed
* by an QListWidgetItem with a QWidget inside. * by an QListWidgetItem with a QWidget inside.
* The two objects are contained in this class, but their * The two objects are contained in this class, but their
* initializations are pure virtual. * initializations are pure virtual.
* The template class WIDGET_TYPE should be derived from * The template class WIDGET_TYPE should be derived from
* QWidget. * QWidget.
* The implementation of initItem should call initItemWidget * The implementation of initItem should call initItemWidget
*/ */
template<class WIDGET_TYPE>class LIB_EXPORT Item template<class WIDGET_TYPE>class LIB_EXPORT Item
{ {
......
...@@ -18,15 +18,15 @@ ...@@ -18,15 +18,15 @@
* Free Software Foundation, Inc., * * Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/ ***************************************************************************/
#ifndef INSTANCE_INTERFACE_SINGLETON_H #ifndef INSTANCE_INTERFACE_SINGLETON_H
#define INSTANCE_INTERFACE_SINGLETON_H #define INSTANCE_INTERFACE_SINGLETON_H
#include "src/lib/instance_dbus_interface.h" #include "src/lib/instance_dbus_interface.h"
#include "typedefs.h" #include "typedefs.h"
/** /**
* @author Jérémy Quentin <jeremy.quentin@savoirfairelinux.com> * @author Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>
*/ */
class LIB_EXPORT InstanceInterfaceSingleton class LIB_EXPORT InstanceInterfaceSingleton
{ {
......
/* /*
* Copyright (C) 2008 Savoir-Faire Linux inc. * Copyright (C) 2008 Savoir-Faire Linux inc.
* Author: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> * Author: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
/* @file sflphone_const.h /* @file sflphone_const.h
* @brief Contains the global variables for the client code * @brief Contains the global variables for the client code
*/ */
#define APP_NAME "SFLphone KDE Client" #define APP_NAME "SFLphone KDE Client"
#define SIP 0 #define SIP 0
...@@ -149,16 +149,16 @@ ...@@ -149,16 +149,16 @@
// #define TLS_SERVER_NAME "TLS.serverName" // #define TLS_SERVER_NAME "TLS.serverName"
// #define TLS_VERIFY_SERVER "TLS.verifyServer" // #define TLS_VERIFY_SERVER "TLS.verifyServer"
// #define TLS_VERIFY_CLIENT "TLS.verifyClient" // #define TLS_VERIFY_CLIENT "TLS.verifyClient"
// #define TLS_REQUIRE_CLIENT_CERTIFICATE "TLS.requireClientCertificate" // #define TLS_REQUIRE_CLIENT_CERTIFICATE "TLS.requireClientCertificate"
// #define TLS_NEGOTIATION_TIMEOUT_SEC "TLS.negotiationTimeoutSec" // #define TLS_NEGOTIATION_TIMEOUT_SEC "TLS.negotiationTimeoutSec"
// #define TLS_NEGOTIATION_TIMEOUT_MSEC "TLS.negotiationTimemoutMsec" // #define TLS_NEGOTIATION_TIMEOUT_MSEC "TLS.negotiationTimemoutMsec"
// //
// #define LOCAL_INTERFACE "Account.localInterface" // #define LOCAL_INTERFACE "Account.localInterface"
// #define PUBLISHED_SAMEAS_LOCAL "Account.publishedSameAsLocal" // #define PUBLISHED_SAMEAS_LOCAL "Account.publishedSameAsLocal"
// #define LOCAL_PORT "Account.localPort" // #define LOCAL_PORT "Account.localPort"
// #define PUBLISHED_PORT "Account.publishedPort" // #define PUBLISHED_PORT "Account.publishedPort"
// #define PUBLISHED_ADDRESS "Account.publishedAddress" // #define PUBLISHED_ADDRESS "Account.publishedAddress"
// //
// #define REGISTRATION_STATUS "Registration.Status" // #define REGISTRATION_STATUS "Registration.Status"
// #define REGISTRATION_STATE_CODE "Registration.code" // #define REGISTRATION_STATE_CODE "Registration.code"
// #define REGISTRATION_STATE_DESCRIPTION "Registration.description" // #define REGISTRATION_STATE_DESCRIPTION "Registration.description"
...@@ -338,7 +338,7 @@ ...@@ -338,7 +338,7 @@
// #define TLS_SERVER_NAME "TLS.serverName" // #define TLS_SERVER_NAME "TLS.serverName"
// #define TLS_VERIFY_SERVER "TLS.verifyServer" // #define TLS_VERIFY_SERVER "TLS.verifyServer"
// #define TLS_VERIFY_CLIENT "TLS.verifyClient" // #define TLS_VERIFY_CLIENT "TLS.verifyClient"
// #define TLS_REQUIRE_CLIENT_CERTIFICATE "TLS.requireClientCertificate" // #define TLS_REQUIRE_CLIENT_CERTIFICATE "TLS.requireClientCertificate"
// #define TLS_NEGOTIATION_TIMEOUT_SEC "TLS.negotiationTimeoutSec" // #define TLS_NEGOTIATION_TIMEOUT_SEC "TLS.negotiationTimeoutSec"
// #define TLS_NEGOTIATION_TIMEOUT_MSEC "TLS.negotiationTimemoutMsec" // #define TLS_NEGOTIATION_TIMEOUT_MSEC "TLS.negotiationTimemoutMsec"
...@@ -356,7 +356,7 @@ ...@@ -356,7 +356,7 @@
// #define SDES "2" // #define SDES "2"
typedef enum typedef enum
{ {
/** Ringing incoming call */ /** Ringing incoming call */
CALL_STATE_INCOMING = 0, CALL_STATE_INCOMING = 0,
/** Ringing outgoing call */ /** Ringing outgoing call */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment