equal
deleted
inserted
replaced
16 */ |
16 */ |
17 |
17 |
18 // User includes |
18 // User includes |
19 #include "seccodemodel.h" |
19 #include "seccodemodel.h" |
20 #include "seccodemodel_p.h" |
20 #include "seccodemodel_p.h" |
|
21 #include <../../inc/cpsecplugins.h> |
21 |
22 |
22 // ======== MEMBER FUNCTIONS ======== |
23 // ======== MEMBER FUNCTIONS ======== |
23 |
24 |
24 /*! |
25 /*! |
25 Constructor |
26 Constructor |
41 /*! |
42 /*! |
42 Get Pin Code Request State |
43 Get Pin Code Request State |
43 */ |
44 */ |
44 bool SecCodeModel::pinCodeRequest() const |
45 bool SecCodeModel::pinCodeRequest() const |
45 { |
46 { |
|
47 RDEBUG("0", 0); |
46 return d_ptr->pinCodeRequest(); |
48 return d_ptr->pinCodeRequest(); |
47 } |
49 } |
48 |
50 |
49 /*! |
51 /*! |
50 Change Pin Code |
52 Change Pin Code |
51 */ |
53 */ |
52 bool SecCodeModel::changePinCodeRequest() |
54 bool SecCodeModel::changePinCodeRequest() |
53 { |
55 { |
|
56 RDEBUG("0", 0); |
54 return d_ptr->changePinCodeRequest(); |
57 return d_ptr->changePinCodeRequest(); |
55 } |
58 } |
56 |
59 |
57 /*! |
60 /*! |
58 Change Pin Code |
61 Change Pin Code |
59 */ |
62 */ |
60 int SecCodeModel::changePinCode() |
63 int SecCodeModel::changePinCode() |
61 { |
64 { |
|
65 RDEBUG("0", 0); |
62 return d_ptr->changePinCode(); |
66 return d_ptr->changePinCode(); |
63 } |
67 } |
64 |
68 |
65 /*! |
69 /*! |
66 Change Pin2 Code |
70 Change Pin2 Code |
67 */ |
71 */ |
68 int SecCodeModel::changePin2Code() |
72 int SecCodeModel::changePin2Code() |
69 { |
73 { |
|
74 RDEBUG("0", 0); |
70 return d_ptr->changePin2Code(); |
75 return d_ptr->changePin2Code(); |
71 } |
76 } |