Alex Bikfalvi
You are here: Home > Projects > SimStream > Documentation
00001 #pragma once 00002 00003 class CModelBandwidth 00004 { 00005 public: 00006 CModelBandwidth() {} 00007 virtual ~CModelBandwidth() {} 00008 00009 virtual __bitrate Bandwidth(__uint32 peer) = 0; 00010 };
Last updated: February 8, 2011