userlibandfileserver/fileserver/sfile/sf_func.h
branchCompiler_Compatibility
changeset 53 566d0998560d
parent 4 367fcce9cce0
child 65 e95b76e717d8
--- a/userlibandfileserver/fileserver/sfile/sf_func.h	Tue Feb 02 01:24:03 2010 +0200
+++ b/userlibandfileserver/fileserver/sfile/sf_func.h	Thu Feb 04 12:23:54 2010 +0000
@@ -918,7 +918,7 @@
 public:
 	static TInt Initialise(CFsRequest* aRequest);
 	static TInt DoRequestL(CFsRequest* aRequest);
-#ifndef __GCC32__ // GCC does not like AddFsToCompositeMountL() being private 
+#ifndef __GCC32__  || __GCCE__// GCC does not like AddFsToCompositeMountL() being private 
 private:
 #endif
 	static void AddFsToCompositeMountL(TInt aDriveNumber, CFileSystem& aFileSystem, TInt aLocalDriveNumber);