give attribute power to Callback.

This commit is contained in:
Mathieu Lacage
2008-10-17 14:15:52 +02:00
parent 6f484b6ead
commit 36c0976a53
12 changed files with 188 additions and 190 deletions

View File

@@ -3,7 +3,6 @@
namespace ns3 {
ATTRIBUTE_CHECKER_IMPLEMENT_WITH_NAME (String, "std::string");
ATTRIBUTE_CONVERTER_IMPLEMENT (String);
ATTRIBUTE_VALUE_IMPLEMENT_WITH_NAME (std::string, String);
} // namespace ns3