Driver: re-factored handle wrapper to accomodate proper deinitialization order

This commit is contained in:
philippe
2017-05-10 21:50:39 -07:00
parent 78fff59e47
commit c5a79782b8
18 changed files with 89 additions and 104 deletions

View File

@@ -33,5 +33,8 @@ float Event::elapsed_time() const{
return time;
}
Handle<cu_event_t> const & Event::cu() const
{ return cu_; }
}
}