ROOTANA
include
xmlServer.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
class
XmlServer
12
{
13
public
:
14
void
Start
(
int
port);
15
void
SetVerbose
(
bool
verbose);
16
void
Export
(
TDirectory
* dir,
const
char
* exportName);
17
void
Export
(TFolder* folder,
const
char
* exportName);
18
void
Export
(TCollection* collection,
const
char
* exportName);
19
};
20
21
// end
TDirectory
Definition:
TDirectory-example.h:43
XmlServer
Definition:
xmlServer.h:12
XmlServer::Export
void Export(TDirectory *dir, const char *exportName)
Definition:
xmlServer.cxx:990
XmlServer::SetVerbose
void SetVerbose(bool verbose)
Definition:
xmlServer.cxx:983
XmlServer::Start
void Start(int port)
Definition:
xmlServer.cxx:1044
Generated on Wed Nov 13 2024 05:01:03 for ROOTANA by
1.9.1