yarp icon indicating copy to clipboard operation
yarp copied to clipboard

Const correctness in yarp::os::UnbufferedContactable

Open Nicogene opened this issue 7 years ago • 0 comments
trafficstars

These two methods should be const

   virtual bool reply(PortWriter& writer) = 0;

   virtual bool replyAndDrop(PortWriter& writer) = 0;

Nicogene avatar Jul 26 '18 15:07 Nicogene