home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / s_procs.tcl < prev    next >
Text File  |  1996-12-19  |  874b  |  24 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. #      (c)     Cayenne Software Inc.    1996
  4. #
  5. #      File:           @(#)s_procs.tcl    /main/titanic/3
  6. #      Author:         Marcel Bancken
  7. #      Description:
  8. #---------------------------------------------------------------------------
  9. # SccsId = @(#)s_procs.tcl    /main/titanic/3   19 Dec 1996 Copyright 1996 Cayenne Software Inc.
  10.  
  11. global initRepObj2UiObjTable_corpmodelling
  12. set initRepObj2UiObjTable_corpmodelling [initRepObj2UiObjTable]
  13.  
  14. # Initialize table for conversion from repository object to browser object
  15. proc initRepObj2UiObjTable {} {
  16.     return [concat $initRepObj2UiObjTable_corpmodelling {
  17.     CorporateGroupVersion CorpGVDbObj
  18.     CorporateGroupVersions CorpGVUiObj
  19.     GroupVersion GroupVDbObj
  20.     SavedGroupVersion SvdGVDbObj
  21.     SavedGroupVersions SvdGVUiObj
  22.     }]
  23. }
  24.