smsprotocols/smsstack/wapprot/Src/wappstor.cpp
changeset 20 244d7c5f118e
parent 0 3553901f7fa8
child 21 2492a6e4aed7
--- a/smsprotocols/smsstack/wapprot/Src/wappstor.cpp	Fri Mar 19 09:55:57 2010 +0200
+++ b/smsprotocols/smsstack/wapprot/Src/wappstor.cpp	Fri Apr 16 16:12:37 2010 +0300
@@ -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)
         {