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 <schumacher@kde.org>
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 <schumacher@kde.org>
14*/
15
16#include "freebusycache.h"
17
18using namespace KCalendarCore;
19
23
24void FreeBusyCache::virtual_hook(int id, void *data)
25{
26 Q_UNUSED(id);
27 Q_UNUSED(data);
28 Q_ASSERT(false);
29}
virtual ~FreeBusyCache()
Destructor.
virtual void virtual_hook(int id, void *data)
Standard trick to add virtuals later.
This file is part of the API for handling calendar data and defines the FreeBusyCache abstract base c...
Namespace for all KCalendarCore types.
Definition alarm.h:37
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:13:47 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.