[Ns-bugs] [Bug 1104] bs-scheduler-rtps.cc uses struct declared as private in wimax-mac-queue.h

code@nsnam.ece.gatech.edu code at nsnam.ece.gatech.edu
Mon Apr 18 01:04:20 PDT 2011


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

--- Comment #1 from Quincy Tse <quincy.tse at gmail.com> 2011-04-18 04:04:20 EDT ---
(In reply to comment #0)
> BSSchedulerRtps::BSSchedulerRTPSConnection uses a std::deque<WimaxMacQueue> but
> the scheduler is not a friend of WimaxMacQueue.

Making the scheduler or the function a friend of the queue introduces extra
dependencies in the files, and may cause circular references in the .h file.

-- 
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the Ns-bugs mailing list