NAME

ACE_SPIPE - Defines the member functions for the base class of the ACE_SPIPE abstraction.

SYNOPSIS


#include <ace/SPIPE.h>


class ACE_SPIPE : public ACE_IPC_SAP
{
  public:
    int close (void);
    int remove (void);
    int get_local_addr (ACE_SPIPE_Addr &) const;
    void dump (void) const;
    ACE_ALLOC_HOOK_DECLARE;
  protected:
    ACE_SPIPE (void);
    ACE_SPIPE_Addr local_addr_;
};

PUBLIC MEMBERS

int close (void);
int remove (void);
int get_local_addr (ACE_SPIPE_Addr &) const;
void dump (void) const;
ACE_ALLOC_HOOK_DECLARE;

PROTECTED MEMBERS

ACE_SPIPE (void);
ACE_SPIPE_Addr local_addr_;

AUTHOR

Doug Schmidt

LIBRARY

ace