Loading libs/binder/ndk/include_ndk/android/binder_interface_utils.h +3 −3 Original line number Original line Diff line number Diff line Loading @@ -42,8 +42,8 @@ namespace ndk { /** /** * analog using std::shared_ptr for internally held refcount * analog using std::shared_ptr for internally held refcount * * * ref must be called at least one time during the lifetime of this object. The recommended way to construct * ref must be called at least one time during the lifetime of this object. The recommended way to * this object is with SharedRefBase::make. * construct this object is with SharedRefBase::make. */ */ class SharedRefBase { class SharedRefBase { public: public: Loading Loading
libs/binder/ndk/include_ndk/android/binder_interface_utils.h +3 −3 Original line number Original line Diff line number Diff line Loading @@ -42,8 +42,8 @@ namespace ndk { /** /** * analog using std::shared_ptr for internally held refcount * analog using std::shared_ptr for internally held refcount * * * ref must be called at least one time during the lifetime of this object. The recommended way to construct * ref must be called at least one time during the lifetime of this object. The recommended way to * this object is with SharedRefBase::make. * construct this object is with SharedRefBase::make. */ */ class SharedRefBase { class SharedRefBase { public: public: Loading