#include <Closeable.h>
Inheritance diagram for cms::Closeable:
Public Member Functions | |
virtual | ~Closeable (void) |
virtual void | close ()=0 throw ( CMSException ) |
|
|
|
Closes this object and deallocates the appropriate resources. The object is generally no longer usable after calling close.
|