21 #ifndef INCLUDE_OLA_E133_DEVICEMANAGER_H_
22 #define INCLUDE_OLA_E133_DEVICEMANAGER_H_
25 #include <ola/e133/MessageBuilder.h>
26 #include <ola/io/SelectServerInterface.h>
27 #include <ola/network/IPV4Address.h>
28 #include <ola/network/SocketAddress.h>
74 void RemoveDeviceIfNotConnected(
const IPV4Address &ip_address);
75 void ListManagedDevices(vector<IPV4Address> *devices)
const;
78 class DeviceManagerImpl *m_impl;
82 #endif // INCLUDE_OLA_E133_DEVICEMANAGER_H_