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