summaryrefslogtreecommitdiffhomepage
path: root/Kernel/CFKit/GUIDWizard.hpp
blob: 609b0d46d2a07d646c08bf3ce1d3dd49fe47cefe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* -------------------------------------------

	Copyright ZKA Technologies

------------------------------------------- */

#pragma once

#include <CFKit/GUIDWrapper.hpp>
#include <NewKit/Array.hpp>
#include <NewKit/ArrayList.hpp>
#include <NewKit/Defines.hpp>
#include <NewKit/ErrorOr.hpp>
#include <NewKit/Ref.hxx>
#include <NewKit/Stream.hpp>
#include <NewKit/String.hpp>

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