home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
d_procs.tcl
< prev
next >
Wrap
Text File
|
1996-12-19
|
1KB
|
24 lines
#---------------------------------------------------------------------------
#
# (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
}