summaryrefslogtreecommitdiffhomepage
path: root/dev/zka/CFKit/GUIDWizard.h
blob: 74dab72bf59322248e76af4a3a76ff97530aae27 (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 Web Services Co.

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

#pragma once

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

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