ETSI's Bug Tracker - Ext Pack: Extended TRI (ES 202 789)
View Issue Details
0006672Ext Pack: Extended TRI (ES 202 789)Technicalpublic20-01-2014 13:1719-12-2014 09:35
Tomas Urban 
Tomas Urban 
normalminorhave not tried
closedfixed 
v1.2.1 (published 2013-04) 
v1.4.1 (published 2015-06)v1.4.1 (published 2015-06) 
0006672: xtriSAErrorReq in C++ mapping is not a pure virtual function
The xtriSAErrorReq mapping to C++ is defined as follows:
virtual void xtriSAErrorReq (const String message, const Object *cause);

However, all other TRI, TCI and XTRI are mapped as pure virtual functions, thus correct mapping would be:
virtual void xtriSAErrorReq (const String message, const Object *cause) = 0;
No tags attached.
docx CR6672_v1.docx (15,274) 11-04-2014 09:44
http://oldforge.etsi.org/mantis/file_download.php?file_id=3011&type=bug
Issue History
20-01-2014 13:17Tomas UrbanNew Issue
08-04-2014 08:53Gyorgy RethyAssigned To => Tomas Urban
08-04-2014 08:53Gyorgy RethyStatusnew => assigned
08-04-2014 08:53Gyorgy RethyTarget Version => v1.4.1 (published 2015-06)
11-04-2014 09:44Tomas UrbanFile Added: CR6672_v1.docx
11-04-2014 09:45Tomas UrbanNote Added: 0012018
11-04-2014 09:45Tomas UrbanAssigned ToTomas Urban => Gyorgy Rethy
11-04-2014 09:45Tomas UrbanStatusassigned => confirmed
08-10-2014 11:09Gyorgy RethyAssigned ToGyorgy Rethy => Tomas Urban
08-10-2014 11:09Gyorgy RethyStatusconfirmed => resolved
08-10-2014 11:09Gyorgy RethyResolutionopen => fixed
08-10-2014 11:09Gyorgy RethyFixed in Version => v1.4.1 (published 2015-06)
19-12-2014 09:35Tomas UrbanNote Added: 0012567
19-12-2014 09:35Tomas UrbanStatusresolved => closed

Notes
(0012018)
Tomas Urban   
11-04-2014 09:45   
Resolution uploaded.
Please check.
(0012567)
Tomas Urban   
19-12-2014 09:35   
Proposed changes added to the specification draft.