contentmgmt/referencedrmagent/contentiterator/FileContentIteratorBase.h
changeset 102 deec7e509f66
parent 15 da2ae96f639b
equal deleted inserted replaced
94:0e6c5a9328b5 102:deec7e509f66
     1 /*
     1 /*
     2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2004-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".
    26 #ifndef __FILECONTENTITERATORBASE_H__
    26 #ifndef __FILECONTENTITERATORBASE_H__
    27 #define __FILECONTENTITERATORBASE_H__
    27 #define __FILECONTENTITERATORBASE_H__
    28 
    28 
    29 #include <e32base.h>
    29 #include <e32base.h>
    30 
    30 
    31 #include "streamableptrarray.h"
    31 #include "StreamablePtrArray.h"
    32 #include "ContentIteratorInterface.h"
    32 #include "ContentIteratorInterface.h"
    33 #include <caf/virtualpathptr.h>
    33 #include <caf/virtualpathptr.h>
    34 
    34 
    35 class CDir;
    35 class CDir;
    36 
    36