Update contrib.
1 // Copyright (c) 1998-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 // Common Driver components
24 #ifndef __D32CACHE_H__
34 typedef TBufC<KDbMaxFormatName> TDbFormatName;
36 template <class T,class Factory> inline T* AttachContext(Factory* aF,T* aT);
38 void ExtractUidAndName(const TDesC& aDbFormatStr, TUid& aDbsUid, TPtrC& aUidName);
39 CDbDatabase* CreateDatabaseL(TDbFormat::TCreate aMode, RFs& aFs,
40 const TDesC& aSource, const TDesC& aFormat);
45 class CDbContext : public CBase
47 friend class CDbObject;
49 void Attach(CDbObject* aObject);
51 inline CDbContext() {}
52 inline TInt Ref() const;
60 #include "D32DRVR.INL"