[Simon Jenkins]

...which your Descriptor template can pick up without using any
specialisation like this:

template <class T>
class Descriptor
: public DescriptorStub
{
public:
   Descriptor() { UniqueID = T::UniqueID; }
    ...
};

Just a thought.

And a good one, thanks. Set me thinking and I think I have a nice solution in mind now. Until I have a major addition to make to the package I'm too lazy to hack away at it though. :)

Cheers, Tim

Reply via email to