summaryrefslogtreecommitdiff
path: root/cpp/include/IceIAP/IceIAP.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/IceIAP/IceIAP.h')
-rw-r--r--cpp/include/IceIAP/IceIAP.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/cpp/include/IceIAP/IceIAP.h b/cpp/include/IceIAP/IceIAP.h
new file mode 100644
index 00000000000..c494dc799e0
--- /dev/null
+++ b/cpp/include/IceIAP/IceIAP.h
@@ -0,0 +1,18 @@
+// **********************************************************************
+//
+// Copyright (c) 2003-2016 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_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