Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
9741148f
Commit
9741148f
authored
Jul 18, 2011
by
Jeremy C. Reed
Browse files
[jreed-doxygen] fix doxygen warning
fix no matching class member found
parent
b4591042
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/cc/session.cc
View file @
9741148f
...
...
@@ -254,7 +254,8 @@ SessionImpl::internalRead(const asio::error_code& error,
}
}
Session
::
Session
(
io_service
&
io_service
)
:
impl_
(
new
SessionImpl
(
io_service
))
Session
::
Session
(
asio
::
io_service
&
io_service
)
:
impl_
(
new
SessionImpl
(
io_service
))
{}
Session
::~
Session
()
{
...
...
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