rtp/rtpstack/inc/rtpmanager.h
branchRCL_3
changeset 56 2c7192069824
parent 44 0dcb073356a5
--- a/rtp/rtpstack/inc/rtpmanager.h	Wed Sep 15 12:36:02 2010 +0300
+++ b/rtp/rtpstack/inc/rtpmanager.h	Wed Oct 13 14:57:13 2010 +0300
@@ -25,6 +25,8 @@
 #include <es_enum.h>
 #include <rtpdef.h>
 #include <rtpheader.h>
+#include <extendedconnpref.h>
+#include <connpref.h>
 #include "rtpsession.h"
 #include "rtpsdes.h"
 #include "localaddrresolver.h"
@@ -233,7 +235,7 @@
         * Opens the socket server and the connection
         * @return KErrNone if successful, system error code otherwise
         */
-        TInt PrepareConnection( TCommDbConnPref& aPrefs, TInt aIapId );
+        TInt PrepareConnection( TConnPrefList& aPrefs, TInt aIapId );
 
         /*
         * @return Internet Access Point ID of iConn
@@ -267,7 +269,9 @@
 
         MRtpErrNotify& iErrNotify;
 
-        TCommDbConnPref iPrefs;
+        TConnPrefList iPrefs;
+        TExtendedConnPref iPreferences;
+        
     private:    
     #ifdef EUNIT_TESTING
 	  friend class UT_CRtpAPI;