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@5510 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d25b087a5a
commit
86edc68494
11 changed files with 154 additions and 41 deletions
|
|
@ -268,6 +268,9 @@ class JAVA : public Language {
|
|||
if (Getattr(optionsnode, "directors")) {
|
||||
allow_directors();
|
||||
}
|
||||
if (Getattr(optionsnode, "dirprot")) {
|
||||
allow_dirprot();
|
||||
}
|
||||
}
|
||||
|
||||
/* Initialize all of the output files */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue