Tools__ToDoNotification.st
changeset 7730 e97ee531e941
child 8239 8be821ca02f9
equal deleted inserted replaced
7729:448607768e0b 7730:e97ee531e941
       
     1 "{ Package: 'stx:libtool' }"
       
     2 
       
     3 "{ NameSpace: Tools }"
       
     4 
       
     5 Notification subclass:#ToDoNotification
       
     6 	instanceVariableNames:''
       
     7 	classVariableNames:''
       
     8 	poolDictionaries:''
       
     9 	category:'Interface-Smalltalk-ToDo'
       
    10 !
       
    11 
       
    12 
       
    13 !ToDoNotification class methodsFor:'documentation'!
       
    14 
       
    15 version
       
    16     ^ '$Header: /cvs/stx/stx/libtool/Tools__ToDoNotification.st,v 1.1 2007-03-13 17:11:41 cg Exp $'
       
    17 ! !