aboutsummaryrefslogtreecommitdiffstats
path: root/vmime/platforms/posix/posixHandler.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--vmime/platforms/posix/posixHandler.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/vmime/platforms/posix/posixHandler.hpp b/vmime/platforms/posix/posixHandler.hpp
index ff4b7e97..62500d9a 100644
--- a/vmime/platforms/posix/posixHandler.hpp
+++ b/vmime/platforms/posix/posixHandler.hpp
@@ -30,6 +30,7 @@
#if VMIME_HAVE_FILESYSTEM_FEATURES
#include "vmime/platforms/posix/posixFile.hpp"
+ #include "vmime/platforms/posix/posixChildProcess.hpp"
#endif
@@ -63,6 +64,8 @@ public:
#if VMIME_HAVE_FILESYSTEM_FEATURES
vmime::utility::fileSystemFactory* getFileSystemFactory() const;
+
+ vmime::utility::childProcessFactory* getChildProcessFactory() const;
#endif
void wait() const;
@@ -75,6 +78,7 @@ private:
#if VMIME_HAVE_FILESYSTEM_FEATURES
posixFileSystemFactory* m_fileSysFactory;
+ posixChildProcessFactory* m_childProcFactory;
#endif
};