RZ

01: // DataRemoteQueue.hh # the actual synthesize algorithm
02: 
03: #ifndef _DataRemoteQueue_HH
04: #define _DataRemoteQueue_HH 1
05: 
06: // ######## ######## ######## ######## ######## ######## ######## ########
07: 
08: namespace DataRemoteRetriever {
09:     void reduce_queue(unsigned int);
10:     void push_header(unsigned int, unsigned int, unsigned int);
11: }
12: 
13: // DataRemoteQueue.hh # the actual synthesize algorithm
14: 
15: #endif