Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
JAliEn
JAliEn-ROOT
Commits
5e1ffa6e
Commit
5e1ffa6e
authored
Jun 05, 2019
by
Nikola Hardi
Browse files
Make the code compile with LLVM and on MacOS
parent
51266a27
Changes
3
Show whitespace changes
Inline
Side-by-side
TJAlienCredentials.cxx
View file @
5e1ffa6e
...
...
@@ -142,6 +142,8 @@ bool TJAlienCredentials::has(CredentialsKind kind) {
TJAlienCredentialsObject
TJAlienCredentials
::
get
(
CredentialsKind
kind
)
{
if
(
this
->
has
(
kind
))
{
return
found_credentials
[
kind
];
}
else
{
return
TJAlienCredentialsObject
();
}
}
...
...
TJAlienDNSResolver.h
View file @
5e1ffa6e
...
...
@@ -16,7 +16,7 @@
using
std
::
string
;
using
std
::
vector
;
class
TJAlienDNSResolver
:
TObject
{
class
TJAlienDNSResolver
:
public
TObject
{
public:
TJAlienDNSResolver
(
string
host
,
int
port
);
string
get_next_host
();
...
...
TJClientFile.cxx
View file @
5e1ffa6e
...
...
@@ -23,8 +23,8 @@ TString TJClientFile::getDefaultPath() {
sprintf
(
jclientFileLocation
,
"%s%s%s"
,
P_tmpdir
,
"/jclient_token_"
,
cUserId
);
defaultJClientPath
=
TString
(
jclientFileLocation
);
delete
cUserId
;
delete
jclientFileLocation
;
delete
[]
cUserId
;
delete
[]
jclientFileLocation
;
return
defaultJClientPath
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment