]> git.corax.cc Git - toolbox/commit
include/uipc: Implement uipc module as extension of ipc module
authorMatthias Kruk <m@m10k.eu>
Mon, 9 Jan 2023 09:20:41 +0000 (18:20 +0900)
committerMatthias Kruk <m@m10k.eu>
Mon, 9 Jan 2023 09:23:01 +0000 (18:23 +0900)
commitd4a8372b03f1a0c4a1a7180782e1bd0d46d38e8e
treedf2fffb9d2e04cb4cc7d74de2d2e6c85ba726367
parentf1c4b3dd4a69ebc73cd8eea0a99b74ce3d6e7bb0
include/uipc: Implement uipc module as extension of ipc module

The uipc module contains several functions that are identical with
their ipc-counterpart. This kind of code-duplication can be avoided
using the new interface/implements mechanism.

This commit modifies the uipc module so that it extends the interface
provided by the ipc module, reusing methods of the ipc module where
possible.
include/uipc.sh
test/uipc_spec.sh