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