sysstatemgmt/systemstateplugins/test/tintadptplugin/src/tstate_adaptationplugin_step.cpp
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".
   174 	}
   174 	}
   175 
   175 
   176 TInt RTestSsmStateAdaptation::CleanupAdaptations()
   176 TInt RTestSsmStateAdaptation::CleanupAdaptations()
   177 	{
   177 	{
   178 	TInt ret = KErrNone;
   178 	TInt ret = KErrNone;
   179     // Since actual plugins are being used, they cannot be unloaded.
   179 	if(Handle())
   180     // Hence return without doing anything. There will be HeapMarkEnd to check that
   180 		{
   181     // memory is not leaked.
   181 		ret =  SendReceive(EDebugCleanupAdaptations);
       
   182 		}
   182 	return ret;
   183 	return ret;
   183 	}
   184 	}
   184 
   185 
   185 CTestStateAdaptStep::CTestStateAdaptStep ()
   186 CTestStateAdaptStep::CTestStateAdaptStep ()
   186 	{
   187 	{