~ubuntu-branches/ubuntu/wily/sflphone/wily

« back to all changes in this revision

Viewing changes to daemon/libs/pjproject-2.1.0/pjsip-apps/src/symbian_ua_gui/inc/Symbian_ua_guiSettingItemListSettings.h

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2014-01-28 18:23:36 UTC
  • mfrom: (1.1.11)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: package-import@ubuntu.com-20140128182336-3xenud1kbnwmf3mz
* New upstream release 
  - Fixes "New Upstream Release" (Closes: #735846)
  - Fixes "Ringtone does not stop" (Closes: #727164)
  - Fixes "[sflphone-kde] crash on startup" (Closes: #718178)
  - Fixes "sflphone GUI crashes when call is hung up" (Closes: #736583)
* Build-Depends: ensure GnuTLS 2.6
  - libucommon-dev (>= 6.0.7-1.1), libccrtp-dev (>= 2.0.6-3)
  - Fixes "FTBFS Build-Depends libgnutls{26,28}-dev" (Closes: #722040)
* Fix "boost 1.49 is going away" unversioned Build-Depends: (Closes: #736746)
* Add Build-Depends: libsndfile-dev, nepomuk-core-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* $Id: Symbian_ua_guiSettingItemListSettings.h 3550 2011-05-05 05:33:27Z nanang $ */
 
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
 */
 
19
#ifndef SYMBIAN_UA_GUISETTINGITEMLISTSETTINGS_H
 
20
#define SYMBIAN_UA_GUISETTINGITEMLISTSETTINGS_H
 
21
                        
 
22
// [[[ begin generated region: do not modify [Generated Includes]
 
23
#include <e32std.h>
 
24
// ]]] end generated region [Generated Includes]
 
25
 
 
26
// [[[ begin generated region: do not modify [Generated Constants]
 
27
const int KEd_registrarMaxLength = 255;
 
28
const int KEd_userMaxLength = 255;
 
29
const int KEd_passwordMaxLength = 32;
 
30
const int KEd_stun_serverMaxLength = 255;
 
31
// ]]] end generated region [Generated Constants]
 
32
 
 
33
/**
 
34
 * @class       TSymbian_ua_guiSettingItemListSettings Symbian_ua_guiSettingItemListSettings.h
 
35
 */
 
36
class TSymbian_ua_guiSettingItemListSettings
 
37
        {
 
38
public:
 
39
        // construct and destroy
 
40
        static TSymbian_ua_guiSettingItemListSettings* NewL();
 
41
        void ConstructL();
 
42
                
 
43
private:
 
44
        // constructor
 
45
        TSymbian_ua_guiSettingItemListSettings();
 
46
        // [[[ begin generated region: do not modify [Generated Accessors]
 
47
public:
 
48
        TDes& Ed_registrar();
 
49
        void SetEd_registrar(const TDesC& aValue);
 
50
        TDes& Ed_user();
 
51
        void SetEd_user(const TDesC& aValue);
 
52
        TDes& Ed_password();
 
53
        void SetEd_password(const TDesC& aValue);
 
54
        TBool& B_srtp();
 
55
        void SetB_srtp(const TBool& aValue);
 
56
        TBool& B_ice();
 
57
        void SetB_ice(const TBool& aValue);
 
58
        TDes& Ed_stun_server();
 
59
        void SetEd_stun_server(const TDesC& aValue);
 
60
        // ]]] end generated region [Generated Accessors]
 
61
        
 
62
        // [[[ begin generated region: do not modify [Generated Members]
 
63
protected:
 
64
        TBuf<KEd_registrarMaxLength> iEd_registrar;
 
65
        TBuf<KEd_userMaxLength> iEd_user;
 
66
        TBuf<KEd_passwordMaxLength> iEd_password;
 
67
        TBool iB_srtp;
 
68
        TBool iB_ice;
 
69
        TBuf<KEd_stun_serverMaxLength> iEd_stun_server;
 
70
        // ]]] end generated region [Generated Members]
 
71
        
 
72
        };
 
73
#endif // SYMBIAN_UA_GUISETTINGITEMLISTSETTINGS_H