blob: 33295468a1c30637216cef25672c03e1f508fe44 (
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 (c) 2001
// MutableRealms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
//
// **********************************************************************
#ifndef ICE_ICE_H
#define ICE_ICE_H
#include <Ice/Initialize.h>
#include <Ice/Exception.h>
#include <Ice/Properties.h>
#include <Ice/Logger.h>
#include <Ice/Stream.h>
#include <Ice/Communicator.h>
#include <Ice/ObjectFactory.h>
#include <Ice/UserExceptionFactory.h>
#include <Ice/ObjectAdapter.h>
#include <Ice/ServantLocator.h>
#endif
|