summaryrefslogtreecommitdiff
path: root/ACE/ace/CDR_Base.h
diff options
context:
space:
mode:
authorAdam Mitz <mitza@ociweb.com>2015-04-20 17:27:49 -0500
committerAdam Mitz <mitza@ociweb.com>2015-04-20 17:27:49 -0500
commit954a5f1add07837df51791a935b61d60cc5f4ac3 (patch)
treebed88127023727f0a445a665f0231e0951d60225 /ACE/ace/CDR_Base.h
parent0b08869dae0581fb59c23043c71f29c963901d19 (diff)
downloadATCD-954a5f1add07837df51791a935b61d60cc5f4ac3.tar.gz
Implemented division of ACE_CDR::Fixed numbers.
Other misc bug fixes found along the way.
Diffstat (limited to 'ACE/ace/CDR_Base.h')
-rw-r--r--ACE/ace/CDR_Base.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ACE/ace/CDR_Base.h b/ACE/ace/CDR_Base.h
index b3ebab91e01..3b66cfd855c 100644
--- a/ACE/ace/CDR_Base.h
+++ b/ACE/ace/CDR_Base.h
@@ -510,6 +510,10 @@ public:
/// of *this, returnins an iterator to the least significant
/// digit of f that will influence the sum (or difference).
ConstIterator pre_add (const Fixed &f);
+
+ Fixed div_helper2 (const Fixed &rhs, Fixed &r) const;
+ Fixed div_helper1 (const Fixed &rhs, Fixed &r) const;
+ Fixed join (int digits, const Fixed &bottom) const;
};
//@}