netDirectoryServer.h

Go to the documentation of this file.
00001 //
00002 // netDirectoryServer.h
00003 //
00004 // $Id$
00005 //
00006 
00007 class TDirectory;
00008 class TFolder;
00009 class TCollection;
00010 
00011 void VerboseNetDirectoryServer(bool verbose);
00012 void StartNetDirectoryServer(int port, TDirectory* dir);
00013 void NetDirectoryExport(TDirectory* dir, const char* exportName);
00014 void NetDirectoryExport(TFolder* folder, const char* exportName);
00015 void NetDirectoryExport(TCollection* collection, const char* exportName);
00016 
00017 // end

Generated on 12 Feb 2016 for ROOT Analyzer by  doxygen 1.6.1