bluetoothengine/btaudioman/src/basrvaccstatequery.cpp
changeset 15 00f9ee97d895
parent 0 f63038272f30
--- a/bluetoothengine/btaudioman/src/basrvaccstatequery.cpp	Tue Feb 02 00:20:42 2010 +0200
+++ b/bluetoothengine/btaudioman/src/basrvaccstatequery.cpp	Fri Apr 16 15:08:36 2010 +0300
@@ -133,7 +133,7 @@
     if ( ( AccInfo().iConnProfiles & EHFP ) && 
          AccInfo().iSupportedFeatures[TAccInfo::EHFPIndex] == 0 )
         {
-        CBTAccPlugin* plugin = Parent().AccMan().PluginMan().Plugin(EHFP);;
+        CBTAccPlugin* plugin = Parent().AccMan().PluginMan().Plugin(EHFP);
         AccInfo().SetSupportedFeature((TUint16)plugin->GetRemoteSupportedFeature(), TAccInfo::EHFPIndex);
         }
     
@@ -192,7 +192,7 @@
     }
 
 CBasrvAccStateQuery::CBasrvAccStateQuery(CBasrvAcc& aParent, TBool aConnectingRequest)
-    : CBasrvAccState(aParent, NULL), iConnecting(aConnectingRequest)
+    : CBasrvAccState(aParent), iConnecting(aConnectingRequest)
     {
     }