nx_metadata_sdk  1.0
Metadata SDK
common.h
1 // Copyright 2018-present Network Optix, Inc. Licensed under MPL 2.0: www.mozilla.org/MPL/2.0/
2 
3 #pragma once
4 
5 #include <string>
6 
7 namespace nx {
8 namespace vms_server_plugins {
9 namespace analytics {
10 namespace stub {
11 namespace object_actions {
12 
13 extern const std::string kObjectActionWithMessageResultId;
14 extern const std::string kObjectActionWithUrlResultId;
15 extern const std::string kObjectActionWithParametersId;
16 extern const std::string kObjectActionWithRequirementsId;
17 
18 extern const std::string kObjectTypeId;
19 
20 } // namespace object_actions
21 } // namespace stub
22 } // namespace analytics
23 } // namespace vms_server_plugins
24 } // namespace nx
Definition: apple_utils.h:6