18#ifndef _DECAF_NET_SOCKETIMPLFACTORY_H_
19#define _DECAF_NET_SOCKETIMPLFACTORY_H_
Factory class interface for a Factory that creates ScoketImpl objects.
Definition: SocketImplFactory.h:38
virtual ~SocketImplFactory()
virtual SocketImpl * createSocketImpl()=0
Creates a new SokcetImpl instance and returns it, the caller then owns the instance and must delete i...
Acts as a base class for all physical Socket implementations.
Definition: SocketImpl.h:42
#define DECAF_API
Definition: Config.h:29
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition: AprPool.h:25