]> sjero.net Git - linphone/blobdiff - coreapi/TunnelManager.hh
finilize tunnel api cleanup
[linphone] / coreapi / TunnelManager.hh
index b6bc46723a884b35e22f9b8ef727df4234211cd0..89044cce721ebfa4ae32f9443734c94a2423af34 100644 (file)
@@ -11,6 +11,7 @@
 #ifndef __TUNNEL_CLIENT_MANAGER_H__
 #define __TUNNEL_CLIENT_MANAGER_H__
 #include <list>
+#include <string>
 #include "linphonecore.h"
 #include "tunnel/client.hh"
 extern "C" {
@@ -156,6 +157,8 @@ class UdpMirrorClient;
                static Mutex sMutex;
                bool mAutoDetectStarted;
                LinphoneRtpTransportFactories mTransportFactories;
+               std::string mHttpUserName;
+               std::string mHttpPasswd;                
        };
 
 /**