1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

add reload utest.

This commit is contained in:
winlin 2014-08-05 09:16:25 +08:00
parent daa382fee5
commit 798f9139a4
12 changed files with 151 additions and 42 deletions

View file

@ -86,7 +86,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// so we remove the srs_freepa utility.
/**
* disable copy constructor of class
* disable copy constructor of class,
* to avoid the memory leak or corrupt by copy instance.
*/
#define disable_default_copy(className)\
private:\