blob: 6d532176588cfc33ed75fca94f8be7ad92d5f629 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef _ORBER_IFR_IDL
#define _ORBER_IFR_IDL
module OrberApp
{
interface IFR {
string get_absolute_name(in string TypeID);
CORBA::TypeCode get_user_exception_type(in string TypeID);
};
};
#endif
|