SourcePro® API Reference Guide

 
List of all members | Public Types
RWSocketPortalBase Class Reference

Base class for all classes that wish to use the WhoShouldClose enumeration. More...

#include <rw/network/RWSocketPortalBase.h>

Inheritance diagram for RWSocketPortalBase:
RWSecureSocketListener RWSecureSocketPortal RWSocketListener RWSocketPortal

Public Types

enum  WhoShouldClose { Portal, Application }
 

Detailed Description

RWSocketPortalBase serves as the base class for all classes that wish to use the WhoShouldClose enumeration.

Member Enumeration Documentation

Indicates who should close the socket.

Enumerator
Portal 

The socket will be closed automatically when the last portal that references the socket is destructed.

Application 

The application is responsible for closing the socket.

Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved.