File size: 238 Bytes
1bff97b
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef PROXYSERVER_UDP_CLIENT_MAP_H
#define PROXYSERVER_UDP_CLIENT_MAP_H

#include "conn_map.h"

template <typename Key, typename Value>
class UdpClientMap : public SafeMap<Key, Value> {
public:

};

#endif //PROXYSERVER_UDP_CLIENT_MAP_H