13#ifndef ROOT7_RBrowserReply 
   14#define ROOT7_RBrowserReply 
   29   std::vector<std::string> 
path;     
 
   32   std::vector<const Browsable::RItem *> 
nodes; 
 
 
Reply on browser request.
 
std::vector< std::string > path
reply path
 
std::vector< const Browsable::RItem * > nodes
list of pointers, no ownership!
 
int first
first node in returned list
 
int nchilds
total number of childs in the node
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...