[vwnc] Removing Class Extension

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[vwnc] Removing Class Extension

Steffen Märcker
How can I delete a class extension I have defined in one of packages?

THX
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Removing Class Extension

Runar Jordahl
Simply remove all instance and class methods. Empty extensions will
automatically disappear.

Runar
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Removing Class Extension

Stefan Schmiedl
In reply to this post by Steffen Märcker
On Mon, 25 Aug 2008 21:52:07 +0200
Steffen Märcker <[hidden email]> wrote:

> How can I delete a class extension I have defined in one of packages?

delete the methods in the extension.
if you don't have a method, create a method, then delete it.

s.
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc