omadrm/drmengine/roap/inc/RoapConnection.h
branchRCL_3
changeset 72 1481bf457703
parent 71 1221b68b8a5f
--- 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 <e32base.h>
 #include <es_sock.h>
+#include <commdbconnpref.h>
 
 namespace Roap
 {
@@ -85,6 +86,7 @@
         RConnection iConnection;
         TState iState;
         TRequestStatus* iParentStatus;
+        TCommDbConnPref iConnPref;
     };
 }