added a comment.
git-svn-id: svn://10.0.0.236/trunk@65272 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
3518b8c6fc
commit
1bd7f13d64
@ -74,6 +74,10 @@ namespace JavaScript {
|
||||
|
||||
#undef define_atomic_type
|
||||
|
||||
/**
|
||||
* Traits for classes that need to have their destructor called
|
||||
* when reclaimed by the garbage collector.
|
||||
*/
|
||||
template <class T> struct gc_traits_finalizable {
|
||||
static void finalizer(void* obj, void* client_data)
|
||||
{
|
||||
|
||||
@ -74,6 +74,10 @@ namespace JavaScript {
|
||||
|
||||
#undef define_atomic_type
|
||||
|
||||
/**
|
||||
* Traits for classes that need to have their destructor called
|
||||
* when reclaimed by the garbage collector.
|
||||
*/
|
||||
template <class T> struct gc_traits_finalizable {
|
||||
static void finalizer(void* obj, void* client_data)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user