NAME

ACE_Dummy_Node - I forget why this is here... ;-)

SYNOPSIS


#include <ace/Parse_Node.h>


class ACE_Dummy_Node : public ACE_Parse_Node
{
  public:
    ACE_Dummy_Node (const ACE_Static_Node *, const ACE_Parse_Node *);
    ~ACE_Dummy_Node (void);
    virtual void apply (void);
    void dump (void) const;
    ACE_ALLOC_HOOK_DECLARE;
  private:
    const ACE_Static_Node *node_;
    const ACE_Parse_Node *mods_;
};

PUBLIC MEMBERS

ACE_Dummy_Node (const ACE_Static_Node *, const ACE_Parse_Node *);
~ACE_Dummy_Node (void);
virtual void apply (void);
void dump (void) const;
ACE_ALLOC_HOOK_DECLARE;

PRIVATE MEMBERS

const ACE_Static_Node *node_;
const ACE_Parse_Node *mods_;

AUTHOR

Doug Schmidt

LIBRARY

ace