DeviceExplorerMimeTypes.hpp
1 #pragma once
2 
3 namespace score
4 {
5 namespace mime
6 {
7 // TODO give a definition of what's expected to be in each mime type somewhere.
8 inline constexpr const char* device()
9 {
10  return "application/x-score-device";
11 }
12 inline constexpr const char* xml_namespace()
13 {
14  return "application/x-score-xml-namespace";
15 }
16 inline 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:90