Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
senf
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
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Show more breadcrumbs
wiback
senf
Commits
594cbe4e
Commit
594cbe4e
authored
17 years ago
by
tho
Browse files
Options
Downloads
Patches
Plain Diff
some small documentation fixes
parent
13b762bd
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
PPI/Connectors.hh
+1
-1
1 addition, 1 deletion
PPI/Connectors.hh
Socket/ClientSocketHandle.hh
+2
-2
2 additions, 2 deletions
Socket/ClientSocketHandle.hh
Socket/ReadWritePolicy.hh
+1
-1
1 addition, 1 deletion
Socket/ReadWritePolicy.hh
with
4 additions
and
4 deletions
PPI/Connectors.hh
+
1
−
1
View file @
594cbe4e
...
@@ -147,7 +147,7 @@ namespace connector {
...
@@ -147,7 +147,7 @@ namespace connector {
notifications. */
notifications. */
template
<
class
Handler
>
template
<
class
Handler
>
void
onUnthrottle
(
Handler
handle
r
);
///< Register unthrottle notification handler
void
onUnthrottle
(
Handler
handle
);
///< Register unthrottle notification handler
/**< The handler register here will be called, whenever an
/**< The handler register here will be called, whenever an
unthrottle notification comes in. The \a handler
unthrottle notification comes in. The \a handler
argument is either an arbitrary callable object or it
argument is either an arbitrary callable object or it
...
...
This diff is collapsed.
Click to expand it.
Socket/ClientSocketHandle.hh
+
2
−
2
View file @
594cbe4e
...
@@ -178,7 +178,7 @@ namespace senf {
...
@@ -178,7 +178,7 @@ namespace senf {
range. read returns a past-the-end iterator after the
range. read returns a past-the-end iterator after the
last character read. This iterator will point to
last character read. This iterator will point to
somewhere within the input range.
somewhere within the input range.
\param[in
/
out] range Range to store data in
\param[in
,
out] range Range to store data in
\returns past-the-end iterator pointer to after the
\returns past-the-end iterator pointer to after the
last read character
last read character
\see \ref read() \n
\see \ref read() \n
...
@@ -239,7 +239,7 @@ namespace senf {
...
@@ -239,7 +239,7 @@ namespace senf {
range. read returns a past-the-end iterator after the
range. read returns a past-the-end iterator after the
last character read. This iterator will point to
last character read. This iterator will point to
somewhere within the input range.
somewhere within the input range.
\param[in
/
out] range Range to store data in
\param[in
,
out] range Range to store data in
\param[out] from peers address from which the data was
\param[out] from peers address from which the data was
received
received
\returns past-the-end iterator pointer to after the
\returns past-the-end iterator pointer to after the
...
...
This diff is collapsed.
Click to expand it.
Socket/ReadWritePolicy.hh
+
1
−
1
View file @
594cbe4e
...
@@ -120,7 +120,7 @@ namespace senf {
...
@@ -120,7 +120,7 @@ namespace senf {
\param[in] handle socket handle to write data to
\param[in] handle socket handle to write data to
\param[in] buffer address of buffer to send
\param[in] buffer address of buffer to send
\param[in] size number of bytes to write
\param[in] size number of bytes to write
\param[in] addr
ess
peer to send data to
\param[in] addr peer to send data to
\returns number of bytes written
\returns number of bytes written
*/
*/
...
...
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