Mercurial
Mercurial
>
ns-3.24
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
src/core/empty.h
author
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
Mon, 17 Mar 2008 05:22:29 +0100
changeset 2637
ac94e4889027
parent 714
e6561d5e8018
child 3182
61fe7fe81ebd
permissions
-rw-r--r--
move attribute code to ObjectBase.
#ifndef EMPTY_H
#define EMPTY_H
namespace ns3 {
class empty {};
}
#endif /* EMPTY_H */