aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/hybrid/cdr/exceptions.hxx
blob: e60aefd1231db203e50637f258ce1e39e9d838d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// file      : xsde/cxx/hybrid/cdr/exceptions.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

#ifndef XSDE_CXX_HYBRID_CDR_EXCEPTIONS_HXX
#define XSDE_CXX_HYBRID_CDR_EXCEPTIONS_HXX

#include <xsde/cxx/exceptions.hxx>

namespace xsde
{
  namespace cxx
  {
    namespace hybrid
    {
      struct cdr_exception: xsde::cxx::exception
      {
        virtual const char*
        what () const throw ();
      };
    }
  }
}

#endif  // XSDE_CXX_HYBRID_CDR_EXCEPTIONS_HXX