messagingfw/msgsrvnstore/server/inc/MTSR.H
changeset 34 b66b8f3a7fd8
parent 0 8e480a14352b
equal deleted inserted replaced
30:3a6baaa22be8 34:b66b8f3a7fd8
   381 #if (defined SYMBIAN_USER_PROMPT_SERVICE)	
   381 #if (defined SYMBIAN_USER_PROMPT_SERVICE)	
   382 	TInt ClientThreadInfo(TThreadId aClientInfo, TBool aCapabilityCheck);
   382 	TInt ClientThreadInfo(TThreadId aClientInfo, TBool aCapabilityCheck);
   383 #endif
   383 #endif
   384 
   384 
   385 	TInt GetNonOperationMtmData(TNonOperationMtmDataType& aMtmDataType, TPtrC8& aResultBuffer);
   385 	TInt GetNonOperationMtmData(TNonOperationMtmDataType& aMtmDataType, TPtrC8& aResultBuffer);
   386 
   386 	
       
   387 	IMPORT_C virtual TInt ChangeEntriesL( const CMsvEntrySelection& aSelection,TInt aMark, TRequestStatus& aStatus );
   387 protected:
   388 protected:
   388 	IMPORT_C CBaseServerMtm(CRegisteredMtmDll& aRegisteredMtmDll, CMsvServerEntry* aServerEntry);
   389 	IMPORT_C CBaseServerMtm(CRegisteredMtmDll& aRegisteredMtmDll, CMsvServerEntry* aServerEntry);
   389 	/** Handles the completion of any asynchronous requests that it makes. It is called 
   390 	/** Handles the completion of any asynchronous requests that it makes. It is called 
   390 	from the base class RunL() .
   391 	from the base class RunL() .
   391 	
   392