git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@988
270642c3-0616-0410-b53a-bc976706d245
The \a AnnotationType template parameter defines the routing key. This annotation must
support the following operations:
- \li Comparison with '<'
- \li Copy-construction
- \li Output streaming to an ostream via '<<'
+ \li Comparison with '<' (\c LessThanCompatable concept)
+ \li Copy construction and copy assignment (\c Copyable und \c Assignable concepts)
+ (e.g. via compiler synthesized copy constructor and assignment operator)
+ \li Output streaming to an ostream via '\c <<' (\c OutputStreamable concept)
The following annotation can be used to route the packets according to a mac address.
\code