Class COMInterfaceWrapperClassGenerator defines the class import for the
classes to be generated as
classImportsString
" Answer the imports necessary for this class"
^'External.GUID.COMConstants.* External.GUID.COMStatusCodeConstants.*'
Now that the pool variables are defined in the External namespace,
shouldn't the classImportString be like
classImportsString
" Answer the imports necessary for this class"
^'External.COMConstants.* External.COMStatusCodeConstants.*'
without GUID which just reexports them?
Couldn't these imports be considered as private imports?
Thomas
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc