| 
    live
    
   | 
 
#include <NetInterface.hh>

Public Member Functions | |
| virtual | ~SocketLookupTable () | 
| Socket * | Fetch (UsageEnvironment &env, Port port, Boolean &isNew) | 
| Boolean | Remove (Socket const *sock) | 
Protected Member Functions | |
| SocketLookupTable () | |
| virtual Socket * | CreateNew (UsageEnvironment &env, Port port)=0 | 
Private Attributes | |
| HashTable * | fTable | 
Definition at line 75 of file NetInterface.hh.
      
  | 
  virtual | 
      
  | 
  protected | 
      
  | 
  protectedpure virtual | 
| Socket * SocketLookupTable::Fetch | ( | UsageEnvironment & | env, | 
| Port | port, | ||
| Boolean & | isNew | ||
| ) | 
      
  | 
  private | 
Definition at line 88 of file NetInterface.hh.