Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Root
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Admin message
为了安全,强烈建议开启2FA双因子认证:User Settings -> Account -> Enable two-factor authentication!!!
Show more breadcrumbs
cxwx
Root
Commits
9d2dc7b6
Commit
9d2dc7b6
authored
6 years ago
by
Yuka Takahashi
Committed by
Vassil Vassilev
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Change extern to R__EXTERN
parent
dfe688dc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
net/auth/src/TRootSecContext.cxx
+0
-2
0 additions, 2 deletions
net/auth/src/TRootSecContext.cxx
net/net/inc/TSecContext.h
+1
-1
1 addition, 1 deletion
net/net/inc/TSecContext.h
with
1 addition
and
3 deletions
net/auth/src/TRootSecContext.cxx
+
0
−
2
View file @
9d2dc7b6
...
...
@@ -28,8 +28,6 @@
#include
"TUrl.h"
#include
"TVirtualMutex.h"
const
TDatime
kROOTTZERO
=
788914800
;
ClassImp
(
TRootSecContext
);
////////////////////////////////////////////////////////////////////////////////
...
...
This diff is collapsed.
Click to expand it.
net/net/inc/TSecContext.h
+
1
−
1
View file @
9d2dc7b6
...
...
@@ -27,7 +27,7 @@
#include
"TDatime.h"
// Jan 1, 1995, 00:00:00 in sec from EPOCH (Jan 1, 1970)
extern
const
TDatime
kROOTTZERO
;
R__EXTERN
const
TDatime
kROOTTZERO
;
// Small class with information for final cleanup
class
TSecContextCleanup
;
...
...
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