Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: iothub_client_sample_amqp remote_monitoring simplesample_amqp
Diff: azure_uamqp_c/amqp_definitions_accepted.h
- Revision:
- 40:f0ceafa8d570
- Child:
- 43:4c1e4e94cdd3
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/azure_uamqp_c/amqp_definitions_accepted.h Mon Mar 05 17:41:28 2018 -0800
@@ -0,0 +1,36 @@
+
+
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+
+#ifndef AMQP_DEFINITIONS_ACCEPTED_H
+#define AMQP_DEFINITIONS_ACCEPTED_H
+
+
+#ifdef __cplusplus
+#include <cstdint>
+extern "C" {
+#else
+#include <stdint.h>
+#include <stdbool.h>
+#endif
+
+#include "azure_uamqp_c/amqpvalue.h"
+#include "azure_c_shared_utility/umock_c_prod.h"
+
+ typedef struct ACCEPTED_INSTANCE_TAG* ACCEPTED_HANDLE;
+
+ MOCKABLE_FUNCTION(, ACCEPTED_HANDLE, accepted_create );
+ MOCKABLE_FUNCTION(, ACCEPTED_HANDLE, accepted_clone, ACCEPTED_HANDLE, value);
+ MOCKABLE_FUNCTION(, void, accepted_destroy, ACCEPTED_HANDLE, accepted);
+ MOCKABLE_FUNCTION(, bool, is_accepted_type_by_descriptor, AMQP_VALUE, descriptor);
+ MOCKABLE_FUNCTION(, int, amqpvalue_get_accepted, AMQP_VALUE, value, ACCEPTED_HANDLE*, ACCEPTED_handle);
+ MOCKABLE_FUNCTION(, AMQP_VALUE, amqpvalue_create_accepted, ACCEPTED_HANDLE, accepted);
+
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* AMQP_DEFINITIONS_ACCEPTED_H */
