00001 #include "Headers.h"
00002 #include "StreamBootPull.h"
00003
00004 void CStreamBootPull::Register(CAddress host)
00005 {
00006 this->hosts.insert(host);
00007 }
00008
00009 void CStreamBootPull::Deregister(CAddress host)
00010 {
00011 this->hosts.erase(host);
00012 }