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