smalltalk.rc
changeset 1588 2727a9f4ac36
parent 1561 6a5fa5c54b29
child 1589 86edc6c77f6e
equal deleted inserted replaced
1585:69c1741cb1db 1588:2727a9f4ac36
   550 "/ some ST80 name aliases
   550 "/ some ST80 name aliases
   551 "/ (actually, much more is needed - this is just a start ...)
   551 "/ (actually, much more is needed - this is just a start ...)
   552 "/
   552 "/
   553 (cls := Smalltalk at:#StandardSystemView) notNil ifTrue:[
   553 (cls := Smalltalk at:#StandardSystemView) notNil ifTrue:[
   554     Smalltalk at:#ScheduledWindow put:cls
   554     Smalltalk at:#ScheduledWindow put:cls
       
   555     Smalltalk at:#SystemWindow put:cls
   555 ].
   556 ].
   556 (cls := Smalltalk at:#Socket) notNil ifTrue:[
   557 (cls := Smalltalk at:#Socket) notNil ifTrue:[
   557     Smalltalk at:#UnixSocketAccessor put:cls.
   558     Smalltalk at:#UnixSocketAccessor put:cls.
   558     Smalltalk at:#SocketAccessor put:cls.
   559     Smalltalk at:#SocketAccessor put:cls.
   559     Smalltalk at:#SocketAccessorByAddress put:cls.
   560     Smalltalk at:#SocketAccessorByAddress put:cls.