Copyright © Audi Electronics Venture GmbH. More...
Go to the source code of this file.
Macros | |
#define | ADTF3_DEPRECATED(_depr_message_) |
Mark a function or variable as deprecated. | |
#define | ADTF3_IGNORE_DEPRECATION_WARNING_BEGIN |
#define | ADTF3_IGNORE_DEPRECATION_WARNING_END _Pragma("GCC diagnostic pop") |
Copyright © Audi Electronics Venture GmbH.
All rights reserved
Definition in file adtf_base_deprecated.h.
#define ADTF3_DEPRECATED | ( | _depr_message_ | ) |
Mark a function or variable as deprecated.
To mark the function
as deprecated declare
[in] | _depr_message_ | The message |
Definition at line 27 of file adtf_base_deprecated.h.
Referenced by cSample::cSample(), IConfiguration::AttachConfiguration(), IProperty::AttachProperties(), adtf::mediadescription::flash::create_adtf_default_stream_type(), IProperty::GetAttachedProperties(), cDecoderLegacy::GetElement(), cDecoderLegacy::GetElementAddress(), cStaticSampleCodec::GetElementAddress(), cDecoderLegacy::GetElementValue(), cDecoderLegacy::GetElementValue(), cDecoderLegacy::GetElementValue(), cDecoderLegacy::GetElementValue(), cDecoderLegacy::GetElementValue(), cDecoderLegacy::GetElementValueString(), ISample::GetSampleLog(), cCodecFactoryLegacy::GetStaticElementCount(), and ISample::GetTime().
#define ADTF3_IGNORE_DEPRECATION_WARNING_BEGIN |
Definition at line 39 of file adtf_base_deprecated.h.
#define ADTF3_IGNORE_DEPRECATION_WARNING_END _Pragma("GCC diagnostic pop") |
Definition at line 51 of file adtf_base_deprecated.h.