summaryrefslogtreecommitdiffstats
path: root/Source/CPack/IFW/cmCPackIFWInstaller.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CPack/IFW/cmCPackIFWInstaller.h')
-rw-r--r--Source/CPack/IFW/cmCPackIFWInstaller.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/Source/CPack/IFW/cmCPackIFWInstaller.h b/Source/CPack/IFW/cmCPackIFWInstaller.h
index 04050c0..9cb7d5b 100644
--- a/Source/CPack/IFW/cmCPackIFWInstaller.h
+++ b/Source/CPack/IFW/cmCPackIFWInstaller.h
@@ -24,7 +24,8 @@ class cmXMLWriter;
*/
class cmCPackIFWInstaller
{
-public: // Types
+public:
+ // Types
typedef std::map<std::string, cmCPackIFWPackage*> PackagesMap;
@@ -37,14 +38,16 @@ public: // Types
std::string DisplayName;
};
-public: // Constructor
+public:
+ // Constructor
/**
* Construct installer
*/
cmCPackIFWInstaller();
-public: // Configuration
+public:
+ // Configuration
/// Name of the product being installed
std::string Name;
@@ -94,7 +97,8 @@ public: // Configuration
/// Filename for a custom installer control script
std::string ControlScript;
-public: // Internal implementation
+public:
+ // Internal implementation
const char* GetOption(const std::string& op) const;
bool IsOn(const std::string& op) const;