aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/imap/IMAPServiceInfos.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-01-15 12:21:10 +0000
committerVincent Richard <[email protected]>2013-01-15 12:21:10 +0000
commitea06bc1de1f1844d5b7a66aa9e4bbcbc45be586c (patch)
tree39536da12a50881850f98c81a8f3ac7838954e2c /src/net/imap/IMAPServiceInfos.cpp
parentBetter test for stream state. (diff)
downloadvmime-ea06bc1de1f1844d5b7a66aa9e4bbcbc45be586c.tar.gz
vmime-ea06bc1de1f1844d5b7a66aa9e4bbcbc45be586c.zip
Renamed TYPE_BOOL to avoid name collision on MacOS.
Diffstat (limited to 'src/net/imap/IMAPServiceInfos.cpp')
-rw-r--r--src/net/imap/IMAPServiceInfos.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/net/imap/IMAPServiceInfos.cpp b/src/net/imap/IMAPServiceInfos.cpp
index 68c3c8aa..46dbc2e1 100644
--- a/src/net/imap/IMAPServiceInfos.cpp
+++ b/src/net/imap/IMAPServiceInfos.cpp
@@ -56,8 +56,8 @@ const IMAPServiceInfos::props& IMAPServiceInfos::getProperties() const
{
// IMAP-specific options
#if VMIME_HAVE_SASL_SUPPORT
- property("options.sasl", serviceInfos::property::TYPE_BOOL, "true"),
- property("options.sasl.fallback", serviceInfos::property::TYPE_BOOL, "true"),
+ property("options.sasl", serviceInfos::property::TYPE_BOOLEAN, "true"),
+ property("options.sasl.fallback", serviceInfos::property::TYPE_BOOLEAN, "true"),
#endif // VMIME_HAVE_SASL_SUPPORT
// Common properties
@@ -77,8 +77,8 @@ const IMAPServiceInfos::props& IMAPServiceInfos::getProperties() const
{
// IMAP-specific options
#if VMIME_HAVE_SASL_SUPPORT
- property("options.sasl", serviceInfos::property::TYPE_BOOL, "true"),
- property("options.sasl.fallback", serviceInfos::property::TYPE_BOOL, "true"),
+ property("options.sasl", serviceInfos::property::TYPE_BOOLEAN, "true"),
+ property("options.sasl.fallback", serviceInfos::property::TYPE_BOOLEAN, "true"),
#endif // VMIME_HAVE_SASL_SUPPORT
// Common properties