sysstatemgmt/systemstateplugins/adptplugin/inc/emergencycallrfadaptationref.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 	//from MEmergencyCallRfAdaptation
    35 	//from MEmergencyCallRfAdaptation
    36 	void Release();
    36 	void Release();
    37 	void ActivateRfForEmergencyCall(TRequestStatus& aStatus);
    37 	void ActivateRfForEmergencyCall(TRequestStatus& aStatus);
    38 	void DeactivateRfForEmergencyCall(TRequestStatus& aStatus);
    38 	void DeactivateRfForEmergencyCall(TRequestStatus& aStatus);
    39 	void Cancel();
    39 	void Cancel();
    40 	
    40 
    41 private:
    41 private:
    42 	CEmergencyCallRfAdaptationRef();
    42 	CEmergencyCallRfAdaptationRef();
    43 	~CEmergencyCallRfAdaptationRef();
    43 	~CEmergencyCallRfAdaptationRef();
    44 	void ConstructL();
       
    45 	//Helper function to check for P&S Key
       
    46     TBool IsTestPsKeyDefined();
       
    47 	
       
    48 private:    
       
    49 	MEmergencyCallRfAdaptation* iSaaEmergencyCallRfAdaptationDll;
       
    50 	RLibrary iSaaEmergencyCallRfAdaptationLib;
       
    51 	};
    44 	};
    52 
    45 
    53 #endif // __EMERGENCYCALLRFADAPTATION_H__
    46 #endif // __EMERGENCYCALLRFADAPTATION_H__