multimediacommsengine/mmcesrv/mmceserver/tsrc/ut_server/stubs/inc/sipprofile.h
branchRCL_3
changeset 18 91f50911ea81
parent 0 1bce908db942
equal deleted inserted replaced
17:a5ac35ca6d81 18:91f50911ea81
   323 		/**
   323 		/**
   324 		* Clears pointer to registry from profile
   324 		* Clears pointer to registry from profile
   325 		*/
   325 		*/
   326 		void ClearRegistry();
   326 		void ClearRegistry();
   327 		
   327 		
       
   328 		/**
       
   329 		* Set context id
       
   330 		*/
       
   331 		void SetContextId(TInt aContextId);
       
   332 		
   328 	public: // for unittesting
   333 	public: // for unittesting
   329 	    
   334 	    
   330 	    void SetParam( TUint aParam, HBufC8* aValue );
   335 	    void SetParam( TUint aParam, HBufC8* aValue );
   331 	
   336 	
   332 		
   337 		
   375         HBufC8* iDigestUsername;
   380         HBufC8* iDigestUsername;
   376         HBufC8* iDigestPassword;
   381         HBufC8* iDigestPassword;
   377         HBufC8* iRequestUriUser;
   382         HBufC8* iRequestUriUser;
   378         HBufC8* iContactHeader;
   383         HBufC8* iContactHeader;
   379         
   384         
       
   385         TInt	iContextId;
       
   386         
   380     	//definitions for unit testing
   387     	//definitions for unit testing
   381     	MCESRV_UT_DEFINITIONS
   388     	MCESRV_UT_DEFINITIONS
   382 
   389 
   383 };
   390 };
   384 
   391