author | William Roberts <williamr@symbian.org> |
Wed, 31 Mar 2010 12:33:34 +0100 | |
branch | Symbian3 |
changeset 4 | 837f303aceeb |
parent 2 | 2fe1408b6811 |
permissions | -rw-r--r-- |
williamr@2 | 1 |
/* |
williamr@2 | 2 |
* Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). |
williamr@2 | 3 |
* All rights reserved. |
williamr@2 | 4 |
* This component and the accompanying materials are made available |
williamr@2 | 5 |
* under the terms of the License "Eclipse Public License v1.0" |
williamr@2 | 6 |
* which accompanies this distribution, and is available |
williamr@2 | 7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
williamr@2 | 8 |
* |
williamr@2 | 9 |
* Initial Contributors: |
williamr@2 | 10 |
* Nokia Corporation - initial contribution. |
williamr@2 | 11 |
* |
williamr@2 | 12 |
* Contributors: |
williamr@2 | 13 |
* |
williamr@2 | 14 |
* Description: |
williamr@2 | 15 |
* This contains all definitions required by clients accessing the |
williamr@2 | 16 |
* Content Access Framework. |
williamr@2 | 17 |
* |
williamr@2 | 18 |
*/ |
williamr@2 | 19 |
|
williamr@2 | 20 |
|
williamr@2 | 21 |
/** |
williamr@2 | 22 |
@file |
williamr@4 | 23 |
@publishedAll |
williamr@2 | 24 |
@released |
williamr@2 | 25 |
*/ |
williamr@2 | 26 |
|
williamr@2 | 27 |
#ifndef __CAF_H__ |
williamr@2 | 28 |
#define __CAF_H__ |
williamr@2 | 29 |
|
williamr@2 | 30 |
#include <e32std.h> |
williamr@2 | 31 |
|
williamr@4 | 32 |
// Enumerations |
williamr@4 | 33 |
#include <caf/caftypes.h> |
williamr@4 | 34 |
|
williamr@2 | 35 |
// Errors and Panics |
williamr@2 | 36 |
#include <caf/caferr.h> |
williamr@2 | 37 |
#include <caf/cafpanic.h> |
williamr@2 | 38 |
|
williamr@2 | 39 |
// Client side classes for use by the general public |
williamr@4 | 40 |
#include <caf/data.h> |
williamr@4 | 41 |
#include <caf/content.h> |
williamr@2 | 42 |
#include <caf/agent.h> |
williamr@2 | 43 |
|
williamr@2 | 44 |
// Utiltiy classes from CafUtils |
williamr@2 | 45 |
#include <caf/metadata.h> |
williamr@2 | 46 |
#include <caf/metadataarray.h> |
williamr@2 | 47 |
#include <caf/virtualpath.h> |
williamr@2 | 48 |
#include <caf/virtualpathptr.h> |
williamr@2 | 49 |
#include <caf/embeddedobject.h> |
williamr@2 | 50 |
#include <caf/attributeset.h> |
williamr@2 | 51 |
#include <caf/stringattributeset.h> |
williamr@2 | 52 |
#include <caf/streamableptrarray.h> |
williamr@2 | 53 |
#include <caf/dirstreamable.h> |
williamr@2 | 54 |
|
williamr@4 | 55 |
#ifndef SYMBIAN_ENABLE_PUBLIC_PLATFORM_HEADER_SPLIT |
williamr@4 | 56 |
#include <caf/cafplatform.h> |
williamr@4 | 57 |
#endif // SYMBIAN_ENABLE_SPLIT_HEADERS |
williamr@2 | 58 |
|
williamr@2 | 59 |
#endif // __CAF_H__ |