summaryrefslogtreecommitdiffhomepage
path: root/Private/CFKit/GUIDWrapper.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-15 20:37:20 +0100
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-15 20:39:36 +0100
commit8f9b5e08f53f6e49a1f4c6b20e17c54298da9c44 (patch)
tree6436b7deedeffc32cdc9e27c24a868ac896db89a /Private/CFKit/GUIDWrapper.hpp
parenta87a74f9d56078ec55b3b73c81cfc422dca6554c (diff)
HCR-14: HCFS and NewFS: Reworked some parts of it, will also work on
exposing objects for it. - Expsoing objects to the API is important so that the developer can take advantage of these filesystem specific APIs. - Update XRN UUID formatting. Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/CFKit/GUIDWrapper.hpp')
-rw-r--r--Private/CFKit/GUIDWrapper.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Private/CFKit/GUIDWrapper.hpp b/Private/CFKit/GUIDWrapper.hpp
index 97125fc9..c237985c 100644
--- a/Private/CFKit/GUIDWrapper.hpp
+++ b/Private/CFKit/GUIDWrapper.hpp
@@ -12,7 +12,7 @@
/* GUID for C++ Components */
-#define NULL_GUID "XRN:{........-....-M...-N...-............}"
+#define kXRNNil "@{........-....-M...-N...-............}"
// eXtensible Resource Information
namespace HCore::XRN {
@@ -41,7 +41,6 @@ class GUID final {
public:
GUIDSequence &operator->() noexcept { return m_UUID; }
-
GUIDSequence &Leak() noexcept { return m_UUID; }
private: