SourcePro® API Reference Guide

 
Loading...
Searching...
No Matches
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

◆ WhoShouldClose

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 © 2024 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved.