diff -r 2bb754abd467 -r 0ffb4e86fcc9 userlibandfileserver/fileserver/sfile/sf_std.h --- a/userlibandfileserver/fileserver/sfile/sf_std.h Mon Jun 21 17:12:14 2010 +0300 +++ b/userlibandfileserver/fileserver/sfile/sf_std.h Thu Jul 15 20:11:42 2010 +0300 @@ -1750,7 +1750,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); @@ -1947,6 +1947,13 @@ friend class CMountCB; }; +// extension to CProxyDrive +class CProxyDriveBody : public CBase + { +public: + RLibrary iLibrary; + }; + #include "sf_ops.h" #include "sf_std.inl"