Commit a8f71ac5 authored by garciay's avatar garciay
Browse files

Remove TODOs

parent 7ad2a2e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -80,8 +80,8 @@ module AtsCommon_Tcp_Rfc793_TypesAndValues {
     * @member rawPayload   Raw payload
     */
    type union TcpPayload {
        octetstring ftpPayload, // FIXME Use correct type
        octetstring httpPayload,  // FIXME Use correct type
        octetstring ftpPayload, 
        octetstring httpPayload, 
        octetstring rawPayload
    } // End of type TcpPayload