##// END OF EJS Templates
Uses weak pointers in lambda functions to prevent a shared_ptr from ever being deleted (because a reference would always be kept in the lambda)
Uses weak pointers in lambda functions to prevent a shared_ptr from ever being deleted (because a reference would always be kept in the lambda)

File last commit:

r99:be11fc26511e
r361:ca227f940fcb
Show More
mockplugin.json
3 lines | 30 B | application/json | JsonLexer
Alexandre Leroux
Create mock plugin
r99 {
"name" : "MockPlugin"
}