equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2003-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". |
21 #include <caf/data.h> |
21 #include <caf/data.h> |
22 #include <caf/attribute.h> |
22 #include <caf/attribute.h> |
23 #include "cafserver.h" |
23 #include "cafserver.h" |
24 #include "bitset.h" |
24 #include "bitset.h" |
25 #include "contentstep.h" |
25 #include "contentstep.h" |
26 #include "embeddedobject.h" |
26 #include "EmbeddedObject.h" |
27 #include "streamableptrarray.h" |
27 #include "StreamablePtrArray.h" |
28 #include "attributeset.h" |
28 #include "attributeset.h" |
29 #include "stringattributeset.h" |
29 #include "stringattributeset.h" |
30 #include <caf/agentfactory.h> |
30 #include <caf/agentfactory.h> |
31 |
31 |
32 using namespace ContentAccess; |
32 using namespace ContentAccess; |