Protected Member Functions | Protected Attributes

ACE::Monitor_Control::Null_Network_Interface_Monitor Class Reference

Mixin class for network interface monitors compiled on platforms without any native OS monitor support, or on a platform with such support when the platform-specific OS monitor flag is not set. More...

#include <Null_Network_Interface_Monitor.h>

List of all members.

Protected Member Functions

 Null_Network_Interface_Monitor (void)
void update_i (void)
 Platform-specific implementation.
void clear_impl (void)
 Platform-specific reset.

Protected Attributes

ACE_UINT64 value_

Detailed Description

Mixin class for network interface monitors compiled on platforms without any native OS monitor support, or on a platform with such support when the platform-specific OS monitor flag is not set.

Definition at line 40 of file Null_Network_Interface_Monitor.h.


Constructor & Destructor Documentation

ACE::Monitor_Control::Null_Network_Interface_Monitor::Null_Network_Interface_Monitor ( void   )  [protected]

Definition at line 5 of file Null_Network_Interface_Monitor.cpp.

{


Member Function Documentation

void ACE::Monitor_Control::Null_Network_Interface_Monitor::clear_impl ( void   )  [protected]

Platform-specific reset.

No-op.

Definition at line 17 of file Null_Network_Interface_Monitor.cpp.

    {
      /// No-op.
    }

void ACE::Monitor_Control::Null_Network_Interface_Monitor::update_i ( void   )  [protected]

Platform-specific implementation.

No-op.

Definition at line 11 of file Null_Network_Interface_Monitor.cpp.

      : value_ (0UL)
    {
    }


Member Data Documentation

Definition at line 52 of file Null_Network_Interface_Monitor.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines