// @(#)root/net:$Id: TGridJobStatus.cxx 23091 2008-04-09 15:04:27Z rdm $ // 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)