X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=shared.h;h=3d90c8d9394c82ef51a4f65d73e6cda0e2c8ac40;hb=aed34255065b18c445d096f51bd2091833810a81;hp=020ab58f2da50e4e7b3b873646e05f61a4f05b97;hpb=20ec321944108cd1fe74b37ea45db3ba1a2d526a;p=folded-ctf.git diff --git a/shared.h b/shared.h index 020ab58..3d90c8d 100644 --- a/shared.h +++ b/shared.h @@ -18,11 +18,14 @@ // Contact for comments & bug reports // /////////////////////////////////////////////////////////////////////////// -// A tiny class to implement shared objects and lazy deletion +/* -// When you create a reference to such an object, call grab(), and -// when you destroy that reference, call release() which will delete -// it if no reference remains. Never delete it yourself! + A tiny class to implement shared objects and lazy deletion. When you + create a reference to such an object, call grab(), and when you + destroy that reference, call release() which will delete it if no + reference remains. Never delete it yourself! + + */ #ifndef SHARED_H #define SHARED_H