summaryrefslogtreecommitdiffstats
path: root/Source/CPack/IFW/cmCPackIFWGenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CPack/IFW/cmCPackIFWGenerator.h')
-rw-r--r--Source/CPack/IFW/cmCPackIFWGenerator.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/Source/CPack/IFW/cmCPackIFWGenerator.h b/Source/CPack/IFW/cmCPackIFWGenerator.h
index 001c8c7..d02f9d2 100644
--- a/Source/CPack/IFW/cmCPackIFWGenerator.h
+++ b/Source/CPack/IFW/cmCPackIFWGenerator.h
@@ -61,7 +61,8 @@ public:
*/
bool IsVersionEqual(const char *version);
-protected: // cmCPackGenerator reimplementation
+protected:
+ // cmCPackGenerator reimplementation
/**
* @brief Initialize generator
@@ -110,7 +111,8 @@ protected: // cmCPackGenerator reimplementation
virtual bool SupportsAbsoluteDestination() const;
virtual bool SupportsComponentInstallation() const;
-protected: // Methods
+protected:
+ // Methods
bool IsOnePackage() const;
@@ -124,7 +126,8 @@ protected: // Methods
void WriteGeneratedByToStrim(cmXMLWriter& xout);
-protected: // Data
+protected:
+ // Data
friend class cmCPackIFWPackage;
friend class cmCPackIFWInstaller;