diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-02 22:28:20 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-02 22:28:20 (GMT) |
commit | ebbe10193ff5f41c77f2e3cafae06f7c0f30c0c4 (patch) | |
tree | f6dca7a842541b94f8261aa250a23cb349c8d343 /Source/CPack/cmCPackSTGZGenerator.h | |
parent | f00b344adac6ec59d5432311d3986a21582a62f9 (diff) | |
download | CMake-ebbe10193ff5f41c77f2e3cafae06f7c0f30c0c4.zip CMake-ebbe10193ff5f41c77f2e3cafae06f7c0f30c0c4.tar.gz CMake-ebbe10193ff5f41c77f2e3cafae06f7c0f30c0c4.tar.bz2 |
ENH: Start working on CPack input file and cleanups
Diffstat (limited to 'Source/CPack/cmCPackSTGZGenerator.h')
-rw-r--r-- | Source/CPack/cmCPackSTGZGenerator.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Source/CPack/cmCPackSTGZGenerator.h b/Source/CPack/cmCPackSTGZGenerator.h index e7dee02..5561552 100644 --- a/Source/CPack/cmCPackSTGZGenerator.h +++ b/Source/CPack/cmCPackSTGZGenerator.h @@ -29,16 +29,6 @@ class cmCPackSTGZGenerator : public cmCPackTGZGenerator { public: cmCPackTypeMacro(cmCPackSTGZGenerator, cmCPackTGZGenerator); - /** - * Do the actual processing. Subclass has to override it. - * Return < 0 if error. - */ - virtual int ProcessGenerator(); - - /** - * Initialize generator - */ - virtual int Initialize(const char* name); /** * Construct generator |