home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / readme / fileins / dspatch1.st < prev    next >
Encoding:
Text File  |  1995-10-24  |  410 b   |  15 lines

  1. " Distributed Feature patch 1
  2.   If you are packaging under VisualAge, and your distributed
  3.   application is NOT also a VisualAge App; then you will need
  4.   this file-in. "
  5.  
  6. DsMRISupport becomeDefault!
  7.  
  8. !DsMRISupport class publicMethods !
  9.  
  10. startUp
  11.  
  12.     System isRuntime ifTrue: [    
  13.         Smalltalk classAt: #AbtConverterBaseApp ifAbsent: [
  14.             AbtPrimitiveBaseApp stringParmReplacePrintSelector: nil]].! !
  15.