sysstatemgmt/systemstatereferenceplugins/test/tclayer/src/tclayer_step_startupadaptationadapter.cpp
branchRCL_3
changeset 21 ccb4f6b3db21
parent 0 4e1aa6a622a0
child 22 8cb079868133
equal deleted inserted replaced
20:1ddbe54d0645 21:ccb4f6b3db21
     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".
  1738 	
  1738 	
  1739 	CleanupStack::PopAndDestroy(request);
  1739 	CleanupStack::PopAndDestroy(request);
  1740 	}
  1740 	}
  1741 
  1741 
  1742 // declare exported functions for test AFSS-CLAYER-0019
  1742 // declare exported functions for test AFSS-CLAYER-0019
  1743 MEmergencyCallRfAdaptation* CreateEmergencyCallRfAdaptationL(void);
  1743 IMPORT_C MEmergencyCallRfAdaptation* CreateEmergencyCallRfAdaptationL(void);
  1744 MMiscAdaptation* CreateMiscAdaptationL(void);
  1744 IMPORT_C MMiscAdaptation* CreateMiscAdaptationL(void);
  1745 MRtcAdaptation* CreateRtcAdaptationL(void);
  1745 IMPORT_C MRtcAdaptation* CreateRtcAdaptationL(void);
  1746 MSimAdaptation* CreateSimAdaptationL(void);
  1746 IMPORT_C MSimAdaptation* CreateSimAdaptationL(void);
  1747 MStateAdaptation* CreateStateAdaptationL(void);
  1747 IMPORT_C MStateAdaptation* CreateStateAdaptationL(void);
  1748 
  1748 
  1749 /**
  1749 /**
  1750 Old Test CaseID 		AFSS-CLAYER-0019
  1750 Old Test CaseID 		AFSS-CLAYER-0019
  1751 New Test CaseID 		DEVSRVS-SSREFPLUGINS-CLAYER-0012
  1751 New Test CaseID 		DEVSRVS-SSREFPLUGINS-CLAYER-0012
  1752  */
  1752  */