#include <Consumer.hh>
Public Methods | |
bool | operator() (const process_ID_t x, const process_ID_t y) |
|
Definition at line 113 of file Consumer.hh.
00113 {
00114 return (x == y);
00115 }
|