X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fjaegertracing%2Fjaeger-client-cpp%2Fsrc%2Fjaegertracing%2Fthrift-gen%2Fbaggage_types.h;fp=ceph%2Fsrc%2Fjaegertracing%2Fjaeger-client-cpp%2Fsrc%2Fjaegertracing%2Fthrift-gen%2Fbaggage_types.h;h=0000000000000000000000000000000000000000;hb=20effc670b57271cb089376d6d0800990e5218d5;hp=934b17304ae392f0c1acd57e8feebd19e620ba65;hpb=a71831dadd1e1f3e0fa70405511f65cc33db0498;p=ceph.git diff --git a/ceph/src/jaegertracing/jaeger-client-cpp/src/jaegertracing/thrift-gen/baggage_types.h b/ceph/src/jaegertracing/jaeger-client-cpp/src/jaegertracing/thrift-gen/baggage_types.h deleted file mode 100644 index 934b17304..000000000 --- a/ceph/src/jaegertracing/jaeger-client-cpp/src/jaegertracing/thrift-gen/baggage_types.h +++ /dev/null @@ -1,68 +0,0 @@ -/** - * Autogenerated by Thrift Compiler (0.11.0) - * - * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING - * @generated - */ -#ifndef baggage_TYPES_H -#define baggage_TYPES_H - -#include - -#include -#include -#include -#include -#include - - - - -namespace jaegertracing { namespace thrift { - -class BaggageRestriction; - - -class BaggageRestriction : public virtual ::apache::thrift::TBase { - public: - - BaggageRestriction(const BaggageRestriction&); - BaggageRestriction& operator=(const BaggageRestriction&); - BaggageRestriction() : baggageKey(), maxValueLength(0) { - } - - virtual ~BaggageRestriction() throw(); - std::string baggageKey; - int32_t maxValueLength; - - void __set_baggageKey(const std::string& val); - - void __set_maxValueLength(const int32_t val); - - bool operator == (const BaggageRestriction & rhs) const - { - if (!(baggageKey == rhs.baggageKey)) - return false; - if (!(maxValueLength == rhs.maxValueLength)) - return false; - return true; - } - bool operator != (const BaggageRestriction &rhs) const { - return !(*this == rhs); - } - - bool operator < (const BaggageRestriction & ) const; - - uint32_t read(::apache::thrift::protocol::TProtocol* iprot); - uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - - virtual void printTo(std::ostream& out) const; -}; - -void swap(BaggageRestriction &a, BaggageRestriction &b); - -std::ostream& operator<<(std::ostream& out, const BaggageRestriction& obj); - -}} // namespace - -#endif