Dnia Thursday 20 of July 2006 08:52, Paweł Chuchmała napisał:

> "gsmlib::" nie było. Było tylko "MeTa::", po usunięciu zaczęło
> działać. Patch w załączniku.

Eh, trzeba się obudzić. Patch w drugą stronę oczywiście.

Pozdr,

-- 
Paweł Chuchmała
--- gsmlib-1.10.old/gsmlib/gsm_me_ta.h	2002-10-03 11:46:22.000000000 +0200
+++ gsmlib-1.10.new/gsmlib/gsm_me_ta.h	2006-07-20 08:26:40.568984250 +0200
@@ -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;
_______________________________________________
pld-devel-pl mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl

Odpowiedź listem elektroniczym