Loading...
Searching...
No Matches
DeviceExplorerMimeTypes.hpp
1#pragma once
2
3namespace score
4{
5namespace mime
6{
7// TODO give a definition of what's expected to be in each mime type somewhere.
8inline constexpr const char* device()
9{
10 return "application/x-score-device";
11}
12inline constexpr const char* xml_namespace()
13{
14 return "application/x-score-xml-namespace";
15}
16inline constexpr const char* address()
17{
18 return "application/x-score-address";
19}
20}
21}
Base toolkit upon which the software is built.
Definition Application.cpp:97