summaryrefslogtreecommitdiff
path: root/cpp/include/IceWS/IceWS.h
blob: 860a594c146a9954738d35c06718d36df78b7306 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// **********************************************************************
//
// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// **********************************************************************

#ifndef ICE_WS_ICE_WS_H
#define ICE_WS_ICE_WS_H

#include <IceUtil/Config.h>
#include <IceWS/Plugin.h>
#include <IceWS/EndpointInfo.h>
#include <IceWS/ConnectionInfo.h>

#endif