File indexing completed on 2025-01-05 04:37:17
0001 /* 0002 SPDX-FileCopyrightText: 2005 Joris Guisson <joris.guisson@gmail.com> 0003 0004 SPDX-License-Identifier: GPL-2.0-or-later 0005 */ 0006 #include "logmonitorinterface.h" 0007 0008 namespace bt 0009 { 0010 LogMonitorInterface::LogMonitorInterface() 0011 { 0012 } 0013 0014 LogMonitorInterface::~LogMonitorInterface() 0015 { 0016 } 0017 0018 }