Alex Bikfalvi
You are here: Home > Projects > SimStream > Documentation
00001 #pragma once 00002 00003 #include "SimEvent.h" 00004 #include "HostServer.h" 00005 00006 class CEventServerStart : public CSimEvent 00007 { 00008 private: 00009 CHostServer* server; 00010 00011 public: 00012 CEventServerStart( 00013 CHostServer* server 00014 ); 00015 virtual ~CEventServerStart() { } 00016 00017 virtual void Process(); 00018 virtual void Clean() { } 00019 };
Last updated: February 8, 2011