OpenDDS  Snapshot(2023/04/28-20:55)
ShutdownInterface.h
Go to the documentation of this file.
1 /*
2  *
3  *
4  * Distributed under the OpenDDS License.
5  * See: http://www.opendds.org/license.html
6  */
7 
8 #ifndef SHUTDOWNINTERFACE_H
9 #define SHUTDOWNINTERFACE_H
10 
12 
14 
16 public:
17  virtual ~ShutdownInterface();
18 
19  // Request to shutdown.
20  virtual void shutdown() = 0;
21 };
22 
23 inline
25 {
26 }
27 
29 
30 #endif /* SHUTDOWNINTERFACE_H */
virtual ~ShutdownInterface()
virtual void shutdown()=0
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL