| Start/ | End/ | |||
| True | False | - | Line | Source |
| 1 | /* | |||
| 2 | * ============================================================================ | |||
| 3 | * Name : s_processarrayobserver.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_processarrayobserver.h" | |||
| 21 | ||||
| 6 | 0 | 22 | MVIMPSTProcessArrayObserver* vimpstprocessarrayobserver_stub::NewL() | |
| 23 | { | |||
| 24 | MVIMPSTProcessArrayObserver* ob = new(ELeave)vimpstprocessarrayobserver_stub; | |||
| 6 | 25 | return ob; | ||
| 26 | } | |||
| 27 | ||||
| 32 | 32 | 28 | void vimpstprocessarrayobserver_stub::HandleAdditionL(TVIMPSTEnums::TItem type, TInt aIndex) | |
| 29 | { | |||
| 30 | ||||
| 31 | } | |||
| 32 | ||||
| 10 | 10 | 33 | void vimpstprocessarrayobserver_stub::HandleDeletionL(TVIMPSTEnums::TItem type, TInt aIndex) | |
| 34 | { | |||
| 35 | ||||
| 36 | } | |||
| 8 | 8 | 37 | void vimpstprocessarrayobserver_stub:: HandleAvatarChangeL( const TDesC& aUserId ) | |
| 38 | { | |||
| 39 | ||||
| 40 | } | |||
| 41 | ||||
| 42 | ||||
| 43 | // End of File | |||
| ***TER 100% (5/5) of SOURCE FILE s_processarrayobserver.cpp | ||||