equal
deleted
inserted
replaced
|
1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // This header file includes all necessary header files and uses the namespace |
|
15 // "PCStore" for the access to APIs provided by the pcstore library. |
|
16 // |
|
17 // |
|
18 |
|
19 /** |
|
20 @file |
|
21 @internalAll |
|
22 @released |
|
23 */ |
|
24 #if !defined(__PCSTORE_H__) |
|
25 #define __PCSTORE_H__ |
|
26 |
|
27 #include <pcstore/pcstoredef.h> |
|
28 #include <pcstore/storeexception.h> |
|
29 #include <pcstore/directfilestore.h> |
|
30 #include <pcstore/storewritestream.h> |
|
31 #include <pcstore/storereadstream.h> |
|
32 #include <pcstore/descriptors.h> |
|
33 #include <pcstore/streamid.h> |
|
34 #include <pcstore/uid.h> |
|
35 #include <pcstore/checkeduid.h> |
|
36 |
|
37 using namespace PCStore; |
|
38 |
|
39 #endif // !defined(__PCSTORE_H__) |