diff options
| author | Vincent Richard <[email protected]> | 2004-12-18 11:06:05 +0000 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2004-12-18 11:06:05 +0000 |
| commit | 835cb4a8edc532153b5bb2a945f36eb6928e1186 (patch) | |
| tree | 65c509437404b6f486695f769c73398c31d23fef /src/platforms/posix/handler.hpp | |
| parent | Added #ifdefs's to fix bugs when compiling without messaging or file-system s... (diff) | |
| download | vmime-835cb4a8edc532153b5bb2a945f36eb6928e1186.tar.gz vmime-835cb4a8edc532153b5bb2a945f36eb6928e1186.zip | |
Added #ifdefs's to fix bugs when compiling without messaging or file-system support.
Diffstat (limited to 'src/platforms/posix/handler.hpp')
| -rw-r--r-- | src/platforms/posix/handler.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/platforms/posix/handler.hpp b/src/platforms/posix/handler.hpp index 145595b2..252d45d3 100644 --- a/src/platforms/posix/handler.hpp +++ b/src/platforms/posix/handler.hpp @@ -69,8 +69,13 @@ public: private: +#if VMIME_HAVE_MESSAGING_FEATURES posixSocketFactory* m_socketFactory; +#endif + +#if VMIME_HAVE_FILESYSTEM_FEATURES posixFileSystemFactory* m_fileSysFactory; +#endif }; |
