OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.9 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../gsmlib/gcc41.patch
  5. # Copyright (C) 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  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
  14. # version.
  15. # --- T2-COPYRIGHT-NOTE-END ---
  16. --- gsmlib-1.10/gsmlib/gsm_me_ta.h.vanilla 2006-03-04 19:22:37.360131000 +0100
  17. +++ gsmlib-1.10/gsmlib/gsm_me_ta.h 2006-03-04 19:23:37.311877750 +0100
  18. @@ -291,8 +291,8 @@
  19. // 3 disable phone receive RF circuits only
  20. // 4 disable phone both transmit and receive RF circuits
  21. // 5...127 implementation-defined
  22. - int MeTa::getFunctionalityLevel() throw(GsmException);
  23. - void MeTa::setFunctionalityLevel(int level) throw(GsmException);
  24. + int getFunctionalityLevel() throw(GsmException);
  25. + void setFunctionalityLevel(int level) throw(GsmException);
  26. // return battery charge status (+CBC):
  27. // 0 ME is powered by the battery
  28. @@ -386,13 +386,13 @@
  29. void setCallWaitingLockStatus(FacilityClass cl,
  30. bool lock)throw(GsmException);
  31. - void MeTa::setCLIRPresentation(bool enable) throw(GsmException);
  32. + void setCLIRPresentation(bool enable) throw(GsmException);
  33. //(+CLIR)
  34. // 0:according to the subscription of the CLIR service
  35. // 1:CLIR invocation
  36. // 2:CLIR suppression
  37. - int MeTa::getCLIRPresentation() throw(GsmException);
  38. + int getCLIRPresentation() throw(GsmException);
  39. friend class Phonebook;
  40. friend class SMSStore;