| Index: core/fxcrt/include/cfx_count_ref.h
|
| diff --git a/core/fxcrt/include/cfx_count_ref.h b/core/fxcrt/include/cfx_count_ref.h
|
| index aac18b166a8254a7f1ab4c45a291c3116d0aa47b..95132a73ca0e34983199c12fb878d2944fdf062a 100644
|
| --- a/core/fxcrt/include/cfx_count_ref.h
|
| +++ b/core/fxcrt/include/cfx_count_ref.h
|
| @@ -10,6 +10,8 @@
|
| #include "core/fxcrt/include/cfx_retain_ptr.h"
|
| #include "core/fxcrt/include/fx_system.h"
|
|
|
| +// A shared object with Copy on Write semantics that makes it appear as
|
| +// if each one were independent.
|
| template <class ObjClass>
|
| class CFX_CountRef {
|
| public:
|
|
|