Changes to attempt to silence bcc64x
[ACE_TAO.git] / ACE / ace / Monitor_Control / Monitor_Control.h
blob0c063092a3054e724e30423c48825085753beae1
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file Monitor_Control.h
7 * @author Jeff Parsons <j.parsons@vanderbilt.edu>
8 */
9 //=============================================================================
11 #ifndef MONITOR_CONTROL_H
12 #define MONITOR_CONTROL_H
14 #include /**/ "ace/pre.h"
16 #include "ace/Monitor_Point_Registry.h"
18 #if !defined (ACE_LACKS_PRAGMA_ONCE)
19 #pragma once
20 #endif /* ACE_LACKS_PRAGMA_ONCE */
22 #if defined (ACE_HAS_MONITOR_FRAMEWORK) && (ACE_HAS_MONITOR_FRAMEWORK == 1)
24 #include "ace/Monitor_Admin_Manager.h"
26 #include "ace/Monitor_Control/CPU_Load_Monitor.h"
27 #include "ace/Monitor_Control/Memory_Usage_Monitor.h"
28 #include "ace/Monitor_Control/Num_Threads_Monitor.h"
29 #include "ace/Monitor_Control/Bytes_Sent_Monitor.h"
30 #include "ace/Monitor_Control/Packets_Sent_Monitor.h"
31 #include "ace/Monitor_Control/Bytes_Received_Monitor.h"
32 #include "ace/Monitor_Control/Packets_Received_Monitor.h"
33 #include "ace/Monitor_Control/Monitor_Group.h"
34 #include "ace/Monitor_Control/Monitor_Query.h"
35 #include "ace/Monitor_Control/Monitor_Control_utils.h"
37 static int
38 ACE_Requires_MC_Initializer = MC_ADMINMANAGER::Initializer ();
40 #endif /* ACE_HAS_MONITOR_FRAMEWORK==1 */
42 #include /**/ "ace/post.h"
44 #endif // MONITOR_CONTROL_H