OpenDDS  Snapshot(2023/04/28-20:55)
TransportExceptions.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 OPENDDS_DCPS_TRANSPORT_FRAMEWORK_TRANSPORTEXCEPTIONS_H
9 #define OPENDDS_DCPS_TRANSPORT_FRAMEWORK_TRANSPORTEXCEPTIONS_H
10 
11 #include "dds/DCPS/dcps_export.h"
12 
14 
15 namespace OpenDDS {
16 namespace DCPS {
17 namespace Transport {
18 
20 public:
21  virtual ~Exception() {}
22 };
23 
30 
31 } // namespace Transport
32 } // namespace DCPS
33 } // namespace OpenDDS
34 
36 
37 #endif /* OPENDDS_DCPS_TRANSPORT_EXCEPTIONS_H */
#define OpenDDS_Dcps_Export
Definition: dcps_export.h:24
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
The Internal API and Implementation of OpenDDS.
Definition: AddressCache.h:28