merge src/simulator into src/core; move src/core to new module layout

This commit is contained in:
Tom Henderson
2011-02-18 16:05:39 -08:00
parent 9471e3121f
commit df07734f32
241 changed files with 358 additions and 386 deletions

8
src/core/model/string.cc Normal file
View File

@@ -0,0 +1,8 @@
#include "string.h"
namespace ns3 {
ATTRIBUTE_CHECKER_IMPLEMENT_WITH_NAME (String, "std::string");
ATTRIBUTE_VALUE_IMPLEMENT_WITH_NAME (std::string, String);
} // namespace ns3