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 >
Wrap
Text File
|
1996-12-19
|
874b
|
24 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1996
#
# File: @(#)s_procs.tcl /main/titanic/3
# Author: Marcel Bancken
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)s_procs.tcl /main/titanic/3 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 {} {
return [concat $initRepObj2UiObjTable_corpmodelling {
CorporateGroupVersion CorpGVDbObj
CorporateGroupVersions CorpGVUiObj
GroupVersion GroupVDbObj
SavedGroupVersion SvdGVDbObj
SavedGroupVersions SvdGVUiObj
}]
}