--- a/secureswitools/swisistools/source/interpretsislib/sisregistry.h Tue Jun 29 16:50:12 2010 +0300
+++ b/secureswitools/swisistools/source/interpretsislib/sisregistry.h Thu Jul 08 20:28:00 2010 +0300
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
@@ -95,6 +95,7 @@
static const std::string KRegistryV52string;
static const std::string KRegistryV53string;
static const std::string KRegistryV54string;
+ typedef std::multimap<TUint32, SisRegistryObject*> EntryMap;
private: // Internal methods
void ReadStubs( const std::wstring& aDirectory );
@@ -129,9 +130,6 @@
private: // Friends
friend struct Contains;
-private: // Type definitions
- typedef std::multimap<TUint32, SisRegistryObject*> EntryMap;
-
private: // Constants
static const std::wstring KPathToRegistry;
static const std::wstring KPathToRomStubs;