Line data Source code
1 : /*! 2 : * \file esys/repo/progresscallbackbase.cpp 3 : * \brief 4 : * 5 : * \cond 6 : * __legal_b__ 7 : * 8 : * Copyright (c) 2020 Michel Gillet 9 : * Distributed under the MIT License. 10 : * (See accompanying file LICENSE.txt or 11 : * copy at https://opensource.org/licenses/MIT) 12 : * 13 : * __legal_e__ 14 : * \endcond 15 : * 16 : */ 17 : 18 : #include "esys/repo/esysrepo_prec.h" 19 : #include "esys/repo/progresscallbackbase.h" 20 : 21 : namespace esys::repo 22 : { 23 : 24 125 : ProgressCallbackBase::ProgressCallbackBase() = default; 25 : 26 125 : ProgressCallbackBase::~ProgressCallbackBase() = default; 27 : 28 : } // namespace esys::repo