Notification.st
branchjv
changeset 17807 06cc6c49e291
parent 17780 b6e42c92eba0
child 17814 b75a7f0c346b
equal deleted inserted replaced
17806:a6c483ec9b9f 17807:06cc6c49e291
   336 ! !
   336 ! !
   337 
   337 
   338 !Notification class methodsFor:'documentation'!
   338 !Notification class methodsFor:'documentation'!
   339 
   339 
   340 version
   340 version
   341     ^ '$Id: Notification.st 10544 2010-07-12 16:20:36Z vranyj1 $'
   341     ^ '$Id: Notification.st 10590 2010-11-09 16:24:28Z vranyj1 $'
   342 !
   342 !
   343 
   343 
   344 version_CVS
   344 version_CVS
   345     ^ 'Header: /cvs/stx/stx/libbasic/Notification.st,v 1.25 2009/10/14 17:34:24 cg Exp '
   345     ^ 'Header: /cvs/stx/stx/libbasic/Notification.st,v 1.25 2009-10-14 17:34:24 cg Exp '
   346 !
   346 !
   347 
   347 
   348 version_SVN
   348 version_SVN
   349     ^ '$Id: Notification.st 10544 2010-07-12 16:20:36Z vranyj1 $'
   349     ^ '$Id: Notification.st 10590 2010-11-09 16:24:28Z vranyj1 $'
   350 ! !
   350 ! !
   351 
   351 
   352 Notification initialize!
   352 Notification initialize!
   353 
   353 
   354 
   354 
   355 
   355 
       
   356