Instrumentation.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 `Instrumentation.ice'
15 //
16 // Warning: do not edit this file.
17 //
18 // </auto-generated>
19 //
20 
22 #include <IceUtil/PushDisableWarnings.h>
23 #include <Ice/LocalException.h>
24 #include <Ice/ValueFactory.h>
25 #include <Ice/OutgoingAsync.h>
26 #include <Ice/InputStream.h>
27 #include <Ice/OutputStream.h>
28 #include <Ice/LocalException.h>
29 #include <IceUtil/PopDisableWarnings.h>
30 
31 #if defined(_MSC_VER)
32 # pragma warning(disable:4458) // declaration of ... hides class member
33 #elif defined(__clang__)
34 # pragma clang diagnostic ignored "-Wshadow"
35 #elif defined(__GNUC__)
36 # pragma GCC diagnostic ignored "-Wshadow"
37 #endif
38 
39 #ifndef ICE_IGNORE_VERSION
40 # if ICE_INT_VERSION / 100 != 307
41 # error Ice version mismatch!
42 # endif
43 # if ICE_INT_VERSION % 100 > 50
44 # error Beta header file detected
45 # endif
46 # if ICE_INT_VERSION % 100 < 0
47 # error Ice patch level mismatch!
48 # endif
49 #endif
50 
51 #ifdef ICE_CPP11_MAPPING // C++11 mapping
52 
53 namespace
54 {
55 
56 }
57 
59 {
60 }
61 
63 {
64 }
65 
67 {
68 }
69 
71 {
72 }
73 
74 #else // C++98 mapping
75 
77 {
78 }
79 
81 {
82  return p;
83 }
84 
86 {
87 }
88 
90 {
91  return p;
92 }
93 
95 {
96 }
97 
99 {
100  return p;
101 }
102 
104 {
105 }
106 
108 {
109  return p;
110 }
111 
112 namespace Ice
113 {
114 }
115 
116 #endif
Instrumentation.h
IceStorm::Instrumentation::TopicManagerObserver::~TopicManagerObserver
virtual ~TopicManagerObserver()
Definition: Instrumentation.cpp:103
IceStorm::Instrumentation::ObserverUpdater
The ObserverUpdater interface is implemented by IceStorm and an instance of this interface is provide...
Definition: Instrumentation.h:270
IceStorm::Instrumentation::TopicObserver
Definition: Instrumentation.h:222
IceStorm::Instrumentation::SubscriberObserver
Definition: Instrumentation.h:245
IceStorm::Instrumentation::TopicManagerObserver
The topic manager observer interface used by the Ice run-time to obtain and update observers for its ...
Definition: Instrumentation.h:293
IceStorm::Instrumentation::upCast
::Ice::LocalObject * upCast(::IceStorm::Instrumentation::TopicObserver *)
Definition: Instrumentation.cpp:80
Ice
Definition: DBTypes.cpp:64
IceStorm::Instrumentation::ObserverUpdater::~ObserverUpdater
virtual ~ObserverUpdater()
Definition: Instrumentation.cpp:94
IceStorm::Instrumentation::SubscriberObserver::~SubscriberObserver
virtual ~SubscriberObserver()
Definition: Instrumentation.cpp:85
IceStorm::Instrumentation::TopicObserver::~TopicObserver
virtual ~TopicObserver()
Definition: Instrumentation.cpp:76