persistentstorage/sql/SRC/Server/SqlSrvSecurityMap.h
branchRCL_3
changeset 10 31a8f755b7fe
parent 0 08ec8eefde2f
equal deleted inserted replaced
9:667e88a979d7 10:31a8f755b7fe
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2005-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".
   181 //Typedefs for the {const HBufC*, const HBufC*} map.
   181 //Typedefs for the {const HBufC*, const HBufC*} map.
   182 typedef struct TSqlPair<const HBufC*, const HBufC*, TSqlCompactDbRefCounter>  TSqlCompactDbPair;
   182 typedef struct TSqlPair<const HBufC*, const HBufC*, TSqlCompactDbRefCounter>  TSqlCompactDbPair;
   183 typedef class TLinearOrder<TSqlCompactDbPair> TSqlCompactDbLinearOrder;
   183 typedef class TLinearOrder<TSqlCompactDbPair> TSqlCompactDbLinearOrder;
   184 typedef class RSqlMap<const HBufC*, const HBufC*, TSqlCompactDbRefCounter, TSqlCompactDbDestructor>  RSqlCompactDbMap;
   184 typedef class RSqlMap<const HBufC*, const HBufC*, TSqlCompactDbRefCounter, TSqlCompactDbDestructor>  RSqlCompactDbMap;
   185 typedef class TSqlMapIterator<const HBufC*, const HBufC*, TSqlCompactDbRefCounter, TSqlCompactDbDestructor> TSqlCompactDbMapIterator;
   185 typedef class TSqlMapIterator<const HBufC*, const HBufC*, TSqlCompactDbRefCounter, TSqlCompactDbDestructor> TSqlCompactDbMapIterator;
       
   186 typedef TSqlMapIterator<const TUint8*, const TUint8*, TSqlAttachDbRefCounter, TSqlAttachDbDestructor>  TSqlAttachDbMapIterator;
   186 
   187 
   187 /////////////////////////////////////////////////////////////////////////////////////////////////////////
   188 /////////////////////////////////////////////////////////////////////////////////////////////////////////
   188 
   189 
   189 #endif//__SQLSRVSECURITYMAP_H__
   190 #endif//__SQLSRVSECURITYMAP_H__