Cosmetic comment changes

Note: copyrights are in the COPYRIGHT file
This commit is contained in:
William S Fulton 2014-10-20 19:51:27 +01:00
commit b57a675d00
5 changed files with 15 additions and 5 deletions

View file

@ -4598,6 +4598,7 @@ public:
/*----------------------------------------------------------------------
* extraDirectorProtectedCPPMethodsRequired()
*--------------------------------------------------------------------*/
bool extraDirectorProtectedCPPMethodsRequired() const {
return false;
}
@ -4623,6 +4624,10 @@ public:
Setattr(n, "director:ctor", class_ctor);
}
/*----------------------------------------------------------------------
* nestedClassesSupport()
*--------------------------------------------------------------------*/
NestedClassSupport nestedClassesSupport() const {
return NCS_Full;
}