blob: 4d48e97a0bade9592c6df0ec20d94b13e9f4ab35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
// **********************************************************************
//
// Copyright (c) 2001
// MutableRealms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
//
// **********************************************************************
#ifndef ICE_ICE_H
#define ICE_ICE_H
#include <Ice/Communicator.h>
#include <Ice/ObjectAdapter.h>
#include <Ice/LocalException.h>
#include <Ice/Properties.h>
#include <Ice/Logger.h>
#include <Ice/ServantFactory.h>
#include <Ice/Initialize.h>
#endif
|