deviceencryption/DevEncDmAdapter/inc/DevEncAdapter.h
branchCompilerCompatibility
changeset 11 04b627b096ba
parent 0 6a9f87576119
equal deleted inserted replaced
8:56a6a91a2a3e 11:04b627b096ba
   408                             MSmlDmDDFObject::TScope aScope,
   408                             MSmlDmDDFObject::TScope aScope,
   409                             MSmlDmDDFObject::TDFFormat aFormat, 
   409                             MSmlDmDDFObject::TDFFormat aFormat, 
   410                             MSmlDmDDFObject::TOccurence aOccurence,
   410                             MSmlDmDDFObject::TOccurence aOccurence,
   411                             const TDesC8& aDescription,
   411                             const TDesC8& aDescription,
   412                             const TDesC8& aMIMEType );
   412                             const TDesC8& aMIMEType );
   413         
   413 
   414         TPtrC8 CDevEncAdapter::LastURISeg( const TDesC8& aURI );
   414         TPtrC8 LastURISeg( const TDesC8& aURI );
   415 
   415 
   416         HBufC8* CDevEncAdapter::AskPassWordL();
   416         HBufC8* AskPassWordL();
   417         
   417         
   418         TBool CheckBatteryL();
   418         TBool CheckBatteryL();
   419 
   419 
   420     private: // Constructor
   420     private: // Constructor
   421         /**
   421         /**