Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
boinc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
einsteinathome
boinc
Commits
17c684f6
Unverified
Commit
17c684f6
authored
2 months ago
by
computezrmle
Committed by
GitHub
2 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Delete samples/vboxwrapper/gbac.h
parent
dc15fe36
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
samples/vboxwrapper/gbac.h
+0
-39
0 additions, 39 deletions
samples/vboxwrapper/gbac.h
with
0 additions
and
39 deletions
samples/vboxwrapper/gbac.h
deleted
100644 → 0
+
0
−
39
View file @
dc15fe36
#ifndef _GBAC_H_
#define _GBAC_H_
#include
<vector>
#include
<string>
#include
<zlib.h>
using
namespace
std
;
class
GBAC
{
private:
char
*
hostdir
;
// TODO: this is actually not needed, '/' works on windows as well
char
*
dirsep
;
vector
<
string
>
environment
;
char
**
argv
;
int
argc
;
int
doGunzip
(
const
char
*
strGZ
,
const
char
*
strInput
,
bool
bKeep
=
true
);
int
hasEnding
(
std
::
string
const
&
fullString
,
std
::
string
const
&
ending
);
public:
GBAC
();
~
GBAC
();
int
init
(
int
argc_
,
char
**
argv_
);
int
parse
(
const
char
*
file
);
int
prepareHostSharedDir
();
int
copyOutputFiles
();
int
copyLogFiles
();
int
copyDebugLog
();
int
getExitStatus
(
int
&
status
);
int
prepareVa
(
std
::
string
&
strVaFilename
);
int
printVersion
();
};
extern
GBAC
gbac
;
#endif
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment