summaryrefslogtreecommitdiffstats
blob: 3a22326f4fe49ff83abd4eb41733a7b5f2af24c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (c) 2012 Yoann Blein
 * Licensed under the simplified BSD license.
 * See Documentation/Licenses/BSD-simplified.txt for more information.
 */

#include <Swiften/ScreenSharing/RTPSession.h>

namespace Swift {

RTPSession::~RTPSession()
{
}

}