SVN__WCActionRestored.st
changeset 157 2c7fd0c2535a
parent 51 2046d8af8487
child 359 a785972cb1fa
equal deleted inserted replaced
156:4eed92b1e415 157:2c7fd0c2535a
     7 	classVariableNames:''
     7 	classVariableNames:''
     8 	poolDictionaries:''
     8 	poolDictionaries:''
     9 	category:'SVN-Working copy'
     9 	category:'SVN-Working copy'
    10 !
    10 !
    11 
    11 
    12 !WCActionRestored class methodsFor:'documentation'!
       
    13 
       
    14 version_SVN
       
    15     ^'$Id$'
       
    16 ! !
       
    17 
    12 
    18 !WCActionRestored class methodsFor:'accessing'!
    13 !WCActionRestored class methodsFor:'accessing'!
    19 
    14 
    20 actionName
    15 actionName
    21     "Superclass says that I am responsible to implement this method"
    16     "Superclass says that I am responsible to implement this method"
    38 
    33 
    39 !WCActionRestored class methodsFor:'documentation'!
    34 !WCActionRestored class methodsFor:'documentation'!
    40 
    35 
    41 version
    36 version
    42     ^ '$Header$'
    37     ^ '$Header$'
       
    38 !
       
    39 
       
    40 version_CVS
       
    41     ^ '$Header$'
       
    42 !
       
    43 
       
    44 version_SVN
       
    45     ^'Id: SVN__WCActionRestored.st 113 2009-08-28 11:43:01Z vranyj1 '
    43 ! !
    46 ! !