X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbctrace.inc;h=e6f746318fffab9f7d69032e841dbacc99549ed0;hb=f3c8512385e48188b3036515a70ba426d3d3b960;hp=967aa253841033d3834f496be04d541add4443ef;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/guicast/bctrace.inc b/cinelerra-5.1/guicast/bctrace.inc index 967aa253..e6f74631 100644 --- a/cinelerra-5.1/guicast/bctrace.inc +++ b/cinelerra-5.1/guicast/bctrace.inc @@ -1,3 +1,24 @@ +/* + * CINELERRA + * Copyright (C) 2016-2020 William Morrow + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published + * by the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + */ + + #ifndef __BCTRACE_INC__ #define __BCTRACE_INC__ @@ -26,8 +47,11 @@ class TheChk; class trace_info { public: void *trace; - trace_info() { trace = 0; } + unsigned long owner; + trace_info() { trace = 0; owner = 0; } ~trace_info() {} + void set_owner(); + void unset_owner(); }; #ifdef NO_GUICAST