home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / requiredmo.tcl < prev    next >
Text File  |  1997-08-19  |  1KB  |  37 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. #      (c)     Cayenne Software Inc.    1997
  4. #
  5. #      File:           @(#)requiredmo.tcl    /main/titanic/1
  6. #      Author:         <generated>
  7. #      Description:
  8. #---------------------------------------------------------------------------
  9. # SccsId = @(#)requiredmo.tcl    /main/titanic/1   19 Aug 1997 Copyright 1997 Cayenne Software Inc.
  10.  
  11. # Start user added include file section
  12. # End user added include file section
  13.  
  14.  
  15. Class RequiredModuleInfo : {GCObject} {
  16.     constructor
  17.     method destructor
  18.     attribute requiringObj
  19.     attribute requiredKind
  20.     attribute requiredMod
  21. }
  22.  
  23. constructor RequiredModuleInfo {class this} {
  24.     set this [GCObject::constructor $class $this]
  25.     # Start constructor user section
  26.     # End constructor user section
  27.     return $this
  28. }
  29.  
  30. method RequiredModuleInfo::destructor {this} {
  31.     # Start destructor user section
  32.     # End destructor user section
  33. }
  34.  
  35. # Do not delete this line -- regeneration end marker
  36.  
  37.