contentmgmt/referencedrmagent/contentiterator/FileContentIterator.cpp
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".
    22 
    22 
    23 #include "contentIterator.h"
    23 #include "contentIterator.h"
    24 #include "virtualpath.h"
    24 #include "virtualpath.h"
    25 #include "content.h"
    25 #include "content.h"
    26 #include "manager.h"
    26 #include "manager.h"
    27 #include "embeddedobject.h"
    27 #include "EmbeddedObject.h"
    28 #include "FileContentIterator.h"
    28 #include "FileContentIterator.h"
    29 #include "FileContentIteratorBase.h"
    29 #include "FileContentIteratorBase.h"
    30 
    30 
    31 using namespace ContentAccess;
    31 using namespace ContentAccess;
    32 
    32