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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
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.
24 #if !defined(__PCSTORE_H__)
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>
37 using namespace PCStore;
39 #endif // !defined(__PCSTORE_H__)