Logo ROOT   6.30.04
Reference Guide
 All Namespaces Files Pages
TVirtualMonitoring.cxx
Go to the documentation of this file.
1 // @(#)root/base:$Id$
2 // Author: Andreas-Joachim Peters 15/05/2006
3 
4 /*************************************************************************
5  * Copyright (C) 1995-2006, Rene Brun and Fons Rademakers. *
6  * All rights reserved. *
7  * *
8  * For the licensing terms see $ROOTSYS/LICENSE. *
9  * For the list of contributors see $ROOTSYS/README/CREDITS. *
10  *************************************************************************/
11 
12 /** \class TVirtualMonitoring
13 \ingroup Base
14 
15 Provides the interface for externel Monitoring
16 */
17 
18 
19 #include "TVirtualMonitoring.h"
20 
21 
22 ClassImp(TVirtualMonitoringWriter);
23 ClassImp(TVirtualMonitoringReader);
24 
25 
26 TVirtualMonitoringWriter *gMonitoringWriter = 0;
27 TVirtualMonitoringReader *gMonitoringReader = 0;
28