Changeset 2975

Show
Ignore:
Timestamp:
04/28/06 05:54:29 (3 years ago)
Author:
madcat
Message:

Properly sends notifications on object name changes as well.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • hydranode/hncore/ed2k/server.h

    r2942 r2975  
    100100                Object::setName(name); 
    101101                m_name = name; 
     102                notify(); 
    102103        } 
    103104        void setDesc(const std::string &desc)    { m_desc = desc;    notify(); }