aboutsummaryrefslogtreecommitdiffstats
path: root/src/vmime/net/sendmail/sendmailServiceInfos.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vmime/net/sendmail/sendmailServiceInfos.hpp')
-rw-r--r--src/vmime/net/sendmail/sendmailServiceInfos.hpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/vmime/net/sendmail/sendmailServiceInfos.hpp b/src/vmime/net/sendmail/sendmailServiceInfos.hpp
index de94e392..bfec2e0c 100644
--- a/src/vmime/net/sendmail/sendmailServiceInfos.hpp
+++ b/src/vmime/net/sendmail/sendmailServiceInfos.hpp
@@ -1,6 +1,6 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2013 Vincent Richard <[email protected]>
+// Copyright (C) 2002 Vincent Richard <[email protected]>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
@@ -41,15 +41,13 @@ namespace sendmail {
/** Information about sendmail service.
*/
+class VMIME_EXPORT sendmailServiceInfos : public serviceInfos {
-class VMIME_EXPORT sendmailServiceInfos : public serviceInfos
-{
public:
sendmailServiceInfos();
- struct props
- {
+ struct props {
serviceInfos::property PROPERTY_BINPATH;
};