GDBStatusEvent.st
changeset 10 f04a22c9b16c
parent 6 d935bc59f6f4
child 78 c24e7d8bc881
equal deleted inserted replaced
9:5cc8797f6523 10:f04a22c9b16c
     5 	classVariableNames:''
     5 	classVariableNames:''
     6 	poolDictionaries:''
     6 	poolDictionaries:''
     7 	category:'GDB-Core-Events'
     7 	category:'GDB-Core-Events'
     8 !
     8 !
     9 
     9 
       
    10 
    10 !GDBStatusEvent methodsFor:'testing'!
    11 !GDBStatusEvent methodsFor:'testing'!
    11 
    12 
    12 isStatusEvent
    13 isStatusEvent
    13     ^ true
    14     ^ true
    14 
    15 
    15     "Created: / 01-06-2014 / 23:38:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    16     "Created: / 01-06-2014 / 23:38:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    16 ! !
    17 ! !
    17 
    18 
       
    19 !GDBStatusEvent class methodsFor:'documentation'!
       
    20 
       
    21 version_HG
       
    22 
       
    23     ^ '$Changeset: <not expanded> $'
       
    24 ! !
       
    25