ViewForwardingController.st
branchjv
changeset 3855 1db7742d33ad
parent 376 545f71a185db
--- a/ViewForwardingController.st	Thu Jan 19 12:00:14 2017 +0000
+++ b/ViewForwardingController.st	Mon Jan 23 12:42:33 2017 +0000
@@ -9,7 +9,9 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+"{ Package: 'stx:libview2' }"
 
+"{ NameSpace: Smalltalk }"
 
 Controller subclass:#ViewForwardingController
 	instanceVariableNames:''
@@ -118,3 +120,4 @@
 version
     ^ '$Header: /cvs/stx/stx/libview2/ViewForwardingController.st,v 1.2 1997-01-17 21:54:35 cg Exp $'
 ! !
+