summaryrefslogtreecommitdiff
path: root/cpp/include/Freeze/Freeze.h
blob: f2c60c93e2b26a6fc326868ca969c82640a7b6cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// **********************************************************************
//
// Copyright (c) 2001
// MutableRealms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
//
// **********************************************************************

#ifndef FREEZE_FREEZE_H
#define FREEZE_FREEZE_H

#include <Freeze/Initialize.h>
#include <Freeze/DB.h>
#include <Freeze/Evictor.h>

#endif