1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../gsmlib/gcc41.patch
5 # Copyright (C) 2006 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- gsmlib-1.10/gsmlib/gsm_me_ta.h.vanilla 2006-03-04 19:22:37.360131000 +0100
18 +++ gsmlib-1.10/gsmlib/gsm_me_ta.h 2006-03-04 19:23:37.311877750 +0100
20 // 3 disable phone receive RF circuits only
21 // 4 disable phone both transmit and receive RF circuits
22 // 5...127 implementation-defined
23 - int MeTa::getFunctionalityLevel() throw(GsmException);
24 - void MeTa::setFunctionalityLevel(int level) throw(GsmException);
25 + int getFunctionalityLevel() throw(GsmException);
26 + void setFunctionalityLevel(int level) throw(GsmException);
28 // return battery charge status (+CBC):
29 // 0 ME is powered by the battery
31 void setCallWaitingLockStatus(FacilityClass cl,
32 bool lock)throw(GsmException);
34 - void MeTa::setCLIRPresentation(bool enable) throw(GsmException);
35 + void setCLIRPresentation(bool enable) throw(GsmException);
38 // 0:according to the subscription of the CLIR service
41 - int MeTa::getCLIRPresentation() throw(GsmException);
42 + int getCLIRPresentation() throw(GsmException);
44 friend class Phonebook;
45 friend class SMSStore;