diff options
author | Jose <jose@zeroc.com> | 2018-10-29 18:30:50 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2018-10-29 18:30:50 +0100 |
commit | 5ce35f80fb561b58372fdf46ad52c2fd2949a630 (patch) | |
tree | 8da6db0bfc4a2a587e1266589a08259869856a9c /cpp/src/Ice/PropertyNames.cpp | |
parent | Fix for PHP 5.3 (Amzn 2018.03) build failures (diff) | |
download | ice-5ce35f80fb561b58372fdf46ad52c2fd2949a630.tar.bz2 ice-5ce35f80fb561b58372fdf46ad52c2fd2949a630.tar.xz ice-5ce35f80fb561b58372fdf46ad52c2fd2949a630.zip |
Add support for systemd Type=notify to Ice::Service
Close #75
Diffstat (limited to 'cpp/src/Ice/PropertyNames.cpp')
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp index 5edd1c14013..982a087045f 100644 --- a/cpp/src/Ice/PropertyNames.cpp +++ b/cpp/src/Ice/PropertyNames.cpp @@ -6,7 +6,7 @@ // ICE_LICENSE file included in this distribution. // // ********************************************************************** -// Generated by makeprops.py from file ./config/PropertyNames.xml, Wed Sep 12 19:11:29 2018 +// Generated by makeprops.py from file ../config/PropertyNames.xml, Thu Oct 25 22:10:11 2018 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -181,6 +181,7 @@ const IceInternal::Property IcePropsData[] = IceInternal::Property("Ice.TCP.SndSize", false, 0), IceInternal::Property("Ice.UseApplicationClassLoader", false, 0), IceInternal::Property("Ice.UseSyslog", false, 0), + IceInternal::Property("Ice.UseSystemdJournal", false, 0), IceInternal::Property("Ice.Warn.AMICallback", false, 0), IceInternal::Property("Ice.Warn.Connections", false, 0), IceInternal::Property("Ice.Warn.Datagrams", false, 0), |