Issue 5616: missing LogOffDuty exceptions (log-service-rtf) Source: (Mr. Ivan Bodunov, ) Nature: Uncategorized Issue Severity: Summary: 1. Page 2-19 has missing LogOffDuty exception in the signatures of write_records and write_recordlist methods. Currently there is: void write_records(in Anys records) raises(LogFull, LogLocked, LogDisabled); void write_recordlist(in RecordList list) raises(LogFull, LogLocked, LogDisabled); Should be: void write_records(in Anys records) raises(LogFull, LogOffDuty, LogLocked, LogDisabled); void write_recordlist(in RecordList list) raises(LogFull, LogOffDuty, LogLocked, LogDisabled); Resolution: Revised Text: Actions taken: August 30, 2002: received issue Discussion: End of Annotations:===== Subject: Telecom Log Service Specification issues Date: Fri, 30 Aug 2002 16:17:55 +0300 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Telecom Log Service Specification issues Thread-Index: AcJQJ4X8FNfD/7i9EdatiAAGKSZO8A== From: To: X-OriginalArrivalTime: 30 Aug 2002 13:17:55.0503 (UTC) FILETIME=[A6F843F0:01C25027] X-MIME-Autoconverted: from quoted-printable to 8bit by emerald.omg.org id g7UDELX28640 Hi, Logging Service 1.1 RTF is considered (dtc/02-05-04). 1. Page 2-19 has missing LogOffDuty exception in the signatures of write_records and write_recordlist methods. Currently there is: void write_records(in Anys records) raises(LogFull, LogLocked, LogDisabled); void write_recordlist(in RecordList list) raises(LogFull, LogLocked, LogDisabled); Should be: void write_records(in Anys records) raises(LogFull, LogOffDuty, LogLocked, LogDisabled); void write_recordlist(in RecordList list) raises(LogFull, LogOffDuty, LogLocked, LogDisabled);