summaryrefslogtreecommitdiff
path: root/TAO/tao/PI_Server/PI_Server_include.pidl
blob: 3dcf73ad27a842a1bc952b2af9cfa5a71dfcfa18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
 * @file PI_Server_include.pidl
 *
 * $Id$
 *
 * @brief Include file for use in applications that need PI_Server.pidl.
 */

#ifndef _PORTABLESERVER_INCLUDE_IDL_
#define _PORTABLESERVER_INCLUDE_IDL_

// This pragma is here to make the Visual Age preprocessor generate #line
// output for this file before the files it includes.
#pragma prefix ""

///FUZZ: disable check_for_include/
#include "tao/PI_Server/ServerRequestInterceptor.pidl"

#endif /* _PORTABLESERVER_INCLUDE_IDL_ */