SourcePro® C++ API Reference Guide

Product Documentation:
   SourcePro C++
Documentation Home
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 © 2016 Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.