Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gaudi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Gaudi
Gaudi
Commits
92567c2b
There was a problem fetching the pipeline summary.
Commit
92567c2b
authored
8 years ago
by
Benedikt Hegner
Browse files
Options
Downloads
Plain Diff
make IHiveWhiteBoard::getNumberOfStores() const
See merge request !229
parents
6d4d4389
c9538060
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!229
make IHiveWhiteBoard::getNumberOfStores() const
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
GaudiHive/src/HiveWhiteBoard.cpp
+1
-1
1 addition, 1 deletion
GaudiHive/src/HiveWhiteBoard.cpp
GaudiKernel/GaudiKernel/IHiveWhiteBoard.h
+1
-1
1 addition, 1 deletion
GaudiKernel/GaudiKernel/IHiveWhiteBoard.h
with
2 additions
and
2 deletions
GaudiHive/src/HiveWhiteBoard.cpp
+
1
−
1
View file @
92567c2b
...
...
@@ -464,7 +464,7 @@ public:
}
/// Get the number of event slots (copies of DataSvc objects).
size_t
getNumberOfStores
()
override
{
return
m_slots
;
}
size_t
getNumberOfStores
()
const
override
{
return
m_slots
;
}
/// Get the list of new DataObjects in the current store.
StatusCode
getNewDataObjects
(
DataObjIDColl
&
products
)
override
...
...
This diff is collapsed.
Click to expand it.
GaudiKernel/GaudiKernel/IHiveWhiteBoard.h
+
1
−
1
View file @
92567c2b
...
...
@@ -45,7 +45,7 @@ public:
*
* @return Number of event stores allocated in the whiteboard
*/
virtual
size_t
getNumberOfStores
()
=
0
;
virtual
size_t
getNumberOfStores
()
const
=
0
;
/** Get the latest new data objects registred in store.
*
...
...
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