// This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED #include "../Global.h" #define BEFORE_EXTRA #undef BEFORE_EXTRA class ServerContentKeyProvider { #define AFTER_EXTRA #undef AFTER_EXTRA #ifndef DISABLE_CONSTRUCTOR_PREVENTION_SERVERCONTENTKEYPROVIDER public: class ServerContentKeyProvider& operator=(class ServerContentKeyProvider const &) = delete; ServerContentKeyProvider(class ServerContentKeyProvider const &) = delete; ServerContentKeyProvider() = delete; #endif public: /*0*/ virtual ~ServerContentKeyProvider(); /*1*/ virtual std::string getContentKey(class ContentIdentity const &) const; /*2*/ virtual void __unk_vfn_2(); /*3*/ virtual void __unk_vfn_3(); /*4*/ virtual void __unk_vfn_4(); /*5*/ virtual void __unk_vfn_5(); /*6*/ virtual bool canAccess(class ContentIdentity const &) const; #ifdef ENABLE_VIRTUAL_FAKESYMBOL_SERVERCONTENTKEYPROVIDER MCVAPI void clearTempContentKeys(); MCVAPI void setTempContentKeys(class std::unordered_map, struct std::equal_to, class std::allocator>> const &); #endif };