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
OpenDAS
dlib
Commits
1493769d
"git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "074adabed901ce082bdf3dc22fc9706dc59a072e"
Commit
1493769d
authored
Nov 12, 2012
by
Davis King
Browse files
removed cruft
parent
90970e31
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
examples/sockets_ex.cpp
examples/sockets_ex.cpp
+0
-1
examples/sockstreambuf_ex.cpp
examples/sockstreambuf_ex.cpp
+0
-1
No files found.
examples/sockets_ex.cpp
View file @
1493769d
...
@@ -49,7 +49,6 @@ int main()
...
@@ -49,7 +49,6 @@ int main()
// set up the server object we have made
// set up the server object we have made
our_server
.
set_listening_port
(
1234
);
our_server
.
set_listening_port
(
1234
);
our_server
.
set_max_connections
(
1000
);
// Tell the server to begin accepting connections.
// Tell the server to begin accepting connections.
our_server
.
start_async
();
our_server
.
start_async
();
...
...
examples/sockstreambuf_ex.cpp
View file @
1493769d
...
@@ -77,7 +77,6 @@ int main()
...
@@ -77,7 +77,6 @@ int main()
// set up the server object we have made
// set up the server object we have made
our_server
.
set_listening_port
(
1234
);
our_server
.
set_listening_port
(
1234
);
our_server
.
set_max_connections
(
1000
);
// Tell the server to begin accepting connections.
// Tell the server to begin accepting connections.
our_server
.
start_async
();
our_server
.
start_async
();
...
...
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