Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
PolyORB-HI-C
Commits
53b88f72
Commit
53b88f72
authored
Oct 28, 2015
by
yoogx
Browse files
* __po_hi_msg_should_swap should be available for all configurations
parent
cde01fce
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/po_hi_messages.c
View file @
53b88f72
...
...
@@ -83,7 +83,6 @@ void __po_hi_msg_move (__po_hi_msg_t* msg, __po_hi_uint32_t length)
msg
->
length
=
msg
->
length
-
length
;
}
#ifdef __PO_HI_USE_GIOP
int
__po_hi_msg_should_swap
(
__po_hi_msg_t
*
msg
)
{
#ifdef WORDS_BIGENDIAN
...
...
@@ -99,7 +98,6 @@ int __po_hi_msg_should_swap (__po_hi_msg_t* msg)
#endif
return
0
;
}
#endif
void
__po_hi_msg_swap_value
(
void
*
from
,
void
*
dest
,
__po_hi_uint8_t
size
)
{
...
...
Write
Preview
Supports
Markdown
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