Renamed property "names" to "interfaces".
commitfb8469d26c31c77faf450c7d287b6361788248a1
authorJD Marble <midorikid@gmail.com>
Sun, 26 Aug 2007 07:40:40 +0000 (26 00:40 -0700)
committerJD Marble <midorikid@gmail.com>
Sun, 26 Aug 2007 07:40:40 +0000 (26 00:40 -0700)
tree93c1ee6b18b51a809e5ff661413e6047a3e0fe85
parent70bea14808d300d7b0227653b803792be77e8181
Renamed property "names" to "interfaces".

Property::getNames used to return a list of interfaces a particular property implimented.  That function (and related typedefs and variables) have been change to reflect the actual purpose of the call.  This breaks the fundamental interface to all properties.
core/src/main/LinearTaskManager.hpp
core/src/main/Node.cpp
core/src/main/Property.hpp
core/src/main/TaskManager.hpp
core/src/unittest/TestProperty.hpp