Commit d5af9989 authored by Thomas Ives's avatar Thomas Ives Committed by Thomas Braun
Browse files

src/server/dev_poll.cpp: Rename to DeviceImpl_poll.cpp

parent 8135bc38
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ set(SOURCES Attr.cpp
            NoSyncModelTangoMonitor.cpp
            PipeProperty.cpp
            DeviceImpl_event.cpp
            dev_poll.cpp
            DeviceImpl_poll.cpp
            DeviceImpl.cpp
            Device_2Impl.cpp
            Device_3Impl.cpp
+2 −1
Original line number Diff line number Diff line
@@ -4,8 +4,9 @@
 * SPDX-License-Identifier: LGPL-3.0-or-later
 */

#include <tango/server/Command.h>
#include <tango/server/DeviceImpl.h>

#include <tango/server/Command.h>
#include <tango/server/DServer.h>
#include <tango/server/Util.h>