webservices/wsdescription/src/servicepolicy.cpp
branchRCL_3
changeset 37 1adb97a15c2f
parent 36 c5fabff9b552
--- a/webservices/wsdescription/src/servicepolicy.cpp	Tue Aug 31 16:18:26 2010 +0300
+++ b/webservices/wsdescription/src/servicepolicy.cpp	Wed Sep 01 12:28:05 2010 +0100
@@ -15,13 +15,6 @@
 *
 */
 
-
-
-
-
-
-
-
 // INCLUDE FILES
 #include <e32std.h>
 #include <s32strm.h>
@@ -378,10 +371,10 @@
                 }
                 
             } 
-             
         }
 
      }
+	 
 void CServicePolicy::AddUserAgentElementsL(CSenElement* aUserAgentElement)
     {
     CSenElement* pClientPolicyElement = AsElement().Element(KClientServicePolicyLocalName);
@@ -587,7 +580,6 @@
         }
     else //Just add this policy in the <PolicyArray>
         {
-        
         CSenElement& apol= pPolicyArray->AddElementL(KPolicyLocalName);
         apol.CopyFromL(*aPolicy);                                
         PolicyIdL(&apol);	//codescannerwarnings
@@ -787,6 +779,8 @@
             return EFalse;
     }                    
 
+    return EFalse;
+    
 }
 HBufC8* CServicePolicy::ClientPolicyValue(const TDesC8& aKey)
     {