diff options
Diffstat (limited to 'cpp/include/IceWS/IceWS.h')
-rw-r--r-- | cpp/include/IceWS/IceWS.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/cpp/include/IceWS/IceWS.h b/cpp/include/IceWS/IceWS.h new file mode 100644 index 00000000000..860a594c146 --- /dev/null +++ b/cpp/include/IceWS/IceWS.h @@ -0,0 +1,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 |