define class Iid to replace the uint32_t as suggested by Gustavo

This commit is contained in:
Mathieu Lacage
2007-05-06 11:20:12 +02:00
parent 6e437f5103
commit 4b68e3f7fe
19 changed files with 66 additions and 52 deletions

View File

@@ -38,7 +38,7 @@ class NetDevice;
class Node : public NsUnknown
{
public:
static const uint32_t iid;
static const Iid iid;
Node();
Node(uint32_t); // Specify which system for a distributed simulation