home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / rwsource.tcl < prev    next >
Text File  |  1997-08-29  |  569b  |  16 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. #    (c) Cadre Technologies Inc. 1995
  4. #
  5. #    File:        @(#)rwsource.tcl    /main/titanic/1
  6. #    Author:        Harm Leijendeckers
  7. #    Description:    Source file of class Report
  8. #
  9. #---------------------------------------------------------------------------
  10. # SccsId = @(#)rwsource.tcl    /main/titanic/1    29 Aug 1997    Copyright 1995 Cadre Technologies Inc.
  11.  
  12. if { ![string length [info commands Report]] } {
  13.     source [m4_path_name reports rwclassdef.tcl]
  14.     source [m4_path_name reports rwmethods.tcl]
  15. }
  16.