Alex Bikfalvi
You are here: Home > Projects > SimStream > Documentation
00001 #pragma once 00002 00003 #include "ModelBandwidth.h" 00004 00005 class CModelBandwidthConst : public CModelBandwidth 00006 { 00007 private: 00008 __bitrate bw; 00009 00010 public: 00011 CModelBandwidthConst(__bitrate bw); 00012 virtual ~CModelBandwidthConst() {} 00013 00014 virtual inline __bitrate Bandwidth(__bitrate peer) { return this->bw; } 00015 };
Last updated: February 8, 2011