webservices/wsdescription/src/senservicepolicy.cpp
changeset 23 a1df79fa35b4
parent 0 62f9d29f7211
equal deleted inserted replaced
16:abb636afedf7 23:a1df79fa35b4
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:        This class represents the policy information
    14 * Description:        This class represents the policy information
    15 *
    15 *
    16 */
    16 */
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
    17 
    24 
    18 
    25 // INCLUDE FILES
    19 // INCLUDE FILES
    26 #include <e32std.h>
    20 #include <e32std.h>
    27 #include <s32strm.h>
    21 #include <s32strm.h>
   157                     // -- CleanupStack::PopAndDestroy(&elements);
   151                     // -- CleanupStack::PopAndDestroy(&elements);
   158                     }
   152                     }
   159                 }
   153                 }
   160             }
   154             }
   161         }
   155         }
   162     delete copy; 
   156     delete copy;
       
   157     copy = NULL;
   163     return retVal;  
   158     return retVal;  
   164     }
   159     }
   165     
   160     
   166 //Do nuthing
   161 //Do nuthing
   167 TBool CSenServicePolicy::Accepts(MSenServicePolicy& aPolicyPattern)
   162 TBool CSenServicePolicy::Accepts(MSenServicePolicy& aPolicyPattern)