Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
a7feeda0
Commit
a7feeda0
authored
Mar 15, 2010
by
JINMEI Tatuya
Browse files
UNUSED_PARAM
git-svn-id:
svn://bind10.isc.org/svn/bind10/trunk@1406
e5f2f494-b856-4b98-b285-d166d9295462
parent
f9d9fccd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/cc/session.cc
View file @
a7feeda0
...
...
@@ -188,7 +188,7 @@ public:
virtual
void
writeData
(
const
void
*
data
,
size_t
datalen
);
virtual
void
readData
(
void
*
data
,
size_t
datalen
);
virtual
size_t
readDataLength
();
virtual
void
startRead
(
boost
::
function
<
void
()
>
user_handler
)
virtual
void
startRead
(
boost
::
function
<
void
()
>
user_handler
UNUSED_PARAM
)
{}
// nothing to do for this class
private:
int
sock_
;
...
...
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