secureswitools/swisistools/source/interpretsislib/interpretsis.cpp
branchRCL_3
changeset 24 5cc91383ab1e
parent 0 ba25891c3a9e
child 25 7333d7932ef7
equal deleted inserted replaced
23:cd189dac02f7 24:5cc91383ab1e
     1 /*
     1 /*
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   112 		Uninstaller uninstall = Uninstaller(*iSisRegistry, *iParamList);
   112 		Uninstaller uninstall = Uninstaller(*iSisRegistry, *iParamList);
   113 		uninstall.Uninstall();
   113 		uninstall.Uninstall();
   114 		}
   114 		}
   115 	}
   115 	}
   116 
   116 
       
   117 const SisRegistry* CInterpretSIS::GetSisRegistry() const
       
   118 	{
       
   119 	return iSisRegistry;
       
   120 	}
   117 // End of File
   121 // End of File