blob: 3b2553f655578b12dd09a7d868d0d8f1b91ae42f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// -*- IDL -*-
/**
* @file InvalidSlot.pidl
*
* @brief Pre-compiled InvalidSlot
*/
#ifndef _INVALID_SLOT_PIDL_
#define _INVALID_SLOT_PIDL_
module PortableInterceptor {
typeprefix PortableInterceptor "omg.org";
exception InvalidSlot {};
};
#endif /* _INVALID_SLOT_PIDL_ */
|