ROOT
6.07/09
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
net
net
src
TGridJob.cxx
Go to the documentation of this file.
1
// @(#)root/net:$Id$
2
// Author: Jan Fiete Grosse-Oetringhaus 06/10/2004
3
4
/*************************************************************************
5
* Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. *
6
* All rights reserved. *
7
* *
8
* For the licensing terms see $ROOTSYS/LICENSE. *
9
* For the list of contributors see $ROOTSYS/README/CREDITS. *
10
*************************************************************************/
11
12
//////////////////////////////////////////////////////////////////////////
13
// //
14
// TGridJob //
15
// //
16
// Abstract base class defining interface to a GRID job. //
17
// //
18
// Related classes are TGridJobStatus. //
19
// //
20
//////////////////////////////////////////////////////////////////////////
21
22
#include "
TGridJob.h
"
23
24
ClassImp
(
TGridJob
)
25
26
27
////////////////////////////////////////////////////////////////////////////////
28
/// Must be implemented by actual GRID job implementation. Returns -1 in
29
/// case of error, 0 otherwise.
30
31
Int_t
TGridJob
::GetOutputSandbox(const
char
*,
Option_t
*)
32
{
33
MayNotUse
(
"GetOutputSandbox"
);
34
return
-1;
35
}
Option_t
const char Option_t
Definition:
RtypesCore.h:62
Int_t
int Int_t
Definition:
RtypesCore.h:41
MayNotUse
void MayNotUse(const char *method)
This function can be used in classes that should override a certain function, but in the inherited cl...
Definition:
TError.cxx:269
ClassImp
#define ClassImp(name)
Definition:
Rtypes.h:279
TGridJob
Definition:
TGridJob.h:35
TGridJob.h