aboutsummaryrefslogtreecommitdiffstats
path: root/vmime/platforms/posix/posixHandler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'vmime/platforms/posix/posixHandler.hpp')
-rw-r--r--vmime/platforms/posix/posixHandler.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/vmime/platforms/posix/posixHandler.hpp b/vmime/platforms/posix/posixHandler.hpp
index 240c6291..bc787198 100644
--- a/vmime/platforms/posix/posixHandler.hpp
+++ b/vmime/platforms/posix/posixHandler.hpp
@@ -50,7 +50,7 @@ public:
posixHandler();
~posixHandler();
- const unsigned int getUnixTime() const;
+ unsigned int getUnixTime() const;
const vmime::datetime getCurrentLocalTime() const;
@@ -58,7 +58,7 @@ public:
const vmime::string getHostName() const;
- const unsigned int getProcessId() const;
+ unsigned int getProcessId() const;
#if VMIME_HAVE_MESSAGING_FEATURES
ref <vmime::net::socketFactory> getSocketFactory() const;