branch | RCL_3 |
changeset 43 | c1f20ce4abcf |
parent 26 | c734af59ce98 |
child 44 | 3e88ff8f41d5 |
42:a179b74831c9 | 43:c1f20ce4abcf |
---|---|
1125 } |
1125 } |
1126 |
1126 |
1127 return(EFalse); |
1127 return(EFalse); |
1128 } |
1128 } |
1129 |
1129 |
1130 inline void DMMCSession::SaveCard() |
|
1131 { |
|
1132 if (iCardP) |
|
1133 iSavedCardP = iCardP; |
|
1134 } |
|
1135 |
|
1136 inline void DMMCSession::RestoreCard() |
|
1137 { |
|
1138 if (iSavedCardP) |
|
1139 iCardP = iSavedCardP; |
|
1140 iSavedCardP = NULL; |
|
1141 } |
|
1130 |
1142 |
1131 // -------- class DMMCSocket -------- |
1143 // -------- class DMMCSocket -------- |
1132 |
1144 |
1133 inline TBool DMMCSocket::SupportsDoubleBuffering() |
1145 inline TBool DMMCSocket::SupportsDoubleBuffering() |
1134 /** |
1146 /** |