home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / ccobjnamec.tcl < prev    next >
Text File  |  1997-04-17  |  1KB  |  52 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. #      (c)     Cayenne Software Inc.    1997
  4. #
  5. #      File:           @(#)ccobjnamec.tcl    /main/titanic/2
  6. #      Author:         <generated>
  7. #      Description:    VCM integration file
  8. #---------------------------------------------------------------------------
  9. # SccsId = @(#)ccobjnamec.tcl    /main/titanic/2   17 Apr 1997 Copyright 1997 Cayenne Software Inc.
  10.  
  11. # Start user added include file section
  12. # End user added include file section
  13.  
  14. require "vsobjnamec.tcl"
  15.  
  16. Class CCObjNameChangeDialog : {VSObjNameChangeDialog} {
  17.     constructor
  18.     method destructor
  19.     method promoter
  20.     method initializeVCMVars
  21. }
  22.  
  23. constructor CCObjNameChangeDialog {class this name tool} {
  24.     set this [VSObjNameChangeDialog::constructor $class $this $name $tool]
  25.     # Start constructor user section
  26.     # End constructor user section
  27.     return $this
  28. }
  29.  
  30. method CCObjNameChangeDialog::destructor {this} {
  31.     # Start destructor user section
  32.     # End destructor user section
  33.     $this VSObjNameChangeDialog::destructor
  34. }
  35.  
  36.  
  37. # Sets vsSystem to CCSystem.
  38. #
  39. method CCObjNameChangeDialog::promoter {this} {
  40.     $this vsSystem CCSystem
  41. }
  42.  
  43.  
  44. # Not needed for ClearCase.
  45. #
  46. method CCObjNameChangeDialog::initializeVCMVars {this} {
  47.     return 1
  48. }
  49.  
  50. # Do not delete this line -- regeneration end marker
  51.  
  52.