diff -r 1221b68b8a5f -r 1481bf457703 omadrm/drmengine/roap/inc/RoapConnection.h --- a/omadrm/drmengine/roap/inc/RoapConnection.h Tue Aug 31 15:29:38 2010 +0300 +++ b/omadrm/drmengine/roap/inc/RoapConnection.h Wed Sep 01 12:21:16 2010 +0100 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2002-2004 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -23,6 +23,7 @@ #include #include +#include namespace Roap { @@ -85,6 +86,7 @@ RConnection iConnection; TState iState; TRequestStatus* iParentStatus; + TCommDbConnPref iConnPref; }; }