diff options
author | arved <arved@FreeBSD.org> | 2006-12-21 00:24:59 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2006-12-21 00:24:59 +0800 |
commit | 0c204a8359fcc55a1622df237771385f8a36b438 (patch) | |
tree | 0de1f5f6cc25b900e536d194adb4b2133cbe0091 /comms | |
parent | f12eb52429e612a389c7032eb01fa92bb7f0ee88 (diff) | |
download | freebsd-ports-gnome-0c204a8359fcc55a1622df237771385f8a36b438.tar.gz freebsd-ports-gnome-0c204a8359fcc55a1622df237771385f8a36b438.tar.zst freebsd-ports-gnome-0c204a8359fcc55a1622df237771385f8a36b438.zip |
Fix build with gcc41
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gsmlib/files/patch-gsmlib::gsm_me_ta.h | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/comms/gsmlib/files/patch-gsmlib::gsm_me_ta.h b/comms/gsmlib/files/patch-gsmlib::gsm_me_ta.h new file mode 100644 index 000000000000..be5e42c2dbde --- /dev/null +++ b/comms/gsmlib/files/patch-gsmlib::gsm_me_ta.h @@ -0,0 +1,29 @@ +--- gsmlib/gsm_me_ta.h.orig Wed Dec 20 17:15:09 2006 ++++ gsmlib/gsm_me_ta.h Wed Dec 20 17:16:27 2006 +@@ -291,8 +291,8 @@ + // 3 disable phone receive RF circuits only + // 4 disable phone both transmit and receive RF circuits + // 5...127 implementation-defined +- int MeTa::getFunctionalityLevel() throw(GsmException); +- void MeTa::setFunctionalityLevel(int level) throw(GsmException); ++ int getFunctionalityLevel() throw(GsmException); ++ void setFunctionalityLevel(int level) throw(GsmException); + + // return battery charge status (+CBC): + // 0 ME is powered by the battery +@@ -386,13 +386,13 @@ + void setCallWaitingLockStatus(FacilityClass cl, + bool lock)throw(GsmException); + +- void MeTa::setCLIRPresentation(bool enable) throw(GsmException); ++ void setCLIRPresentation(bool enable) throw(GsmException); + //(+CLIR) + + // 0:according to the subscription of the CLIR service + // 1:CLIR invocation + // 2:CLIR suppression +- int MeTa::getCLIRPresentation() throw(GsmException); ++ int getCLIRPresentation() throw(GsmException); + + friend class Phonebook; + friend class SMSStore; |