Revision 111, 0.6 kB
(checked in by mido, 17 years ago)
|
pridana knihovna XSD (a jeji chlebodarkyne XERCES), v ramci Win32 zprovoznen priklad tests/test_xsd_hello.cxx
|
Line | |
---|
1 | // file : xsd/cxx/tree/ace-cdr-stream-common.hxx |
---|
2 | // author : Boris Kolpackov <boris@codesynthesis.com> |
---|
3 | // copyright : Copyright (c) 2005-2008 Code Synthesis Tools CC |
---|
4 | // license : GNU GPL v2 + exceptions; see accompanying LICENSE file |
---|
5 | |
---|
6 | #ifndef XSD_CXX_TREE_ACE_CDR_STREAM_COMMON_HXX |
---|
7 | #define XSD_CXX_TREE_ACE_CDR_STREAM_COMMON_HXX |
---|
8 | |
---|
9 | #include <xsd/cxx/exceptions.hxx> |
---|
10 | |
---|
11 | namespace xsd |
---|
12 | { |
---|
13 | namespace cxx |
---|
14 | { |
---|
15 | namespace tree |
---|
16 | { |
---|
17 | // Base exception for ACE CDR insertion/extraction exceptions. |
---|
18 | // |
---|
19 | struct ace_cdr_stream_operation: xsd::cxx::exception |
---|
20 | { |
---|
21 | }; |
---|
22 | } |
---|
23 | } |
---|
24 | } |
---|
25 | |
---|
26 | #endif // XSD_CXX_TREE_ACE_CDR_STREAM_COMMON_HXX |
---|