summaryrefslogtreecommitdiffhomepage
path: root/Kernel/CFKit/GUIDWizard.hxx
blob: 0e10b8d8ebdbe99a8796e921c0c0ab4292b85c71 (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.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