[Mobies-commit] [commit] r3563 - UDM/trunk/include

ksmyth at redhat1.isis.vanderbilt.edu ksmyth at redhat1.isis.vanderbilt.edu
Thu Nov 18 14:06:42 CST 2010


Author: ksmyth
Date: Thu Nov 18 14:06:41 2010
New Revision: 3563

Log:
Update comment when Object.impl is null

Modified:
   UDM/trunk/include/UdmBase.h

Modified: UDM/trunk/include/UdmBase.h
==============================================================================
--- UDM/trunk/include/UdmBase.h	Thu Nov 18 14:06:13 2010	(r3562)
+++ UDM/trunk/include/UdmBase.h	Thu Nov 18 14:06:41 2010	(r3563)
@@ -2667,7 +2667,7 @@
 		friend void Terminate();
 		
 	protected:
-		ObjectImpl *impl;	// this is never a NULL pointer
+		ObjectImpl *impl;	// this is a NULL pointer only after being std::move()d (or being destructed under _DEBUG)
 
 	public:
 		ObjectImpl *__impl() const { return impl; }


More information about the Mobies-commit mailing list