Ignore:
Timestamp:
Feb 25, 2010 1:28:40 PM (3 years ago)
Author:
laurent@…
Branch:
default
Children:
523:e5e76bd6fcdb, 524:22b994a73d9b
Message:

remove wenbox

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wengophone/src/model/config/Config.h

    r420 r522  
    2323#include <settings/CascadingSettings.h> 
    2424 
    25 #include <model/wenbox/EnumWenboxStatus.h> 
    26  
    2725#include <util/String.h> 
    2826#include <util/StringList.h> 
     
    529527 
    530528        /** 
    531          * @name Wenbox Methods 
    532          * @{ 
    533          */ 
    534  
    535         /** Wenbox support enable, disable or not connected (not found). */ 
    536         static const std::string WENBOX_ENABLE_KEY; 
    537         std::string getWenboxEnable() const; 
    538  
    539         /** Wenbox playback audio device name. */ 
    540         static const std::string WENBOX_AUDIO_OUTPUT_DEVICEID_KEY; 
    541         StringList getWenboxAudioOutputDeviceId() const; 
    542  
    543         /** Wenbox record audio device name. */ 
    544         static const std::string WENBOX_AUDIO_INPUT_DEVICEID_KEY; 
    545         StringList getWenboxAudioInputDeviceId() const; 
    546  
    547         /** Wenbox ringer audio device name. */ 
    548         static const std::string WENBOX_AUDIO_RINGER_DEVICEID_KEY; 
    549         StringList getWenboxAudioRingerDeviceId() const; 
    550  
    551         /** @} */ 
    552  
    553         /** 
    554529         * @name Other Methods 
    555530         * @{ 
Note: See TracChangeset for help on using the changeset viewer.