gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnokii/common gsm-call.c,1.10,1.11


From: BORBELY Zoltan <address@hidden>
Subject: gnokii/common gsm-call.c,1.10,1.11
Date: Sun, 30 Nov 2003 19:38:08 +0000

Update of /cvsroot/gnokii/gnokii/common
In directory subversions:/tmp/cvs-serv8105/common

Modified Files:
        gsm-call.c 
Log Message:
call status implemented in the 6110 series


Index: gsm-call.c
===================================================================
RCS file: /cvsroot/gnokii/gnokii/common/gsm-call.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** gsm-call.c  30 Nov 2003 18:55:12 -0000      1.10
--- gsm-call.c  30 Nov 2003 19:38:06 -0000      1.11
***************
*** 191,195 ****
  
        if ((err = gn_sm_functions(GN_OP_GetActiveCalls, &data, state)) != 
GN_ERR_NONE)
!               return err == GN_ERR_NOTIMPLEMENTED ? GN_ERR_NONE : err;
  
        /* delete terminated calls */
--- 191,195 ----
  
        if ((err = gn_sm_functions(GN_OP_GetActiveCalls, &data, state)) != 
GN_ERR_NONE)
!               return (err == GN_ERR_NOTIMPLEMENTED || err == 
GN_ERR_NOTSUPPORTED) ? GN_ERR_NONE : err;
  
        /* delete terminated calls */





reply via email to

[Prev in Thread] Current Thread [Next in Thread]