home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
s_projdbob.tcl
< prev
next >
Wrap
Text File
|
1997-06-16
|
659b
|
19 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1996
#
# File: @(#)s_projdbob.tcl /main/titanic/2
# Author: Marcel Bancken
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)s_projdbob.tcl /main/titanic/2 16 Jun 1997 Copyright 1996 Cayenne Software Inc.
require projdbobj.tcl
global ProjDbObj_associations_security
set ProjDbObj_associations_security [ProjDbObj::associations]
proc ProjDbObj::associations {} {
return [concat $ProjDbObj_associations_security {roleSet}]
}