serviceproviders/sapi_contacts_vpbk/tsrc/testing/tcontact_getlist/src/tcontact_getlist.cpp
changeset 22 fc9cf246af83
parent 19 989d2f495d90
child 33 50974a8b132e
equal deleted inserted replaced
19:989d2f495d90 22:fc9cf246af83
    97                           CStifLogger::ETxt,
    97                           CStifLogger::ETxt,
    98                           CStifLogger::EFile,
    98                           CStifLogger::EFile,
    99                           EFalse );
    99                           EFalse );
   100 
   100 
   101   
   101   
   102      icontactservice=CContactService::NewL();
   102     // icontactservice=CContactService::NewL();
   103                             
   103                             
   104      icallback=new(ELeave) CContactCallback;
   104      //icallback=new(ELeave) CContactCallback;
   105 
   105 
   106     }
   106     }
   107 
   107 
   108 // -----------------------------------------------------------------------------
   108 // -----------------------------------------------------------------------------
   109 // Ctmanualcontacts::NewL
   109 // Ctmanualcontacts::NewL
   127 Ctmanualcontacts::~Ctmanualcontacts()
   127 Ctmanualcontacts::~Ctmanualcontacts()
   128     { 
   128     { 
   129 
   129 
   130    // Delete resources allocated from test methods
   130    // Delete resources allocated from test methods
   131     Delete();
   131     Delete();
   132     delete icallback;
   132     //delete icallback;
   133     delete icontactservice;
   133   //  delete icontactservice;
   134     // Delete logger
   134     // Delete logger
   135    
   135    
   136     delete iLog; 
   136     delete iLog; 
   137     }
   137     }
   138 
   138