ROOTANA
netDirectoryServer.h
Go to the documentation of this file.
1 //
2 // netDirectoryServer.h
3 //
4 // $Id$
5 //
6 
7 class TDirectory;
8 class TFolder;
9 class TCollection;
10 
11 void VerboseNetDirectoryServer(bool verbose);
12 void StartNetDirectoryServer(int port, TDirectory* dir);
13 void NetDirectoryExport(TDirectory* dir, const char* exportName);
14 void NetDirectoryExport(TFolder* folder, const char* exportName);
15 void NetDirectoryExport(TCollection* collection, const char* exportName);
16 
17 // end
void NetDirectoryExport(TDirectory *dir, const char *exportName)
void VerboseNetDirectoryServer(bool verbose)
void StartNetDirectoryServer(int port, TDirectory *dir)