summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ConfigParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/ConfigParser.h')
-rw-r--r--cpp/src/Ice/ConfigParser.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/src/Ice/ConfigParser.h b/cpp/src/Ice/ConfigParser.h
index 8907a332517..10d2ffb5335 100644
--- a/cpp/src/Ice/ConfigParser.h
+++ b/cpp/src/Ice/ConfigParser.h
@@ -27,8 +27,8 @@ namespace IceSSL
class ConfigParser
{
public:
-
- // Construction based on the indicated config file, or config file and
+
+ // Construction based on the indicated config file, or config file and
// certificate path.
ConfigParser(const std::string&);
ConfigParser(const std::string&, const std::string&);
@@ -77,9 +77,9 @@ private:
// Populate a certificate file object, basis of all certificates.
void loadCertificateFile(DOM_Node, CertificateFile&);
-
- // Parses the certificate encoding format from a string representation
- // to the proper integer value used by the underlying SSL framework.
+
+ // Parses the certificate encoding format from a string representation
+ // to the proper integer value used by the underlying SSL framework.
int parseEncoding(std::string&);
std::string toString(const DOMString&);