diff options
Diffstat (limited to 'Private/CFKit')
| -rw-r--r-- | Private/CFKit/IPCEndpoint.hxx | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/Private/CFKit/IPCEndpoint.hxx b/Private/CFKit/IPCEndpoint.hxx deleted file mode 100644 index bc697dc7..00000000 --- a/Private/CFKit/IPCEndpoint.hxx +++ /dev/null @@ -1,27 +0,0 @@ -/* ------------------------------------------- - - Copyright Mahrouss Logic - -------------------------------------------- */ - -#ifndef _INC_IPC_ENDPOINT_HXX_ -#define _INC_IPC_ENDPOINT_HXX_ - -#include <NewKit/Defines.hpp> -#include <NewKit/String.hpp> - -/// @brief Includes macros and utilities to make an IPC connection. - -/// IA separator. -#define kRemoteSeparator "." - -/// Interchange address, consists of domain+namespace. -#define kRemoteInvalid "00.00.00.00:00000000" -#define kRemoteMaxLen 21 - -namespace NewOS { -typedef UIntPtr ipc_method_type; -typedef Char ipc_remote_type[kRemoteMaxLen]; -} // namespace NewOS - -#endif // _INC_IPC_ENDPOINT_HXX_
\ No newline at end of file |
