smsprotocols/smsstack/wapprot/Inc/wapthdr.inl
changeset 20 244d7c5f118e
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
--- a/smsprotocols/smsstack/wapprot/Inc/wapthdr.inl	Fri Mar 19 09:55:57 2010 +0200
+++ b/smsprotocols/smsstack/wapprot/Inc/wapthdr.inl	Fri Apr 16 16:12:37 2010 +0300
@@ -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
  */