diff -r 73ea206103e6 -r 43365a9b78a3 userlibandfileserver/fileserver/sfile/sf_std.h --- a/userlibandfileserver/fileserver/sfile/sf_std.h Wed Jun 23 19:44:53 2010 +0300 +++ b/userlibandfileserver/fileserver/sfile/sf_std.h Tue Jul 06 15:50:07 2010 +0300 @@ -1752,7 +1752,7 @@ TInt ValidateDrive(TInt aDriveNumber,CFsRequest* aRequest); TInt ValidateDriveDoSubst(TInt aDriveNumber,CFsRequest* aRequest); - void ValidateAtts(TUint anEntryAtt,TUint& aSetAttMask,TUint& aClearAttMask); + void ValidateAtts(TUint& aSetAttMask,TUint& aClearAttMask); TInt ParseSubstPtr0(CFsRequest* aRequest,TParse& aParse, TBool aUseSessionPath = ETrue); TInt ParseNoWildSubstPtr0(CFsRequest* aRequest,TParse& aParse, TBool aUseSessionPath = ETrue); TInt ParseNoWildSubstPtr1(CFsRequest* aRequest,TParse& aParse); @@ -1953,6 +1953,12 @@ friend class CMountCB; }; +// extension to CProxyDrive +class CProxyDriveBody : public CBase + { +public: + RLibrary iLibrary; + }; #include "sf_ops.h" #include "sf_std.inl"