The dirprot feature is now disabled by default. Added dirprot option and ruby runtime examples.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5510 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2003-12-09 02:52:08 +00:00
commit 634b973f31
11 changed files with 154 additions and 41 deletions

View file

@ -213,6 +213,9 @@ public:
/* Allow director related code generation */
void allow_directors(int val = 1);
/* Allow director protected members related code generation */
void allow_dirprot(int val = 1);
/* Return true if directors are enabled */
int directorsEnabled() const;