qpidctrl  0.7.1
qpiddevicecommand.cpp
Go to the documentation of this file.
1 #include "qpiddevicecommand.h"
2 #include "qpiddebug.h"
3 #include <stdio.h>
4 
6 {
7  if (qcepDebug(DEBUG_PIDDEVICE)) {
8  printf("QPidDeviceCommand::QPidDeviceCommand\n");
9  }
10 }
11 
13 {
14  if (qcepDebug(DEBUG_PIDDEVICE)) {
15  printf("QPidDeviceCommand::~QPidDeviceCommand\n");
16  }
17 }