summaryrefslogtreecommitdiff
path: root/TAO/tao/Exception.i
blob: 4eadae1c5a27699832fd286677944a3da3f9caf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// -*- C++ -*-
//
// $Id$

ACE_INLINE CORBA::Exception *
CORBA::Exception::_downcast (CORBA::Exception * x)
{
  return x;
}

ACE_INLINE CORBA::Exception const *
CORBA::Exception::_downcast (CORBA::Exception const * x)
{
  return x;
}