[Ns-bugs] [Bug 105] New: Queue getter methods should be const

bugzilla-daemon@nsnam-www.ece.gatech.edu bugzilla-daemon at nsnam-www.ece.gatech.edu
Thu Nov 15 03:31:30 PST 2007


http://www.nsnam.org/bugzilla/show_bug.cgi?id=105

           Summary: Queue getter methods should be const
           Product: ns-3
           Version: pre-release
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: node module
        AssignedTo: ns-bugs at isi.edu
        ReportedBy: gjcarneiro at gmail.com


The following Queue methods should be const:

  bool IsEmpty (void);
  bool Peek (Packet &p);
  uint32_t GetNPackets (void);
  uint32_t GetNBytes (void);
  uint32_t GetTotalReceivedBytes (void);
  uint32_t GetTotalReceivedPackets (void);
  uint32_t GetTotalDroppedBytes (void);
  uint32_t GetTotalDroppedPackets (void);


-- 
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Ns-bugs mailing list