Kaydet (Commit) daddd329 authored tarafından Miklos Vajna's avatar Miklos Vajna

sw::UnoImplPtr: add doxygen documentation

Change-Id: I336918d2aea005b7121a8f4a498bffd8b7b87899
üst c4f7c5c6
...@@ -89,6 +89,7 @@ void ClientModify(SwClient* pClient, const SfxPoolItem *pOld, const SfxPoolItem ...@@ -89,6 +89,7 @@ void ClientModify(SwClient* pClient, const SfxPoolItem *pOld, const SfxPoolItem
namespace sw { namespace sw {
/// Smart pointer class ensuring that the pointed object is deleted with a locked SolarMutex.
template<typename T> class UnoImplPtr template<typename T> class UnoImplPtr
: private ::boost::noncopyable : private ::boost::noncopyable
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment