home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
chkcomodel.tcl
< prev
next >
Wrap
Text File
|
1997-09-05
|
750b
|
22 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1997
#
# File: @(#)chkcomodel.tcl /main/titanic/1
# Author: heli
# Description: Check Collaboration Model
#---------------------------------------------------------------------------
# SccsId = @(#)chkcomodel.tcl /main/titanic/1 5 Sep 1997 Copyright 1997 Cayenne Software Inc.
proc checkCollaborationModel {{codNames {}}} {
uplevel #0 {
OTShRegister::semanticModel
require chktcl_msg.tcl
require chkcom.tcl
}
set cc [ClientContext::global]
set model [CMCodModel new [$cc currentConfig] [$cc currentPhase]]
$model mcheck $codNames
$model delete
}