OSSP CVS Repository

ossp - Check-in [812]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 812
Date: 2001-Aug-30 17:02:52 (local)
2001-Aug-30 15:02:52 (UTC)
User:simons
Branch:
Comment: Completed the documentation of (xml|xdr)_(en|de)code_(float|double)().
Tickets:
Inspections:
Files:
ossp-pkg/xds/xds.pod      1.11 -> 1.12     4 inserted, 4 deleted

ossp-pkg/xds/xds.pod 1.11 -> 1.12

--- xds.pod      2001/08/30 11:29:38     1.11
+++ xds.pod      2001/08/30 15:02:52     1.12
@@ -373,10 +373,10 @@
   xml_decode_uint64()        xds_uint64_t*     18-37 bytes   8 bytes
   xml_encode_int64()         xds_int64_t       8 bytes       16-36 bytes
   xml_decode_int64()         xds_int64_t*      16-36 bytes   8 bytes
-  xml_encode_float()         xds_float_t       4 bytes       ? bytes
-  xml_decode_float()         xds_float_t*      ? bytes       4 bytes
-  xml_encode_double()        xds_double_t      8 bytes       ? bytes
-  xml_decode_double()        xds_double_t*     ? bytes       8 bytes
+  xml_encode_float()         xds_float_t       4 bytes       variable
+  xml_decode_float()         xds_float_t*      variable      4 bytes
+  xml_encode_double()        xds_double_t      8 bytes       variable
+  xml_decode_double()        xds_double_t*     variable      8 bytes
   xml_encode_octetstream()   void*, size_t     variable      variable
   xml_decode_octetstream()   void**, size_t*   variable      variable
   xml_encode_string()        char*             variable      variable

CVSTrac 2.0.1