VDBAbstractApplication.st
changeset 1 09b3ef5606e7
parent 0 33a652015a1a
child 5 fac6e83fd5c0
equal deleted inserted replaced
0:33a652015a1a 1:09b3ef5606e7
    23     ^ #(
    23     ^ #(
    24         debuggerHolder
    24         debuggerHolder
    25     )
    25     )
    26 
    26 
    27     "Created: / 06-06-2014 / 21:47:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    27     "Created: / 06-06-2014 / 21:47:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
    28 ! !
       
    29 
       
    30 !VDBAbstractApplication class methodsFor:'testing'!
       
    31 
       
    32 isAbstract
       
    33     ^ self == VDBAbstractApplication
    28 ! !
    34 ! !
    29 
    35 
    30 !VDBAbstractApplication methodsFor:'acessing'!
    36 !VDBAbstractApplication methodsFor:'acessing'!
    31 
    37 
    32 debugger
    38 debugger