diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-03-10 13:54:57 -0500 |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-03-10 13:54:57 -0500 |
commit | 89e5fc63fec560bec27d8517cc74ec41232736a0 (patch) | |
tree | e4b19753c7602a1224853ba1656f88ce53fb37fc /Source/cmGlobalVisualStudio71Generator.h | |
parent | 509e383aacb65a501b20ce9a5520a31daff152e3 (diff) | |
download | cmake-89e5fc63fec560bec27d8517cc74ec41232736a0.tar.gz |
STYLE: fix line lengths
Diffstat (limited to 'Source/cmGlobalVisualStudio71Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio71Generator.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Source/cmGlobalVisualStudio71Generator.h b/Source/cmGlobalVisualStudio71Generator.h index fb52fa7440..e647ecd75c 100644 --- a/Source/cmGlobalVisualStudio71Generator.h +++ b/Source/cmGlobalVisualStudio71Generator.h @@ -29,7 +29,8 @@ class cmGlobalVisualStudio71Generator : public cmGlobalVisualStudio7Generator { public: cmGlobalVisualStudio71Generator(); - static cmGlobalGenerator* New() { return new cmGlobalVisualStudio71Generator; } + static cmGlobalGenerator* New() + { return new cmGlobalVisualStudio71Generator; } ///! Get the name for the generator. virtual const char* GetName() const { @@ -51,8 +52,10 @@ protected: const char* name, const char* path, cmTarget &t); virtual void WriteProjectDepends(std::ostream& fout, const char* name, const char* path, cmTarget &t); - virtual void WriteProjectConfigurations(std::ostream& fout, const char* name, bool in_all); - virtual void WriteExternalProject(std::ostream& fout, const char* name, const char* path, + virtual void WriteProjectConfigurations(std::ostream& fout, const char* name, + bool in_all); + virtual void WriteExternalProject(std::ostream& fout, const char* name, + const char* path, const std::vector<std::string>& depends); virtual void WriteSLNFooter(std::ostream& fout); virtual void WriteSLNHeader(std::ostream& fout); |