15 lines
338 B
C
15 lines
338 B
C
#ifndef INCLUDE_DI_RPC_CLASS_H_
|
|
#define INCLUDE_DI_RPC_CLASS_H_
|
|
|
|
#include <di/rpc/class/Notify.h>
|
|
#include <di/rpc/class/Project.h>
|
|
#include <di/rpc/class/Message.h>
|
|
#include <di/rpc/class/Device.h>
|
|
#include <di/rpc/class/Sensor.h>
|
|
#include <di/rpc/class/DNCM.h>
|
|
#include <di/rpc/class/Connection.h>
|
|
|
|
|
|
#endif // INCLUDE_DI_RPC_CLASS_H_
|
|
|