blob: cdcf6f2df9900c6ef62f8dfdf0214158c1198757 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// **********************************************************************
//
// Copyright (c) 2001
// ZeroC, 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>
#include <Freeze/Map.h>
#endif
|