Describes package property handler.
You can find more information in comments below.
class IPackagePropertyHandler :public virtual IReleasable
{
protected:
IPackage *m_pPackage;
String m_sName;
public:
IPackage* const &Package;
String const &Name;
virtual IPropertyHandler *Create() = 0; // Create new instance of property handler
};
Namespace: | nitisa |
Include: | Nitisa/Package/Interfaces/IPackagePropertyHandler.h |