Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef __INET_RSVPCLASSIFIER_H
00016 #define __INET_RSVPCLASSIFIER_H
00017
00018 #include <omnetpp.h>
00019
00020 #include "IntServ.h"
00021 #include "IClassifier.h"
00022
00026 class INET_API IRSVPClassifier : public IClassifier
00027 {
00028 public:
00029 virtual ~IRSVPClassifier() {}
00030
00031 virtual void bind(const SessionObj_t& session, const SenderTemplateObj_t& sender, int inLabel) = 0;
00032 };
00033
00034 #endif