Hi,

In the DataObject interface, these member functions are present which
are not in the C++ 2.1 specification:


    virtual const Property& getProperty(unsigned int index) = 0;
    virtual const Property& getProperty(const char* prop) = 0;
    virtual const Property& getProperty(const SDOString& prop) = 0;

Since the 2.1 spec now has "getInstanceProperty(const std::string&
prop)", would it be a good idea to file a Jira/patch to replace these
member functions with it in the specification interface?

Thanks,

Michael Yoder
Rogue Wave Software - [EMAIL PROTECTED] Software Developer - HydraSDO

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to