Issue 4178: FileTransferSesion:insert method signature mismatch (ftamftp-ftf) Source: DSTC (Mr. Ted McFadden, mcfadden@dstc.edu.au) Nature: Uncategorized Issue Severity: Summary: The `offset' parameter of the insert method is of type long but in the Section 3.3 File properties table on page 3-7 the file size property is unsigned long. The operation insert should work at any offset up to file size, so the types should be the same. Action Requested: The `offset' parameter and the file size attribute should be of the same type. Resolution: see above Revised Text: Section 3.6.1 File Interface / insert described the insert operation. Actions taken: January 30, 2001: received issue Discussion: Resolution In the final text, the file size property and the offset parameter in the insert method are of type unsigned long long. (Resolution of issue 4389 brought the type from unsigned long to unsigned long long.) End of Annotations:===== Date: Tue, 30 Jan 2001 16:47:36 +1000 From: Ted McFadden To: issues@omg.org, ftamftp-ftf@omg.org Cc: tmcf@ooc.com.au Subject: ftam/ftp issue: signature of insert method Message-ID: <20010130164736.C15721@ooc.com.au> Reply-To: Ted McFadden Mail-Followup-To: issues@omg.org, ftamftp-ftf@omg.org Mime-Version: 1.0 Received: from errigal.ooc.com.au (IDENT:root@errigal.ooc.com.au [10.1.1.5]) by janus.ooc.com.au (8.9.3/8.9.3) with ESMTP id AAA08439 for ; Wed, 31 Jan 2001 00:52:14 +1000 Received: (from tmcf@localhost) by errigal.ooc.com.au (8.9.3/8.9.3) id AAA16801 for tmcf@ooc.com.au; Wed, 31 Jan 2001 00:52:13 +1000 Received: from errigal.ooc.com.au (IDENT:root@errigal.ooc.com.au [10.1.1.5]) by janus.ooc.com.au (8.9.3/8.9.3) with ESMTP id QAA07353 for ; Tue, 30 Jan 2001 16:47:36 +1000 Received: (from tmcf@localhost) by errigal.ooc.com.au (8.9.3/8.9.3) id QAA16352 for tmcf@ooc.com.au; Tue, 30 Jan 2001 16:47:36 +1000 X-Mailer: Mutt 1.0i Content-Type: text/plain; charset=us-ascii X-UIDL: Gjdd9""2e9:!Ee9CNSd9 Hi, ftam/ftp issue: FileTransferSesion:insert method signature mismatch ------------------------------------------ The `offset' parameter of the insert method is of type long but in the Section 3.3 File properties table on page 3-7 the file size property is unsigned long. The operation insert should work at any offset up to file size, so the types should be the same. Action Requested: The `offset' parameter and the file size attribute should be of the same type. Cheers, Ted -- Ted McFadden tmcf@ooc.com.au Object Oriented Concepts http://www.ooc.com Suite 4, 8 Martha St. +61-7-3324-9633 Camp Hill 4169, QLD. Australia