Skip to content

Commit

Permalink
Add the description retrieval vmethod for reaction reagents.
Browse files Browse the repository at this point in the history
  • Loading branch information
angavrilov committed Oct 20, 2012
1 parent 0ed2d1d commit 1b57daa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion df.reaction-raws.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@
<pointer type-name='reaction' comment='or maybe reaction code string ref'/>
<int32_t name='index' ref-target='reaction'/>
</vmethod>
<vmethod/>
<vmethod name='getDescription'>
<pointer type-name='stl-string'/>
<int32_t name='index' ref-target='reaction'/>
</vmethod>
<vmethod ret-type='bool' name='isLyeBearing'/>
</virtual-methods>
</class-type>
Expand Down

0 comments on commit 1b57daa

Please sign in to comment.