--- a/smsprotocols/smsstack/wapprot/Inc/wapthdr.inl Fri Feb 19 23:59:33 2010 +0200
+++ b/smsprotocols/smsstack/wapprot/Inc/wapthdr.inl Fri Mar 12 15:49:38 2010 +0200
@@ -66,7 +66,7 @@
__ASSERT_DEBUG(iIsWapTextMessage, Panic(KPanicTextHeaderNotTextHeader));
if (aIs16Bit)
*aIs16Bit = iIs16Bit;
- if (iSourcePort == (-1)) // TODO what does -1 mean?
+ if (iSourcePort == (-1))
return iDestinationPort;
return iSourcePort;
}
@@ -141,7 +141,6 @@
/**
* from WAP spec: other header specified by text mode of WAP spec
*
- * TODO no idea what is it used for ?
* Descriptor lenght is set 0, if not present
* '//' is included
*/