diff options
Diffstat (limited to 'Source/cmVTKMakeInstantiatorCommand.h')
-rw-r--r-- | Source/cmVTKMakeInstantiatorCommand.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmVTKMakeInstantiatorCommand.h b/Source/cmVTKMakeInstantiatorCommand.h index b2678d0..e2980e8 100644 --- a/Source/cmVTKMakeInstantiatorCommand.h +++ b/Source/cmVTKMakeInstantiatorCommand.h @@ -85,6 +85,12 @@ protected: void GenerateHeaderFile(std::ostream&); void GenerateImplementationFile(std::ostream&); + + void OldGenerateHeaderFile(std::ostream&); + void OldGenerateImplementationFile(std::ostream&); + std::string OldGenerateCreationFileName(unsigned int group); + void OldGenerateCreationFile(std::ostream&, unsigned int groupStart, + unsigned int groupSize); }; |