home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
d_ssysvdbo.tcl
< prev
next >
Wrap
Text File
|
1996-12-19
|
723b
|
19 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1996
#
# File: @(#)d_ssysvdbo.tcl /main/titanic/2
# Author: Marcel Bancken
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)d_ssysvdbo.tcl /main/titanic/2 19 Dec 1996 Copyright 1996 Cayenne Software Inc.
global SSysVDbObj_associations_corpmodelling
set SSysVDbObj_associations_corpmodelling [SSysVDbObj::associations]
proc SSysVDbObj::associations {} {
regsub -all {groupVersions|savedGroupVersionSet} \
$SSysVDbObj_associations_corpmodelling "" associations
return $associations
}