00001 // @(#)root/net:$Id: TGridJobStatusList.cxx 23091 2008-04-09 15:04:27Z rdm $ 00002 // Author: Andreas-Joachim Peters 10/12/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 // TGridJobStatusList // 00015 // // 00016 // Abstract base class defining a list of GRID job status // 00017 // // 00018 ////////////////////////////////////////////////////////////////////////// 00019 00020 #include "TGridJobStatusList.h" 00021 00022 TGridJobStatusList *gGridJobStatusList = 0; 00023 00024