Page MenuHomePhorge

kolabevent_p.h
No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None

kolabevent_p.h

/*
* Copyright (C) 2011 Christian Mollekopf <mollekopf@kolabsys.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef KOLABEVENT_P
#define KOLABEVENT_P
#include "kolabcontainers.h"
#include "incidence_p.h"
namespace Kolab {
class Event;
struct Event::Private: public PrivateIncidence
{
Private()
: PrivateIncidence(),
isTransparent(false){}
cDateTime end;
bool isTransparent;
Duration duration;
std::vector< Event > exceptions;
};
}
#endif

File Metadata

Mime Type
text/x-c++
Expires
Sat, Apr 4, 5:09 AM (4 d, 12 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
b3/e5/ca0addcf65ec537be942e4882050
Default Alt Text
kolabevent_p.h (1 KB)

Event Timeline