aboutsummaryrefslogtreecommitdiff
path: root/src/unix/UnixSocket.hx
diff options
context:
space:
mode:
authorrc_05 <contact@rc-05.com>2024-05-24 23:03:55 +0200
committerrc_05 <contact@rc-05.com>2024-05-25 00:58:25 +0200
commit2095935c2488d1a46c7dd0c9d2325e41715b8ad9 (patch)
tree9761c6b5956d9b89e37a1eb6630ba63d39a8128a /src/unix/UnixSocket.hx
downloadhaxe-unix-sockets-d3989d56915a8fc9ca5f09b0cce09e225b310d62.tar.gz
First commit1.0.0
Diffstat (limited to 'src/unix/UnixSocket.hx')
-rw-r--r--src/unix/UnixSocket.hx8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/unix/UnixSocket.hx b/src/unix/UnixSocket.hx
new file mode 100644
index 0000000..1e5cea2
--- /dev/null
+++ b/src/unix/UnixSocket.hx
@@ -0,0 +1,8 @@
+package unix;
+
+/*
+ This is a dummy file.
+
+ See UnixSocket.<target>.hx for the actual implementation for each target.
+*/
+class UnixSocket {}