[Test] Added tests for CUtil::SplitParams
[xbmc.git] / xbmc / guilib / IWindowManagerCallback.cpp
blob6909f1e5eb745d042c9c1ae6bc74c4933b3e0ba5
1 /*
2 * Copyright (C) 2005-2018 Team Kodi
3 * This file is part of Kodi - https://kodi.tv
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
7 */
9 #include "IWindowManagerCallback.h"
12 IWindowManagerCallback::IWindowManagerCallback(void) = default;
14 IWindowManagerCallback::~IWindowManagerCallback(void) = default;