Index: source/ariba/communication/EndpointDescriptor.h
===================================================================
--- source/ariba/communication/EndpointDescriptor.h	(revision 4621)
+++ source/ariba/communication/EndpointDescriptor.h	(revision 4625)
@@ -100,5 +100,5 @@
 
 sznBeginDefault( ariba::communication::EndpointDescriptor, X ) {
-	uint16_t unspec = isUnspec; //TODO: was uint8_t
+	uint8_t unspec = isUnspec;
 
 	X && unspec && VO(locator);
Index: source/ariba/communication/messages/AribaBaseMsg.h
===================================================================
--- source/ariba/communication/messages/AribaBaseMsg.h	(revision 4621)
+++ source/ariba/communication/messages/AribaBaseMsg.h	(revision 4625)
@@ -85,5 +85,5 @@
 
 private:
-	uint8_t state;		// the link message type //TODO: was uint8_t
+	uint8_t state;		// the link message type
 	LinkID localLink;	// the local link id
 	LinkID remoteLink;	// the remote link id
