Closed jack-oquin closed 10 years ago
The best solution that occurs to me is providing separate ResourceRequest derived classes for schedulers and requesters, with only the appropriate methods for each side of the interface. They can share a common base class.
ResourceRequest
:+1:
Implemented in 42c476ee4b0389b83eff80021e457831c97bb1e6
The best solution that occurs to me is providing separate
ResourceRequest
derived classes for schedulers and requesters, with only the appropriate methods for each side of the interface. They can share a common base class.