From 954a5f1add07837df51791a935b61d60cc5f4ac3 Mon Sep 17 00:00:00 2001 From: Adam Mitz Date: Mon, 20 Apr 2015 17:27:49 -0500 Subject: Implemented division of ACE_CDR::Fixed numbers. Other misc bug fixes found along the way. --- ACE/ace/CDR_Base.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ACE/ace/CDR_Base.h') 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; }; //@} -- cgit v1.2.1