home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cayenne Software Inc. 1997
- #
- # File: @(#)ccinstallm.tcl /main/hindenburg/2
- # Author: <generated>
- # Description: VCM integration file
- #---------------------------------------------------------------------------
- # SccsId = @(#)ccinstallm.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 "vsinstallm.tcl"
-
- Class CCInstallManager : {VSInstallManager} {
- constructor
- method destructor
- method prefix
- }
-
- global CCInstallManager::prefix
- set CCInstallManager::prefix "cc"
-
-
- constructor CCInstallManager {class this} {
- set this [VSInstallManager::constructor $class $this]
- # Start constructor user section
- $this uVcmMethodList "[$this uVcmMethodList] viewPath"
- # End constructor user section
- return $this
- }
-
- method CCInstallManager::destructor {this} {
- # Start destructor user section
- # End destructor user section
- $this VSInstallManager::destructor
- }
-
- method CCInstallManager::prefix {this} {
- return ${CCInstallManager::prefix}
- }
-
- # Do not delete this line -- regeneration end marker
-
-