summaryrefslogtreecommitdiff
path: root/TAO/tao/Monitor/Monitor_include.pidl
blob: 2402e30abccf3e25e641b9c30033900f73394328 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// -*- IDL -*-

/**
 * @file Monitor_include.pidl
 *
 * $Id$
 *
 * @brief Include file for use in applications that need Monitor.pidl.
 */

#ifndef _MONITOR_INCLUDE_IDL_
#define _MONITOR_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/Monitor/Monitor.pidl"

#endif /* _MONITOR_INCLUDE_IDL_ */