Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
8656a2d0
Commit
8656a2d0
authored
Jul 11, 2012
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed spelling errors in comments.
parent
85534405
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
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(
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()
which can convert an object into a bit stream and then reverse the process.
...
...
@@ -221,7 +221,7 @@ void run_example_3(
/*
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
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
;
...
...
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