persistentstorage/sql/SRC/Common/SqlMap.h
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
     1 // Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2004-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".
    16 //
    16 //
    17 
    17 
    18 #ifndef __SQLMAP_H__
    18 #ifndef __SQLMAP_H__
    19 #define __SQLMAP_H__
    19 #define __SQLMAP_H__
    20 
    20 
    21 #include "SqlAssert.h"
    21 #include "SqlPanic.h"
    22 
    22 
    23 //Forward declaration
    23 //Forward declaration
    24 template <class KEY, class DATA, class REFCNTR, class DESTRUCTOR> class RSqlMap;
    24 template <class KEY, class DATA, class REFCNTR, class DESTRUCTOR> class RSqlMap;
    25 
    25 
    26 /**
    26 /**