13#ifndef ROOT7_RBrowserReply 
   14#define ROOT7_RBrowserReply 
   21namespace Experimental {
 
   30   std::vector<std::string> 
path;     
 
   33   std::vector<const Browsable::RItem *> 
nodes; 
 
Reply on browser request.
std::vector< const Browsable::RItem * > nodes
list of pointers, no ownership!
std::vector< std::string > path
reply path
int nchilds
total number of childs in the node
This file contains a specialised ROOT message handler to test for diagnostic in unit tests.