ENH: Allow changing of file name

This commit is contained in:
Andy Cedilnik
2005-05-10 11:11:28 -04:00
parent dd9e2b904c
commit efcb43a88f
2 changed files with 19 additions and 1 deletions
+6
View File
@@ -130,6 +130,12 @@ public:
* Set whether compression is done.
*/
void SetCompression(bool compression);
/**
* Set name of the file that will hold the actual output. This method allows
* the output file to be changed during the use of cmGeneratedFileStream.
*/
void SetName(const char* fname);
};
#if defined(__sgi) && !defined(__GNUC__)