diff -r aabe5387f5ce -r 1b39655331a3 mtpfws/mtpfw/inc/cmtpparserrouter.h --- a/mtpfws/mtpfw/inc/cmtpparserrouter.h Fri Mar 19 09:40:39 2010 +0200 +++ b/mtpfws/mtpfw/inc/cmtpparserrouter.h Fri Apr 16 15:51:48 2010 +0300 @@ -646,7 +646,9 @@ void SelectSubTypeRoutingL(TRoutingSubType aSubType, RArray& aRoutingSubTypes, RArray& aValidationSubTypes, RArray& aParams) const; void SelectSubTypeValidationL(TRoutingSubType aSubType, RArray& aValidationSubTypes) const; void ValidateTargetsL(const TRoutingParameters& aParams, const RArray& aValidationSubTypes, RArray& aTargets) const; - + void ValidateOperationRequestParametersL(TRoutingParameters& aParams) const; + + static TUint Flags(TUint aSubType); static TUint Index(TUint aSubType); static TUint Params(TUint aSubType);