00001 // @(#)root/base:$Id: TVirtualMonitoring.cxx 20877 2007-11-19 11:17:07Z rdm $ 00002 // Author: Andreas-Joachim Peters 15/05/2006 00003 00004 /************************************************************************* 00005 * Copyright (C) 1995-2006, Rene Brun and Fons Rademakers. * 00006 * All rights reserved. * 00007 * * 00008 * For the licensing terms see $ROOTSYS/LICENSE. * 00009 * For the list of contributors see $ROOTSYS/README/CREDITS. * 00010 *************************************************************************/ 00011 00012 ////////////////////////////////////////////////////////////////////////// 00013 // // 00014 // TVirtualMonitoring // 00015 // // 00016 // Provides the interface for externel Monitoring // 00017 // // 00018 ////////////////////////////////////////////////////////////////////////// 00019 00020 00021 #include "TVirtualMonitoring.h" 00022 00023 00024 ClassImp(TVirtualMonitoringWriter) 00025 ClassImp(TVirtualMonitoringReader) 00026 00027 00028 TVirtualMonitoringWriter *gMonitoringWriter = 0; 00029 TVirtualMonitoringReader *gMonitoringReader = 0; 00030