Index

dkExtension

Purpose:

The dkExtension class is the common abstract class for all extension objects contained within other objects.

Heirarchy:

dkExtension

Class summary:

class dkExtension
    {
   public:
      virtual ~dkExtension();
      virtual DKString getName() const;
      virtual void setName(const char* extName);
    };    

Members:

Destructor
virtual ~dkExtension();
 

Member functions

getName
Gets the name of this extension object.
virtual DKString getName() const;

setName
Sets the name of this extension object.
virtual void setName(const char* extName);

(c) Copyright International Business Machines Corporation 1996, 2003. IBM Corp. All rights reserved.