Qualify generated SwigDirector class names with namespaces

This commit is contained in:
Brant K. Kyser 2013-01-03 21:26:08 -06:00
commit f6ce5f089f
5 changed files with 55 additions and 38 deletions

View file

@ -120,6 +120,8 @@ public:
virtual ~Language();
virtual int emit_one(Node *n);
String *directorClassName(Node *n);
/* Parse command line options */
virtual void main(int argc, char *argv[]);