| Start/ | End/ | |||
| True | False | - | Line | Source |
| 1 | /* | |||
| 2 | * ============================================================================ | |||
| 3 | * Name : s_vimpstcmdobserver.cpp | |||
| 4 | * Part of : | |||
| 5 | * Description : | |||
| 6 | * Version : %version: 2 % | |||
| 7 | * | |||
| 8 | * Copyright © 2006, 2007 Nokia. All rights reserved. | |||
| 9 | * This material, including documentation and any related computer | |||
| 10 | * programs, is protected by copyright controlled by Nokia. All | |||
| 11 | * rights are reserved. Copying, including reproducing, storing, | |||
| 12 | * adapting or translating, any or all of this material requires the | |||
| 13 | * prior written consent of Nokia. This material also contains | |||
| 14 | * confidential information which may not be disclosed to others | |||
| 15 | * without the prior written consent of Nokia. | |||
| 16 | * ============================================================================ | |||
| 17 | * Template version: 4.1 | |||
| 18 | */ | |||
| 19 | ||||
| 20 | #include "s_vimpstcmdobserver.h" | |||
| 21 | #include "mvimpstcmd.h" | |||
| 22 | ||||
| 38 | 38 | 23 | void vimpstcmdobserver_stub::CommandFinishedL(const MVIMPSTCmd& aCommand ) | |
| 24 | { | |||
| 25 | TInt res = aCommand.Result(); | |||
| 26 | } | |||
| 27 | ||||
| 0 | 0 | - | 28 | void vimpstcmdobserver_stub::HandleCommandEventL(TVIMPSTEnums::TVIMPSTRegistrationState aState, TInt aServiceError) |
| 29 | { | |||
| 30 | ||||
| 31 | } | |||
| 32 | ||||
| 33 | ||||
| 34 | // End of File | |||
| ***TER 50% (1/2) of SOURCE FILE s_vimpstcmdobserver.cpp | ||||