| branch | CompilerCompatibility |
| changeset 11 | c32fb9f4b91e |
| parent 8 | 2e6c4614c58e |
| 9:c65663728cf1 | 11:c32fb9f4b91e |
|---|---|
128 /** |
128 /** |
129 * Struct to hold current settings |
129 * Struct to hold current settings |
130 */ |
130 */ |
131 TCmGenConnSettings iSettings; |
131 TCmGenConnSettings iSettings; |
132 |
132 |
133 /** |
|
134 * Flag is set when wlan is supported |
|
135 */ |
|
136 TBool iIsWlanSupported; |
|
137 |
|
133 }; |
138 }; |
134 |
139 |
135 #endif //GSCONNSETTINGSPLUGINMODEL_H |
140 #endif //GSCONNSETTINGSPLUGINMODEL_H |
136 |
141 |