- removed old smart pointer implementation. Switch to C++ 11 std::shared_ptr instead

This commit is contained in:
2018-06-06 10:02:38 +03:00
parent 5afaa1299e
commit 58483a0395
20 changed files with 53 additions and 803 deletions

View File

@@ -18,11 +18,10 @@
#include "ICESync.h"
#include "ICECheckList.h"
#include "ICETime.h"
#include "ICESmartPtr.h"
#include "ICEStream.h"
namespace ice {
namespace ice
{
// ICE session context
struct Session
{