View Issue Details

IDProjectCategoryView StatusLast Update
0000655Spring engineGeneralpublic2008-04-30 17:15
Reporterhoijui Assigned Totvo  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0000655: [patch] Command and CommandQueue minor changes
DescriptionIn Command, there were two ';' missing.
In CommandQueue, the enum QueueType was in the private section (before public:), but was used as return statement by the public function GetType(). I moved the enum QueueType into the public section.

Additional InformationI saw these things only because SWIG reported the mas errors/inconsistencies.
TagsNo tags attached.
Attached Files
Command.diff (Attachment missing)
Checked infolog.txt for Errors

Activities

tvo

2008-04-30 17:15

reporter   ~0002203

Oh forgot this one because it was in the AI section.

Anyway it is committed now, in r5809. Thank you for the patch.

Issue History

Date Modified Username Field Change
2007-10-12 09:10 hoijui New Issue
2007-10-12 09:10 hoijui File Added: Command.diff
2008-04-28 21:32 tvo Summary Command and CommandQueue minor changes => [patch] Command and CommandQueue minor changes
2008-04-30 17:06 tvo Project AI => Spring engine
2008-04-30 17:15 tvo Status new => resolved
2008-04-30 17:15 tvo Resolution open => fixed
2008-04-30 17:15 tvo Assigned To => tvo
2008-04-30 17:15 tvo Note Added: 0002203