From f4a4258f8798b8ea940fb16beb1fde1fd2d7bede Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Fri, 22 Sep 2023 17:41:16 +0200 Subject: [PATCH] CoapMessagingLayerFR - Added new stub abstract class --- source/doap/client/mesglayer.d | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 source/doap/client/mesglayer.d diff --git a/source/doap/client/mesglayer.d b/source/doap/client/mesglayer.d new file mode 100644 index 0000000..8162312 --- /dev/null +++ b/source/doap/client/mesglayer.d @@ -0,0 +1,6 @@ +module doap.client.mesglayer; + +public abstract class CoapMessagingLayerFR +{ + +} \ No newline at end of file