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 >
Text File  |  1997-06-16  |  659b  |  19 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. #      (c)     Cayenne Software Inc.    1996
  4. #
  5. #      File:           @(#)s_projdbob.tcl    /main/titanic/2
  6. #      Author:         Marcel Bancken
  7. #      Description:
  8. #---------------------------------------------------------------------------
  9. # SccsId = @(#)s_projdbob.tcl    /main/titanic/2   16 Jun 1997 Copyright 1996 Cayenne Software Inc.
  10.  
  11. require projdbobj.tcl
  12.  
  13. global ProjDbObj_associations_security
  14. set ProjDbObj_associations_security [ProjDbObj::associations]
  15.  
  16. proc ProjDbObj::associations {} {
  17.     return [concat $ProjDbObj_associations_security {roleSet}]
  18. }
  19.