added: #postRealize
authorvrany
Tue, 24 Jan 2012 13:50:58 +0100
changeset 11179 dc0c7401bce0
parent 11178 ad3cb83bd7f9
child 11180 20fe8e6e39e4
added: #postRealize
Tools__CodeView2.st
--- a/Tools__CodeView2.st	Tue Jan 24 00:15:39 2012 +0100
+++ b/Tools__CodeView2.st	Tue Jan 24 13:50:58 2012 +0100
@@ -1863,6 +1863,17 @@
     "Created: / 14-02-2010 / 15:21:18 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+!CodeView2 methodsFor:'realization'!
+
+postRealize
+
+    services do:[:service|
+        service viewRealized.
+    ]
+
+    "Created: / 23-01-2012 / 10:35:06 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+
 !CodeView2 methodsFor:'services'!
 
 registerService: aCodeViewService
@@ -3240,11 +3251,11 @@
 !CodeView2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.46 2012-01-06 15:26:14 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.47 2012-01-24 12:50:58 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.46 2012-01-06 15:26:14 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.47 2012-01-24 12:50:58 vrany Exp $'
 !
 
 version_SVN