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
8656a2d0
"docs/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "c2cd6eb22e3bf551fd9525a1ba4afca4befdb33a"
Commit
8656a2d0
authored
Jul 10, 2012
by
Davis King
Browse files
Fixed spelling errors in comments.
parent
85534405
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/bridge_ex.cpp
examples/bridge_ex.cpp
+2
-2
No files found.
examples/bridge_ex.cpp
View file @
8656a2d0
...
@@ -176,7 +176,7 @@ void run_example_2(
...
@@ -176,7 +176,7 @@ void run_example_2(
struct
my_example_object
struct
my_example_object
{
{
/*
/*
All objects passing though a dlib::bridge must be serializable. This
All objects passing th
r
ough a dlib::bridge must be serializable. This
means there must exist global functions called serialize() and deserialize()
means there must exist global functions called serialize() and deserialize()
which can convert an object into a bit stream and then reverse the process.
which can convert an object into a bit stream and then reverse the process.
...
@@ -221,7 +221,7 @@ void run_example_3(
...
@@ -221,7 +221,7 @@ void run_example_3(
/*
/*
In this example we will just send ints and my_example_object objects
In this example we will just send ints and my_example_object objects
over a TCP connection. Since we are sending more than one type of
over a TCP connection. Since we are sending more than one type of
object though a pipe we will need to use the type_safe_union.
object th
r
ough a pipe we will need to use the type_safe_union.
*/
*/
typedef
type_safe_union
<
int
,
my_example_object
>
tsu_type
;
typedef
type_safe_union
<
int
,
my_example_object
>
tsu_type
;
...
...
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