// @(#)root/net:$Id: TGridJob.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.             *
 *************************************************************************/

//////////////////////////////////////////////////////////////////////////
//                                                                      //
// TGridJob                                                             //
//                                                                      //
// Abstract base class defining interface to a GRID job.                //
//                                                                      //
// Related classes are TGridJobStatus.                                  //
//                                                                      //
//////////////////////////////////////////////////////////////////////////

#include "TGridJob.h"

ClassImp(TGridJob)


//______________________________________________________________________________
Int_t TGridJob::GetOutputSandbox(const char *, Option_t *)
{
   // Must be implemented by actual GRID job implementation. Returns -1 in
   // case of error, 0 otherwise.

   MayNotUse("GetOutputSandbox");
   return -1;
}

Last change: Wed Jun 25 08:46:17 2008
Last generated: 2008-06-25 08:46

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.