ua_subscription_events.h 420 B

1234567891011121314151617
  1. /* This Source Code Form is subject to the terms of the Mozilla Public
  2. * License, v. 2.0. If a copy of the MPL was not distributed with this
  3. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  4. *
  5. * Copyright 2018 (c) Ari Breitkreuz, fortiss GmbH
  6. */
  7. #ifndef UA_SUBSCRIPTION_EVENTS_H_
  8. #define UA_SUBSCRIPTION_EVENTS_H_
  9. #ifdef UA_ENABLE_SUBSCRIPTIONS_EVENTS
  10. #endif
  11. #endif /* UA_SUBSCRIPTION_EVENTS_H_ */