SimulatorSystemDummyRecord Class Reference

A SystemRecord which performs no actions and is always NOGO. More...

#include <SimulatorSystemDummyRecord.h>

List of all members.

Public Member Functions

 SimulatorSystemDummyRecord ()
 Ctor.
off_t size () const
 Record size.
bool read (const ACE_FILE_IO &)
 This function is a nop in this class.
bool write (ACE_FILE_IO &)
 This function is a nop in this class.


Detailed Description

A SystemRecord which performs no actions and is always NOGO.

The purpose of this class is to allow SystemRecord objects which are "nops" and are always NOGOs.

Definition at line 13 of file SimulatorSystemDummyRecord.h.


Constructor & Destructor Documentation

SimulatorSystemDummyRecord::SimulatorSystemDummyRecord (  ) 

Ctor.


Member Function Documentation

off_t SimulatorSystemDummyRecord::size (  )  const

Record size.

Returns:
Always zero.

bool SimulatorSystemDummyRecord::read ( const ACE_FILE_IO &   ) 

This function is a nop in this class.

Returns:
Always false.

bool SimulatorSystemDummyRecord::write ( ACE_FILE_IO &   ) 

This function is a nop in this class.

Returns:
Always false.


The documentation for this class was generated from the following file: