ApplicationController.st
changeset 52 6dc870beba69
parent 50 53bc56e07e8f
child 56 405a86416674
equal deleted inserted replaced
51:ac84315b8181 52:6dc870beba69
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
    12 
    13 Model subclass:#ApplicationController
    13 Controller subclass:#ApplicationController
    14 	 instanceVariableNames:''
    14 	 instanceVariableNames:''
    15 	 classVariableNames:''
    15 	 classVariableNames:''
    16 	 poolDictionaries:''
    16 	 poolDictionaries:''
    17 	 category:'ST80-Compatibility'
    17 	 category:'Interface-Framework'
    18 !
    18 !
    19 
    19 
    20 !ApplicationModel class methodsFor:'documentation'!
    20 !ApplicationController class methodsFor:'documentation'!
    21 
    21 
    22 copyright
    22 copyright
    23 "
    23 "
    24  COPYRIGHT (c) 1995 by Claus Gittinger
    24  COPYRIGHT (c) 1995 by Claus Gittinger
    25 	      All Rights Reserved
    25 	      All Rights Reserved
    33 "
    33 "
    34 !
    34 !
    35 
    35 
    36 version
    36 version
    37 "
    37 "
    38 $Header: /cvs/stx/stx/libview2/ApplicationController.st,v 1.1 1995-03-23 16:51:23 claus Exp $
    38 $Header: /cvs/stx/stx/libview2/ApplicationController.st,v 1.2 1995-03-25 22:11:38 claus Exp $
    39 "
    39 "
    40 !
    40 !
    41 
    41 
    42 documentation
    42 documentation
    43 "
    43 "