dbcreator/commsdatcreator/Src/cdcprocessorglobal.cpp
changeset 20 9c97ad6591ae
parent 18 fcbbe021d614
child 32 5c4486441ae6
--- a/dbcreator/commsdatcreator/Src/cdcprocessorglobal.cpp	Fri Apr 16 15:21:37 2010 +0300
+++ b/dbcreator/commsdatcreator/Src/cdcprocessorglobal.cpp	Mon May 03 12:53:07 2010 +0300
@@ -614,7 +614,7 @@
 // CProcessorGlobal::SetDefaultConnectionL
 // ---------------------------------------------------------
 //
-void CProcessorGlobal::SetDefaultConnectionL()
+/*void CProcessorGlobal::SetDefaultConnectionL()
     {
     if( iDefCon->Count() > 0 )
         {
@@ -624,7 +624,7 @@
         {
         SetDefaultConnectionNameL( (*iDefCon)[1] );
         }
-    }
+    }*/
 
 // ---------------------------------------------------------
 // CProcessorGlobal::SetDefaultConnectionTypeL
@@ -759,14 +759,14 @@
 //  CProcessorGlobal::SetDefConnRecordL()
 //-----------------------------------------------------------------------------
 //
-void CProcessorGlobal::SetDefConnRecordL( const TInt aId )
+void CProcessorGlobal::SetDefConnRecordL( const TInt /*aId*/ )
     {
 
-    TCmDefConnValue value;
+/*    TCmDefConnValue value;
     value.iType = iDefaultConnectionType;
-    value.iId = aId;
+    value.iId = aId;*/
     
-    iCmManager->WriteDefConnL( value );
+//    iCmManager->WriteDefConnL( value );
     
     // It gets true if the defconn was set correctly
     iDefaultConnectionSet = ETrue;