home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / p_sysvdbob.tcl < prev    next >
Text File  |  1997-03-07  |  600b  |  20 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. #      (c)     Cayenne Software Inc.    1997
  4. #
  5. #      File:           @(#)p_sysvdbob.tcl    /main/titanic/3
  6. #      Author:         voyager
  7. #      Description:
  8. #---------------------------------------------------------------------------
  9. # SccsId = @(#)p_sysvdbob.tcl    /main/titanic/3   7 Mar 1997 Copyright 1997 Cayenne Software Inc.
  10.  
  11. proc SysVDbObj::docwriter_promoter {this} {
  12.  
  13.     if {"[[$this system] type]" == "document"} {
  14.  
  15.         require_module_file dsysvdbobj.tcl docwriter
  16.  
  17.         DSysVDbObj promote $this
  18.     }
  19. }
  20.