equal
deleted
inserted
replaced
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2007-2010 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 "Eclipse Public License v1.0" |
4 // under the terms of "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.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
35 void UnsetWakeupAlarm(TRequestStatus& aStatus); |
35 void UnsetWakeupAlarm(TRequestStatus& aStatus); |
36 void Cancel(); |
36 void Cancel(); |
37 |
37 |
38 private: |
38 private: |
39 CRtcAdaptationRef(); |
39 CRtcAdaptationRef(); |
|
40 void ConstructL(); |
|
41 //Helper function to check for P&S Key |
|
42 TBool IsTestPsKeyDefined(); |
|
43 |
|
44 private: |
|
45 MRtcAdaptation* iSaaRtcAdaptationDll; |
|
46 RLibrary iSaaRtcAdaptationLib; |
40 }; |
47 }; |
41 |
48 |
42 #endif // __RTCADAPTATION_H__ |
49 #endif // __RTCADAPTATION_H__ |