Bug 1794 - GCC-E compilation error in commsfw (968) CompilerCompatibility
authorLeo Zheng <leo.zhengyh@gmail.com>
Sun, 28 Mar 2010 22:44:33 +0900
branchCompilerCompatibility
changeset 15 7c514f2c2fcf
parent 12 e8bbc934663a
child 17 3b1b28c6ef0a
Bug 1794 - GCC-E compilation error in commsfw (968)
commsfwutils/commsbufs/src/systemsharedbufs.cpp
--- a/commsfwutils/commsbufs/src/systemsharedbufs.cpp	Sun Mar 14 13:14:18 2010 +0000
+++ b/commsfwutils/commsbufs/src/systemsharedbufs.cpp	Sun Mar 28 22:44:33 2010 +0900
@@ -28,7 +28,7 @@
     // We take the freelist count as 50% of the ceiling size.
     const TInt KFreeListCount = aCreateInfo.iCeiling / 2; 
     self = new CSystemSharedBufPool(aPondIntf, aCreateInfo.iBufSize, KFreeListCount);
-#elif
+#else
     self = new CSystemSharedBufPool(aPondIntf, aCreateInfo.iBufSize);
 #endif // SYMBIAN_ZEROCOPY_BUF_FREELIST
     if(self)