STYLE: Remove useless install generator typedefs
The cmInstall*Generator classes all derive from cmInstallGenerator which provides the Indent typedef so they do not need to provide it
This commit is contained in:
parent
62a9fc7e94
commit
f8c0dc27b5
@ -35,7 +35,6 @@ public:
|
|||||||
virtual ~cmInstallDirectoryGenerator();
|
virtual ~cmInstallDirectoryGenerator();
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
typedef cmInstallGeneratorIndent Indent;
|
|
||||||
virtual void GenerateScriptActions(std::ostream& os, Indent const& indent);
|
virtual void GenerateScriptActions(std::ostream& os, Indent const& indent);
|
||||||
std::vector<std::string> Directories;
|
std::vector<std::string> Directories;
|
||||||
std::string FilePermissions;
|
std::string FilePermissions;
|
||||||
|
@ -42,7 +42,6 @@ public:
|
|||||||
protected:
|
protected:
|
||||||
typedef std::vector<cmTargetExport*> ExportSet;
|
typedef std::vector<cmTargetExport*> ExportSet;
|
||||||
|
|
||||||
typedef cmInstallGeneratorIndent Indent;
|
|
||||||
virtual void GenerateScript(std::ostream& os);
|
virtual void GenerateScript(std::ostream& os);
|
||||||
virtual void GenerateScriptConfigs(std::ostream& os, Indent const& indent);
|
virtual void GenerateScriptConfigs(std::ostream& os, Indent const& indent);
|
||||||
virtual void GenerateScriptActions(std::ostream& os, Indent const& indent);
|
virtual void GenerateScriptActions(std::ostream& os, Indent const& indent);
|
||||||
|
@ -35,7 +35,6 @@ public:
|
|||||||
virtual ~cmInstallFilesGenerator();
|
virtual ~cmInstallFilesGenerator();
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
typedef cmInstallGeneratorIndent Indent;
|
|
||||||
virtual void GenerateScriptActions(std::ostream& os, Indent const& indent);
|
virtual void GenerateScriptActions(std::ostream& os, Indent const& indent);
|
||||||
std::vector<std::string> Files;
|
std::vector<std::string> Files;
|
||||||
bool Programs;
|
bool Programs;
|
||||||
|
@ -64,7 +64,6 @@ public:
|
|||||||
bool IsImportLibrary() const { return this->ImportLibrary; }
|
bool IsImportLibrary() const { return this->ImportLibrary; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
typedef cmInstallGeneratorIndent Indent;
|
|
||||||
virtual void GenerateScript(std::ostream& os);
|
virtual void GenerateScript(std::ostream& os);
|
||||||
virtual void GenerateScriptConfigs(std::ostream& os, Indent const& indent);
|
virtual void GenerateScriptConfigs(std::ostream& os, Indent const& indent);
|
||||||
virtual void GenerateScriptActions(std::ostream& os, Indent const& indent);
|
virtual void GenerateScriptActions(std::ostream& os, Indent const& indent);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user