[asterisk-commits] russell: branch group/asterisk-cpp r168515 - /team/group/asterisk-cpp/include...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jan 12 15:39:03 CST 2009
Author: russell
Date: Mon Jan 12 15:39:02 2009
New Revision: 168515
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=168515
Log:
Update comment.
Modified:
team/group/asterisk-cpp/include/asterisk/astobj.h
Modified: team/group/asterisk-cpp/include/asterisk/astobj.h
URL: http://svn.digium.com/svn-view/asterisk/team/group/asterisk-cpp/include/asterisk/astobj.h?view=diff&rev=168515&r1=168514&r2=168515
==============================================================================
--- team/group/asterisk-cpp/include/asterisk/astobj.h (original)
+++ team/group/asterisk-cpp/include/asterisk/astobj.h Mon Jan 12 15:39:02 2009
@@ -89,7 +89,9 @@
#define ASTOBJ_FLAG_MARKED (1 << 0) /* Object has been marked for future operation */
/* C++ is simply a syntactic crutch for those who cannot think for themselves
- in an object oriented way. */
+ * in an object oriented way.
+ *
+ * Edit: This file is a _GREAT_ example of just one reason we _should_ be using C++. kthxbye. */
/*! \brief Lock an ASTOBJ for reading.
*/
More information about the asterisk-commits
mailing list