Merge. CompilerCompatibility
authorStefan Karlsson <stefan.karlsson@nokia.com>
Mon, 29 Mar 2010 12:27:23 +0100
branchCompilerCompatibility
changeset 18 80b7326ba906
parent 17 3b1b28c6ef0a (diff)
parent 16 d3f948f1301a (current diff)
child 20 a283fb7b2a66
Merge.
--- a/commsfwutils/commsbufs/src/systemsharedbufs.cpp	Sun Mar 28 16:38:46 2010 +0100
+++ b/commsfwutils/commsbufs/src/systemsharedbufs.cpp	Mon Mar 29 12:27:23 2010 +0100
@@ -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)