equal
deleted
inserted
replaced
1 // Copyright (c) 1994-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 1994-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members |
4 // under the terms of the License "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 // |
7 // |
8 // Initial Contributors: |
8 // Initial Contributors: |
9 // Nokia Corporation - initial contribution. |
9 // Nokia Corporation - initial contribution. |
10 // |
10 // |
11 // Contributors: |
11 // Contributors: |
2652 |
2652 |
2653 |
2653 |
2654 |
2654 |
2655 |
2655 |
2656 // class CDeltaTimer |
2656 // class CDeltaTimer |
2657 inline TDeltaTimerEntry::TDeltaTimerEntry(TCallBack& aCallback) |
2657 inline TDeltaTimerEntry::TDeltaTimerEntry(const TCallBack& aCallback) |
2658 /** |
2658 /** |
2659 Constructor specifying a general callback. |
2659 Constructor specifying a general callback. |
2660 |
2660 |
2661 @param aCallback The callback to be called when this timed event entry expires. |
2661 @param aCallback The callback to be called when this timed event entry expires. |
2662 */ |
2662 */ |
3192 |
3192 |
3193 // See header file e32base.h for in-source comment. |
3193 // See header file e32base.h for in-source comment. |
3194 template <class T> |
3194 template <class T> |
3195 inline void CleanupReleasePushL(T& aRef) |
3195 inline void CleanupReleasePushL(T& aRef) |
3196 {CleanupRelease<T>::PushL(aRef);} |
3196 {CleanupRelease<T>::PushL(aRef);} |
|
3197 |
|
3198 |
|
3199 |