voipplugins/voipadapters/voipxmlprovisioning/voipxmlprocessor/src/voipxmlnatfwhandler.cpp
branchRCL_3
changeset 8 7117cbf1600a
parent 2 7b872347d83b
--- a/voipplugins/voipadapters/voipxmlprovisioning/voipxmlprocessor/src/voipxmlnatfwhandler.cpp	Fri Feb 19 22:44:34 2010 +0200
+++ b/voipplugins/voipadapters/voipxmlprovisioning/voipxmlprocessor/src/voipxmlnatfwhandler.cpp	Fri Mar 12 15:42:09 2010 +0200
@@ -104,6 +104,7 @@
             }
         case EUri:
             {
+            //lint -e{960} No need for else statement here
             if ( ENatFw == aType )
                 {
                 iStunSrvAddr->Des().Copy( aValue );
@@ -118,6 +119,7 @@
             }
         case EPort:
             {
+            //lint -e{960} No need for else statement here
             if ( ENatFw == aType && KErrNone == VoipXmlUtils::Des8ToInt( 
                 aValue, intVal ) )
                 {
@@ -161,6 +163,7 @@
             }
         case EUsername:
             {
+            //lint -e{960} No need for else statement here
             if ( ENatFw == aType )
                 {
                 iStunSrvUsername->Des().Copy( aValue );
@@ -175,6 +178,7 @@
             }
         case EPassword:
             {
+            //lint -e{960} No need for else statement here
             if ( ENatFw == aType )
                 {
                 iStunSrvPassword->Des().Copy( aValue );