OpenDDS  Snapshot(2023/04/28-20:55)
ZeroCopySeqBase.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_ZEROCOPYSEQBASE_H
9 #define OPENDDS_DCPS_ZEROCOPYSEQBASE_H
10 
11 #if !defined (ACE_LACKS_PRAGMA_ONCE)
12 # pragma once
13 #endif /* ACE_LACKS_PRAGMA_ONCE */
14 
15 //The TAO_IDL compiler-generated code expects to find this constant
16 //in the in the global namespace. It's not worth the overhead of a
17 //TAO_IDL change to fix this right now but it eventually should be in
18 //the OpenDDS::DCPS namespace.
20 
21 #endif /* ZEROCOPYSEQBASE_H */