OSDN Git Service

VP27マージ
[peercast-im/PeerCastIM.git] / PeerCast.root / PeerCast / core / common / rtsp.cpp
1 // ------------------------------------------------
2 // File : rtsp.cpp
3 // Date: 4-apr-2002
4 // Author: giles
5 // Desc: 
6 //              RTSP protocol handling (experimental)
7 //
8 // (c) 2002 peercast.org
9 // ------------------------------------------------
10 // This program is free software; you can redistribute it and/or modify
11 // it under the terms of the GNU General Public License as published by
12 // the Free Software Foundation; either version 2 of the License, or
13 // (at your option) any later version.
14
15 // This program is distributed in the hope that it will be useful,
16 // but WITHOUT ANY WARRANTY; without even the implied warranty of
17 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 // GNU General Public License for more details.
19 // ------------------------------------------------
20
21 #include "rtsp.h"
22 #ifdef _DEBUG
23 #include "chkMemoryLeak.h"
24 #define DEBUG_NEW new(__FILE__, __LINE__)
25 #define new DEBUG_NEW
26 #endif
27
28 static const int dummy = 0;