You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdepim/akregator/src/mk4storage/metakit/src/store.inl

21 lines
560 B

// store.inl --
// $Id$
// This is part of Metakit, the homepage is http://www.equi4.com/metakit/
/** @file
* Inlined members of the storage management classes
*/
/////////////////////////////////////////////////////////////////////////////
// c4_Notifier
d4_inline c4_Notifier::c4_Notifier (c4_Sequence* origin_)
: _origin (origin_), _chain (0), _next (0),
_type (kNone), _index (0), _propId (0), _count (0),
_cursor (0), _bytes (0)
{
d4_assert(_origin != 0);
}
/////////////////////////////////////////////////////////////////////////////