Revision: 452
Author: allenb
Date: 2006-08-23 16:31:55 -0700 (Wed, 23 Aug 2006)
ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=452&view=rev
Log Message:
-----------
Add method to override allow empty setting.
Modified Paths:
--------------
pyplusplus_dev/contrib/goodies/goodie_utils.py
Modified: pyplusplus_dev/contrib/goodies/goodie_utils.py
===================================================================
--- pyplusplus_dev/contrib/goodies/goodie_utils.py 2006-08-23 23:30:51 UTC (rev 451)
+++ pyplusplus_dev/contrib/goodies/goodie_utils.py 2006-08-23 23:31:55 UTC (rev 452)
@@ -18,6 +18,8 @@
def set_recursive_default(val):
pd.scopedef_t.RECURSIVE_DEFAULT = val
+def set_allow_empty_mdecl_default(val):
+ pd.scopedef_t.ALLOW_EMPTY_MDECL_WRAPPER = val
def finalize(cls):
""" Attempt to finalize a class by not exposing virtual methods.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|