summaryrefslogtreecommitdiff
path: root/ace/CDR_Stream.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-25 03:18:14 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-25 03:18:14 +0000
commitc910a7145df8357f0b3ce971893746ea85008561 (patch)
tree4fd03ad0d4b1dd60ed2f668897d85d80dc9b82bc /ace/CDR_Stream.h
parent577eb6ebda49d2f7f5962cee72825ba5406d0b10 (diff)
downloadATCD-c910a7145df8357f0b3ce971893746ea85008561.tar.gz
updates for Cray UNICOS port
Diffstat (limited to 'ace/CDR_Stream.h')
-rw-r--r--ace/CDR_Stream.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/CDR_Stream.h b/ace/CDR_Stream.h
index 38b5ada2e73..eae6b495dcf 100644
--- a/ace/CDR_Stream.h
+++ b/ace/CDR_Stream.h
@@ -192,6 +192,12 @@ public:
# else /* ACE_SIZEOF_INT != 4 */
// Applications will probably have trouble with this.
char f[4];
+ # if defined(_UNICOS)
+ Float();
+ Float(const float & init);
+ float operator= (const Float &rhs) const;
+ int operator!= (const Float &rhs) const;
+ # endif /* _UNICOS */
# endif /* ACE_SIZEOF_INT != 4 */
};
# endif /* ACE_SIZEOF_FLOAT != 4 */