00001 #ifndef lestes__backend_v2__workers__helpers_hh__included
00002 #define lestes__backend_v2__workers__helpers_hh__included
00003
00004 #include <lestes/common.hh>
00005
00006 package(lestes);
00007 package(backend_v2);
00008 package(workers);
00009
00010 class alloc_interval;
00011
00012 bool alloc_int_cmp1(srp<alloc_interval> a, srp<alloc_interval> b);
00013 bool alloc_int_cmp2(srp<alloc_interval> a, srp<alloc_interval> b);
00014
00015 end_package(workers);
00016 end_package(backend_v2);
00017 end_package(lestes);
00018
00019 #endif