sysstatemgmt/systemstateplugins/adptplugin/inc/rtcadaptationref.h
branchRCL_3
changeset 22 8cb079868133
parent 21 ccb4f6b3db21
equal deleted inserted replaced
21:ccb4f6b3db21 22:8cb079868133
     1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-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 "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;
       
    47 	};
    40 	};
    48 
    41 
    49 #endif // __RTCADAPTATION_H__
    42 #endif // __RTCADAPTATION_H__