Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
28e83bbe
Commit
28e83bbe
authored
Aug 06, 2018
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove obsolete member function
parent
cb782e13
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
libcaf_core/caf/stream_manager.hpp
libcaf_core/caf/stream_manager.hpp
+0
-4
libcaf_core/src/stream_manager.cpp
libcaf_core/src/stream_manager.cpp
+0
-4
No files found.
libcaf_core/caf/stream_manager.hpp
View file @
28e83bbe
...
...
@@ -259,10 +259,6 @@ protected:
// -- implementation hooks for sinks -----------------------------------------
/// Called when the gatherer closes to produce the final stream result for
/// all listeners. The default implementation returns an empty message.
virtual
message
make_final_result
();
/// Called when `in().closed()` changes to `true`. The default
/// implementation does nothing.
virtual
void
input_closed
(
error
reason
);
...
...
libcaf_core/src/stream_manager.cpp
View file @
28e83bbe
...
...
@@ -303,10 +303,6 @@ void stream_manager::finalize(const error&) {
// nop
}
message
stream_manager
::
make_final_result
()
{
return
none
;
}
void
stream_manager
::
output_closed
(
error
)
{
// nop
}
...
...
Write
Preview
Markdown
is supported
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