blob: b6ce0f6987ff948376f1e9a1251e2091d329c23b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// $Id$
// This will have all new definitions that will go in to CORBA from
// now on.
#ifndef TAO_CORBA_IDL
#define TAO_CORBA_IDL
#include <orb.idl>
// This file is deprecated.
#endif
|