KCalendarCore

freebusycache.cpp
Go to the documentation of this file.
1 /*
2  This file is part of the kcalcore library.
3 
4  SPDX-FileCopyrightText: 2004 Cornelius Schumacher <[email protected]>
5 
6  SPDX-License-Identifier: LGPL-2.0-or-later
7 */
8 /**
9  @file
10  This file is part of the API for handling calendar data and
11  defines the FreeBusyCache abstract base class.
12 
13  @author Cornelius Schumacher <[email protected]>
14 */
15 
16 #include "freebusycache.h"
17 
18 using namespace KCalendarCore;
19 
21 {
22 }
23 
24 void FreeBusyCache::virtual_hook(int id, void *data)
25 {
26  Q_UNUSED(id);
27  Q_UNUSED(data);
28  Q_ASSERT(false);
29 }
Namespace for all KCalendarCore types.
Definition: alarm.h:36
virtual ~FreeBusyCache()
Destructor.
virtual void virtual_hook(int id, void *data)
Standard trick to add virtuals later.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Sep 21 2023 04:00:45 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.