Proposed changes for Bug 1331 Compiler_Compatibility
authorarunabha
Thu, 25 Feb 2010 13:04:17 +0000
branchCompiler_Compatibility
changeset 65 e95b76e717d8
parent 53 566d0998560d
child 66 2cf30fbd310c
Proposed changes for Bug 1331
userlibandfileserver/fileserver/sfile/sf_func.h
--- a/userlibandfileserver/fileserver/sfile/sf_func.h	Thu Feb 04 12:23:54 2010 +0000
+++ b/userlibandfileserver/fileserver/sfile/sf_func.h	Thu Feb 25 13:04:17 2010 +0000
@@ -918,9 +918,12 @@
 public:
 	static TInt Initialise(CFsRequest* aRequest);
 	static TInt DoRequestL(CFsRequest* aRequest);
-#ifndef __GCC32__  || __GCCE__// GCC does not like AddFsToCompositeMountL() being private 
+	
+#ifndef __GCCE__ // GCC does not like AddFsToCompositeMountL() being private 
+#ifndef __GCC32__ // GCC does not like AddFsToCompositeMountL() being private 
 private:
 #endif
+#endif
 	static void AddFsToCompositeMountL(TInt aDriveNumber, CFileSystem& aFileSystem, TInt aLocalDriveNumber);
 	};