Cosmetic comment changes
Note: copyrights are in the COPYRIGHT file
This commit is contained in:
parent
2862a0a6bc
commit
b57a675d00
5 changed files with 15 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue