summaryrefslogtreecommitdiff
path: root/ACE/ace/CDR_Size.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 19:58:50 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 19:58:50 +0100
commit3378cfa045cab63e02223ffe4f11794a338c05a6 (patch)
treeb9b9a8a7cb8dc267e159bafab4b68e0dd7c0f57d /ACE/ace/CDR_Size.h
parent91ec92bc2e0052c8ab2a6bdfd2da3069218a6422 (diff)
downloadATCD-3378cfa045cab63e02223ffe4f11794a338c05a6.tar.gz
Shorter header
Diffstat (limited to 'ACE/ace/CDR_Size.h')
-rw-r--r--ACE/ace/CDR_Size.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ACE/ace/CDR_Size.h b/ACE/ace/CDR_Size.h
index ec37a4e462f..ca85b674035 100644
--- a/ACE/ace/CDR_Size.h
+++ b/ACE/ace/CDR_Size.h
@@ -4,17 +4,14 @@
/**
* @file CDR_Size.h
*
- *
* ACE Common Data Representation (CDR) size-calculating stream.
*
- *
* The current implementation assumes that the host has 1-byte,
* 2-byte and 4-byte integral types, and that it has single
* precision and double precision IEEE floats.
* Those assumptions are pretty good these days, with Crays being
* the only known exception.
*
- *
* @author Boris Kolpackov <boris@kolpackov.net>
*/
//=============================================================================