// @(#)root/net:$Id$ // Author: Jan Fiete Grosse-Oetringhaus 06/10/2004 /************************************************************************* * Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. * * All rights reserved. * * * * For the licensing terms see $ROOTSYS/LICENSE. * * For the list of contributors see $ROOTSYS/README/CREDITS. * *************************************************************************/ ////////////////////////////////////////////////////////////////////////// // // // TGridJobStatus // // // // Abstract base class containing the status of a Grid job. // // // ////////////////////////////////////////////////////////////////////////// #include "TGridJobStatus.h" ClassImp(TGridJobStatus)