-
Key: TLOG-38
-
Legacy Issue Number: 5616
-
Status: open
-
Source: nokia.com ( Ivan Bodunov)
-
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); -
Reported: TLOG 1.0 — Fri, 30 Aug 2002 04:00 GMT
-
Updated: Fri, 6 Mar 2015 20:58 GMT