~ubuntu-branches/ubuntu/trusty/nordugrid-arc/trusty

« back to all changes in this revision

Viewing changes to src/clients/compute/utils.h

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2013-11-29 13:39:10 UTC
  • mfrom: (3.1.16 sid)
  • Revision ID: package-import@ubuntu.com-20131129133910-sy6ayoavphc5hozs
Tags: 4.0.0-1
4.0.0 Release (Closes: #715131) (LP: #1049798)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#include <arc/UserConfig.h>
6
6
#include <arc/OptionParser.h>
7
7
#include <arc/compute/Endpoint.h>
 
8
#include <arc/compute/Job.h>
 
9
#include <arc/compute/JobInformationStorage.h>
8
10
 
9
11
#ifdef TEST
10
12
#define RUNMAIN(X) test_##X##_main
89
91
 
90
92
void splitendpoints(std::list<std::string>& selected, std::list<std::string>& rejected);
91
93
 
 
94
/**
 
95
 * Creates a new JobInformationStorage object. Caller has responsibility of
 
96
 * deleting returned object.
 
97
 */
 
98
Arc::JobInformationStorage* createJobInformationStorage(const Arc::UserConfig& uc);
 
99
 
92
100
class ClientOptions : public Arc::OptionParser {
93
101
public:
94
102
  enum Client_t {