summaryrefslogtreecommitdiffstats
path: root/physical.hpp
diff options
context:
space:
mode:
authorVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-03-10 15:27:23 +0530
committerVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-03-13 18:24:20 +0530
commite089173fac7240173b227ac61d32fdf2ef367a83 (patch)
tree827aa6d5ecfe531e1632e19abb7c74ba4f29ceed /physical.hpp
parent7f6e809291b3281ab278a4b3c31874b4708c579d (diff)
downloadphosphor-led-sysfs-e089173fac7240173b227ac61d32fdf2ef367a83.tar.gz
phosphor-led-sysfs-e089173fac7240173b227ac61d32fdf2ef367a83.zip
Link to dbus interfaces library for using generated code
Change-Id: Id1c45d8c66deb499a92bfd94bc271f378245da34 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
Diffstat (limited to 'physical.hpp')
-rw-r--r--physical.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/physical.hpp b/physical.hpp
index c24d3f2..36fbedc 100644
--- a/physical.hpp
+++ b/physical.hpp
@@ -4,7 +4,7 @@
#include <fstream>
#include <sdbusplus/bus.hpp>
#include <sdbusplus/server/object.hpp>
-#include "xyz/openbmc_project/Led/Physical/server.hpp"
+#include <xyz/openbmc_project/Led/Physical/server.hpp>
namespace phosphor
{
namespace led
@@ -57,8 +57,8 @@ class Physical : public sdbusplus::server::object::object<
~Physical() = default;
Physical(const Physical&) = delete;
Physical& operator=(const Physical&) = delete;
- Physical(Physical&&) = default;
- Physical& operator=(Physical&&) = default;
+ Physical(Physical&&) = delete;
+ Physical& operator=(Physical&&) = delete;
/** @brief Constructs LED object. Argument 'true' says that we hold off
* from sending the signals since we need to do some house keeping and
OpenPOWER on IntegriCloud