diff options
author | Vincent Richard <[email protected]> | 2005-04-30 08:19:56 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2005-04-30 08:19:56 +0000 |
commit | ae4240026e91a27fb5938811f437cc5495d27572 (patch) | |
tree | 5120bef6f8df7641278e097f7afedeba3d1eda20 /src/platforms/windows/windowsHandler.cpp | |
parent | Added guide describing how to compile VMime using VS .NET 2003. (diff) | |
download | vmime-ae4240026e91a27fb5938811f437cc5495d27572.tar.gz vmime-ae4240026e91a27fb5938811f437cc5495d27572.zip |
Added 'childProcess'.
Diffstat (limited to '')
-rw-r--r-- | src/platforms/windows/windowsHandler.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/platforms/windows/windowsHandler.cpp b/src/platforms/windows/windowsHandler.cpp index bbdcc1b6..36741d25 100644 --- a/src/platforms/windows/windowsHandler.cpp +++ b/src/platforms/windows/windowsHandler.cpp @@ -257,6 +257,13 @@ vmime::utility::fileSystemFactory* windowsHandler::getFileSystemFactory() const return (m_fileSysFactory); } + +vmime::utility::childProcessFactory* windowsHandler::getChildProcessFactory() const +{ + // TODO: Not implemented + return (NULL); +} + #endif |