]> pilppa.org Git - libplp.git/blobdiff - src/Device.cc
Memory leak cleanups.
[libplp.git] / src / Device.cc
index 96189bc30fb609901b9e835c9834d7cb344bd109..d583f16199dd95670c450608dc3a2dbd603cc338 100644 (file)
@@ -4,6 +4,8 @@
  *  Created on: Mar 4, 2011
  *      Author: lamikr
  */
+#include "log.h"
+
 #include "Device.hh"
 
 using namespace std;
@@ -22,9 +24,9 @@ Device::Device(std::string id_param, std::string type_param, std::string name_pa
        lifecycle_status        = status_param;
 }
 
-Device::~Device() {
-
-}
+//Device::~Device() {
+//     log_debug("Device: constructor\n");
+//}
 
 string Device::get_id() {
        return id;