From 826577556fa8b8eedcf1620b4104115d83dbce0b Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Sat, 6 Jun 2015 22:25:24 +0200 Subject: SRDOP: Positions also for extremes. --- test/dw_simple_container.cc | 3 ++- test/dw_simple_container.hh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/dw_simple_container.cc b/test/dw_simple_container.cc index bd1ce47d..26d030a3 100644 --- a/test/dw_simple_container.cc +++ b/test/dw_simple_container.cc @@ -177,7 +177,8 @@ void SimpleContainer::sizeRequestImpl (Requisition *requisition, } -void SimpleContainer::getExtremesImpl (Extremes *extremes) +void SimpleContainer::getExtremesImpl (Extremes *extremes, bool posDefined, + int x, int y) { Extremes childExtr; if (child) diff --git a/test/dw_simple_container.hh b/test/dw_simple_container.hh index 98d1ed86..10c4b712 100644 --- a/test/dw_simple_container.hh +++ b/test/dw_simple_container.hh @@ -36,7 +36,8 @@ private: protected: void sizeRequestImpl (core::Requisition *requisition, bool posDefined, int x, int y); - void getExtremesImpl (core::Extremes *extremes); + void getExtremesImpl (core::Extremes *extremes, bool posDefined, int x, + int y); void sizeAllocateImpl (core::Allocation *allocation); public: -- cgit v1.2.3