home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
s_psysvdbo.tcl
< prev
next >
Wrap
Text File
|
1997-06-16
|
835b
|
24 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1996
#
# File: @(#)s_psysvdbo.tcl /main/titanic/2
# Author: Marcel Bancken
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)s_psysvdbo.tcl /main/titanic/2 16 Jun 1997 Copyright 1996 Cayenne Software Inc.
require psysvdbobj.tcl
global PSysVDbObj_associations_corpmodelling
set PSysVDbObj_associations_corpmodelling [PSysVDbObj::associations]
proc PSysVDbObj::associations {} {
set associations \
[BrowserProcs::splitAssociations $PSysVDbObj_associations_corpmodelling]
return [concat \
[lindex $associations 0] {groupVersions} \
[lindex $associations 1] {savedGroupVersionSet} \
]
}