- removed old smart pointer implementation. Switch to C++ 11 std::shared_ptr instead
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user