From 4ed26a55bee1231d33f85456f87f815bde1b74b4 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 5 Aug 1999 21:08:59 +0000 Subject: [PATCH] updated --- src/cas/RELEASE_NOTES | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/cas/RELEASE_NOTES b/src/cas/RELEASE_NOTES index 3aae1bdb0..da22905a8 100644 --- a/src/cas/RELEASE_NOTES +++ b/src/cas/RELEASE_NOTES @@ -224,3 +224,21 @@ changed so that the purpose of this class is more clear to server tool designers. To remain backwards compatible the class casAsyncPVCreateIO derives from public base class casAsyncPVAttachIO. In a future release the class casAsyncPVCreateIO will be eliminated. + +o The hash table template class resTable now requires a PV count estimate +argument to its the constructor, and its init(PV count estimate) member function +has been eliminated (server tools frequently implement a string hash table +based on class resTable). + +o The delay argument passed to fileDescriptorManager.process(delay) has been changed +from type osiTime to the C++ primitive type double. + +o The arithmetic operators in class osiTime now return type double, and not type +osiTime. + +o In class osiTimer the use of type osiBool was eliminated in favor of the now universally +implemented ANSI STD C++ "bool" type. + +o In class osiTimer type double, and not type osiTime, is returned from virtual member +function delay(). +