Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Sebastian Schrader
Kea
Commits
c832257c
Commit
c832257c
authored
May 14, 2013
by
JINMEI Tatuya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[2916] a bit more documentation
parent
4be4af38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/lib/asiolink/local_socket.h
src/lib/asiolink/local_socket.h
+4
-0
No files found.
src/lib/asiolink/local_socket.h
View file @
c832257c
...
...
@@ -31,6 +31,10 @@ namespace asiolink {
/// directly. Right now it only provides read interface due to the limited
/// expected usage, but it can be extended as we see need for other operations
/// on this socket.
///
/// Note that in the initial implementation there's even no stop() or cancel()
/// method; for these cases users are expected to just destroy the socket
/// object (this may be extended in future, too).
class
LocalSocket
:
boost
::
noncopyable
,
public
IOSocket
{
public:
/// \brief Constructor from a native file descriptor of AF_UNIX stream
...
...
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