[Bug 910] New: EnumTypeInfo constructor signature

http://bugs.orocos.org/show_bug.cgi?id=910

Summary: EnumTypeInfo constructor signature
Product: Toolchain
Version: 2.4
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P3
Component: RTT
AssignedTo: orocos-dev [..] ...
ReportedBy: charles [dot] lesire [..] ...
CC: orocos-dev [..] ...
Estimated Hours: 0.0

Created attachment 748
--> http://bugs.orocos.org/attachment.cgi?id=748
patch

EnumTypeInfo constructor was getting a 'const char*' whereas other TypeInfo are
taking a std::string.

The attached patch fixes the constructor signature to EnumTypeInfo(std::string)
for consistency with other TypeInfo constructors.

--
Configure bugmail: http://bugs.orocos.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.
--
Orocos-Dev mailing list
Orocos-Dev [..] ...
http://lists.mech.kuleuven.be/mailman/listinfo/orocos-dev

[Bug 910] EnumTypeInfo constructor signature

http://bugs.orocos.org/show_bug.cgi?id=910

Peter Soetens <peter [..] ...> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |peter [..] ...
Resolution| |FIXED