smsprotocols/smsstack/wapprot/Src/wappstor.cpp
branchRCL_3
changeset 5 7ef16719d8cb
parent 0 3553901f7fa8
child 9 2492a6e4aed7
--- a/smsprotocols/smsstack/wapprot/Src/wappstor.cpp	Fri Feb 19 23:59:33 2010 +0200
+++ b/smsprotocols/smsstack/wapprot/Src/wappstor.cpp	Fri Mar 12 15:49:38 2010 +0200
@@ -90,9 +90,6 @@
             CWapDatagram* tempDatagram = CWapDatagram::NewL(KNullDesC8);
             CleanupStack::PushL(tempDatagram);
 
-            // defect fix for EDNJJUN-4WYJGP
-            // Unable to send sms cause sms*.dat is corrupted
-            // TODO - has to be back ported to higher versions
             TRAPD(ret, InternalizeEntryL(StreamdId,*tempDatagram,*segmentArray));
             if(ret == KErrCorrupt)
                 {
@@ -212,7 +209,6 @@
 
     // defect fix for EDNJJUN-4WYJGP
     // Unable to send sms cause sms*.dat is corrupted
-    // TODO - has to be back ported to higher versions
     TRAPD(ret, InternalizeEntryL(Entries()[aIndex].DataStreamId(), aDatagram,*segmentArray));
     if(ret == KErrCorrupt)
         {