sysstatemgmt/systemstateplugins/test/tintadptplugin/src/tmisc_adaptationplugin_step.cpp
changeset 45 c6215323ad55
parent 0 4e1aa6a622a0
child 61 8cb079868133
equal deleted inserted replaced
44:2c28af138640 45:c6215323ad55
     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".
   197 	}
   197 	}
   198 
   198 
   199 TInt RTestSsmMiscAdaptation::CleanupAdaptations()
   199 TInt RTestSsmMiscAdaptation::CleanupAdaptations()
   200 	{
   200 	{
   201 	TInt ret = KErrNone;
   201 	TInt ret = KErrNone;
   202 	if(Handle())
   202     // Since actual plugins are being used, they cannot be unloaded.
   203 		{
   203     // Hence return without doing anything. There will be HeapMarkEnd to check that
   204 		ret =  SendReceive(EDebugCleanupAdaptations);
   204     // memory is not leaked.
   205 		}
       
   206 	return ret;
   205 	return ret;
   207 	}
   206 	}
   208 
   207 
   209 /** */	
   208 /** */	
   210 CTestMiscAdaptStep::CTestMiscAdaptStep ()
   209 CTestMiscAdaptStep::CTestMiscAdaptStep ()