Skip to content
Snippets Groups Projects
Select Git revision
  • 53374b7ded9902ffa747e983e6509efe9ee2561a
  • master default protected
  • nightly/20250722.0
  • beta/202507211539
  • stable/20250718.0
  • nightly/20250718.0
  • nightly/20250714.0
  • beta/202507141552
  • beta/202506161038
  • stable/20250613.0
  • nightly/20250613.0
  • beta/202506101658
  • stable/20250610.0
  • nightly/20250610.0
  • beta/202506091027
  • beta/202506061543
  • nightly/20250605.0
  • beta/202506051039
  • beta/202506051002
  • beta/202506041611
  • beta/202506041335
  • beta/202505231812
22 results

messagesadapter.cpp

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    managerimpl.h 42.93 KiB
    /*
     *  Copyright (C) 2004, 2005, 2006, 2009, 2008, 2009, 2010 Savoir-Faire Linux Inc.
     *  Author: Yan Morin <yan.morin@savoirfairelinux.com>
     *  Author: Laurielle Lea <laurielle.lea@savoirfairelinux.com>
     *  Author: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
     *  Author: Guillaume Carmel-Archambault <guillaume.carmel-archambault@savoirfairelinux.com>
     *
     *  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 3 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., 675 Mass Ave, Cambridge, MA 02139, USA.
     *
     *  Additional permission under GNU GPL version 3 section 7:
     *
     *  If you modify this program, or any covered work, by linking or
     *  combining it with the OpenSSL project's OpenSSL library (or a
     *  modified version of that library), containing parts covered by the
     *  terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
     *  grants you additional permission to convey the resulting work.
     *  Corresponding Source for a non-source form of such a combination
     *  shall include the source code for the parts of OpenSSL used as well
     *  as that of the covered work.
     */
    
    #ifndef __SFL_MANAGER_H__
    #define __SFL_MANAGER_H__
    
    #include <string>
    #include <vector>
    #include <set>
    #include <map>
    #include <cc++/thread.h>
    #include "dbus/dbusmanager.h"
    
    #include "observer.h"
    #include "config/config.h"
    
    #include "account.h"
    #include "call.h"
    #include "conference.h"
    #include "numbercleaner.h"
    
    #include "audio/sound/tonelist.h"  // for Tone::TONEID declaration
    #include "audio/sound/audiofile.h"
    #include "audio/sound/dtmf.h" // DTMF class contained by value here
    #include "audio/codecs/codecDescriptor.h" // CodecDescriptor class contained by value here
    
    #include "audio/mainbuffer.h"
    #include "yamlemitter.h"
    #include "yamlparser.h"
    #include "preferences.h"
    
    #include "im/InstantMessaging.h"
    
    class AudioLayer;
    class GuiFramework;
    class TelephoneTone;
    class VoIPLink;
    
    // class Conference;