astra-sim-alibabacloud/astra-sim/system/CallData.hh (9 lines of code) (raw):

/****************************************************************************** This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree. *******************************************************************************/ #ifndef __CALLDATA_HH__ #define __CALLDATA_HH__ namespace AstraSim { class CallData { public: ~CallData() = default; }; } // namespace AstraSim #endif