diff options
Diffstat (limited to 'dev/Kernel/CFKit/GUIDWizard.hxx')
| -rw-r--r-- | dev/Kernel/CFKit/GUIDWizard.hxx | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev/Kernel/CFKit/GUIDWizard.hxx b/dev/Kernel/CFKit/GUIDWizard.hxx new file mode 100644 index 00000000..034aceea --- /dev/null +++ b/dev/Kernel/CFKit/GUIDWizard.hxx @@ -0,0 +1,22 @@ +/* ------------------------------------------- + + Copyright ZKA Technologies. + +------------------------------------------- */ + +#pragma once + +#include <CFKit/GUIDWrapper.hxx> +#include <NewKit/Array.hxx> +#include <NewKit/ArrayList.hxx> +#include <NewKit/Defines.hxx> +#include <NewKit/ErrorOr.hxx> +#include <NewKit/Ref.hxx> +#include <NewKit/Stream.hxx> +#include <NewKit/String.hxx> + +namespace Kernel::XRN::Version1 +{ + Ref<GUIDSequence*> cf_make_sequence(const ArrayList<UInt32>& seq); + ErrorOr<Ref<Kernel::StringView>> cf_try_guid_to_string(Ref<GUIDSequence*>& guid); +} // namespace Kernel::XRN::Version1 |
