src/core/string.cc
author Pavel Boyko <boyko@iitp.ru>
Tue, 14 Jul 2009 16:05:23 +0400
changeset 5581 d74aff108ddc
parent 3763 e46e361a4262
permissions -rw-r--r--
AodvProtocol in progress, doesn't work

#include "string.h"

namespace ns3 {

ATTRIBUTE_CHECKER_IMPLEMENT_WITH_NAME (String, "std::string");
ATTRIBUTE_VALUE_IMPLEMENT_WITH_NAME (std::string, String);

} // namespace ns3