home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cayenne Software Inc. 1996
- #
- # File: @(#)d_procs.tcl /main/titanic/2
- # Author: Marcel Bancken
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)d_procs.tcl /main/titanic/2 19 Dec 1996 Copyright 1996 Cayenne Software Inc.
-
- global initRepObj2UiObjTable_corpmodelling
- set initRepObj2UiObjTable_corpmodelling [initRepObj2UiObjTable]
-
- # Initialize table for conversion from repository object to browser object
- proc initRepObj2UiObjTable {} {
- set table $initRepObj2UiObjTable_corpmodelling
- regsub "CorporateGroupVersion CorpGVDbObj" $table "" table
- regsub "CorporateGroupVersions CorpGVUiObj" $table "" table
- regsub "GroupVersion GroupVDbObj" $table "" table
- regsub "SavedGroupVersion SvdGVDbObj" $table "" table
- regsub "SavedGroupVersions SvdGVUiObj" $table "" table
- return $table
- }
-