Skip to content
Snippets Groups Projects
Commit 33a03ba3 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

install more headers

Change-Id: Iee89b6900eabbdc394fb8f4a788b3e50e2e4734e
parent ab6b8b19
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,12 @@ list (APPEND dhtnet_SOURCES
list (APPEND dhtnet_HEADERS
include/connectionmanager.h
include/multiplexed_socket.h
include/tls_session.h
include/certstore.h
include/ice_options.h
include/fileutils.h
include/string_utils.h
include/ip_utils.h
)
add_library(dhtnet ${dhtnet_SOURCES})
......
......@@ -22,7 +22,7 @@
#pragma once
#include "upnp_context.h"
#include "mapping.h"
#include "ip_utils.h"
#include <memory>
......
......@@ -22,6 +22,7 @@
#include "mapping.h"
#include "logger.h"
#include "igd.h"
namespace jami {
namespace upnp {
......
......@@ -46,7 +46,7 @@
#include <atomic>
#include <cstdlib>
//#include "upnp_thread_util.h"
#include "upnp_thread_util.h"
using random_device = dht::crypto::random_device;
......@@ -59,7 +59,7 @@ class IpAddr;
namespace jami {
namespace upnp {
class UPnPContext : public UpnpMappingObserver//, protected UpnpThreadUtil
class UPnPContext : public UpnpMappingObserver, protected UpnpThreadUtil
{
private:
struct MappingStatus
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment