summaryrefslogtreecommitdiffstats
path: root/libmail/snapshot.C
blob: d3c1ed33bda68b99aebb7a19dec0920fb86181a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
** Copyright 2003, Double Precision Inc.
**
** See COPYING for distribution information.
*/
#include "snapshot.H"

using namespace std;

mail::snapshot::restore::restore()
{
}

mail::snapshot::restore::~restore()
{
}

mail::snapshot::snapshot()
{
}

mail::snapshot::~snapshot()
{
}