home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cayenne Software Inc. 1997
- #
- # File: @(#)ccobjnamec.tcl /main/hindenburg/2
- # Author: <generated>
- # Description: VCM integration file
- #---------------------------------------------------------------------------
- # SccsId = @(#)ccobjnamec.tcl /main/hindenburg/2 18 Mar 1997 Copyright 1997 Cayenne Software Inc.
-
- # Start user added include file section
- # End user added include file section
-
- require "vsobjnamec.tcl"
-
- Class CCObjNameChangeDialog : {VSObjNameChangeDialog} {
- constructor
- method destructor
- method promoter
- method initializeVCMVars
- }
-
- constructor CCObjNameChangeDialog {class this name tool} {
- set this [VSObjNameChangeDialog::constructor $class $this $name $tool]
- # Start constructor user section
- # End constructor user section
- return $this
- }
-
- method CCObjNameChangeDialog::destructor {this} {
- # Start destructor user section
- # End destructor user section
- $this VSObjNameChangeDialog::destructor
- }
-
-
- # Sets vsSystem to CCSystem.
- #
- method CCObjNameChangeDialog::promoter {this} {
- $this vsSystem CCSystem
- }
-
-
- # Not needed for ClearCase.
- #
- method CCObjNameChangeDialog::initializeVCMVars {this} {
- return 1
- }
-
- # Do not delete this line -- regeneration end marker
-
-