branch | RCL_3 |
changeset 16 | 95674584745d |
parent 8 | 0707dd69d236 |
child 22 | 613943a21004 |
15:53b7818cd282 | 16:95674584745d |
---|---|
188 |
188 |
189 switch( opcode ) |
189 switch( opcode ) |
190 { |
190 { |
191 case EBTEngSetPowerState: |
191 case EBTEngSetPowerState: |
192 { |
192 { |
193 // Store auto off information |
|
194 iAutoSwitchOff = (TBool) aMessage.Int1(); |
|
193 Server()->SetPowerStateL( aMessage ); |
195 Server()->SetPowerStateL( aMessage ); |
194 } |
196 } |
195 break; |
197 break; |
196 case EBTEngSetVisibilityMode: |
198 case EBTEngSetVisibilityMode: |
197 { |
199 { |