#ifndef ASYNC_C_ASYNC_QUEUE_HPP #define ASYNC_C_ASYNC_QUEUE_HPP #include "async/CAsyncObject.hpp" #include #include class CAsyncQueue : public TSLinkedNode { public: // Member variables STORM_EXPLICIT_LIST(CAsyncObject, link) readList; STORM_EXPLICIT_LIST(CAsyncObject, link) list14; int32_t int20; }; #endif