blob: 5d4bdd20ac49f49da9a5841969ee8f258c06b22c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
#ifndef ICE_IAP_ICE_IAP_H
#define ICE_IAP_ICE_IAP_H
#include <IceUtil/PushDisableWarnings.h>
#include <IceIAP/EndpointInfo.h>
#include <IceIAP/ConnectionInfo.h>
#include <IceUtil/PopDisableWarnings.h>
#endif
|