diff options
| author | Vincent Richard <[email protected]> | 2013-01-15 12:21:10 +0000 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2013-01-15 12:21:10 +0000 |
| commit | ea06bc1de1f1844d5b7a66aa9e4bbcbc45be586c (patch) | |
| tree | 39536da12a50881850f98c81a8f3ac7838954e2c /src/net/imap/IMAPServiceInfos.cpp | |
| parent | Better test for stream state. (diff) | |
| download | vmime-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.cpp | 8 |
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 |
