Alex Bikfalvi
You are here: Home > Projects > SimStream > Documentation
00001 #pragma once 00002 00003 #include "StreamMessage.h" 00004 00005 class CStreamMessagePushSelectLeave : public CStreamMessage 00006 { 00007 private: 00008 __uint32 layer; 00009 public: 00010 CStreamMessagePushSelectLeave( 00011 __uint32 stream, 00012 __uint32 layer 00013 ); 00014 virtual ~CStreamMessagePushSelectLeave() { } 00015 00016 virtual CPacket* Copy(); 00017 inline __uint32 Layer() { return this->layer; } 00018 };
Last updated: February 8, 2011