LLURecord.cpp
Go to the documentation of this file.
1// **********************************************************************
2//
3// Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
4//
5// This copy of Ice is licensed to you under the terms described in the
6// ICE_LICENSE file included in this distribution.
7//
8// **********************************************************************
9//
10// Ice version 3.7.0
11//
12// <auto-generated>
13//
14// Generated from file `LLURecord.ice'
15//
16// Warning: do not edit this file.
17//
18// </auto-generated>
19//
20
21#include <Ice/InputStream.h>
22#include <Ice/OutputStream.h>
23#include <IceStorm/LLURecord.h>
24#include <IceUtil/PopDisableWarnings.h>
25#include <IceUtil/PushDisableWarnings.h>
26
27#if defined(_MSC_VER)
28#pragma warning(disable : 4458) // declaration of ... hides class member
29#elif defined(__clang__)
30#pragma clang diagnostic ignored "-Wshadow"
31#elif defined(__GNUC__)
32#pragma GCC diagnostic ignored "-Wshadow"
33#endif
34
35#ifndef ICE_IGNORE_VERSION
36#if ICE_INT_VERSION / 100 != 307
37#error Ice version mismatch!
38#endif
39#if ICE_INT_VERSION % 100 > 50
40#error Beta header file detected
41#endif
42#if ICE_INT_VERSION % 100 < 0
43#error Ice patch level mismatch!
44#endif
45#endif
46
47#ifdef ICE_CPP11_MAPPING // C++11 mapping
48
49namespace Ice
50{
51}
52
53#else // C++98 mapping
54
55namespace Ice
56{
57}
58
59#endif