Merge branch 'master' of https://github.com/kisli/vmime
This commit is contained in:
commit
647c931664
@ -310,7 +310,7 @@ bool windowsFile::exists() const
|
||||
shared_ptr <vmime::utility::file> windowsFile::getParent() const
|
||||
{
|
||||
if (m_path.isEmpty())
|
||||
return NULL;
|
||||
return null;
|
||||
else
|
||||
return make_shared <windowsFile>(m_path.getParent());
|
||||
}
|
||||
|
@ -293,7 +293,7 @@ shared_ptr <vmime::utility::fileSystemFactory> windowsHandler::getFileSystemFact
|
||||
shared_ptr <vmime::utility::childProcessFactory> windowsHandler::getChildProcessFactory()
|
||||
{
|
||||
// TODO: Not implemented
|
||||
return (NULL);
|
||||
return null;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
@ -498,7 +498,7 @@ shared_ptr <net::timeoutHandler> windowsSocket::getTimeoutHandler()
|
||||
|
||||
shared_ptr <vmime::net::socket> windowsSocketFactory::create()
|
||||
{
|
||||
shared_ptr <vmime::net::timeoutHandler> th = NULL;
|
||||
shared_ptr <vmime::net::timeoutHandler> th;
|
||||
return make_shared <windowsSocket>(th);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user