00001 00002 /* Copyright (c) 2006-2008, Stefan Eilemann <eile@equalizergraphics.com> 00003 All rights reserved. */ 00004 00005 #ifndef EQ_CHANNELSTATISTICS_H 00006 #define EQ_CHANNELSTATISTICS_H 00007 00008 #include <eq/client/event.h> 00009 00010 namespace eq 00011 { 00012 class Channel; 00013 00017 class EQ_EXPORT ChannelStatistics 00018 { 00019 public: 00020 ChannelStatistics( const Statistic::Type type, Channel* channel ); 00021 ~ChannelStatistics(); 00022 00023 Event event; 00024 00025 private: 00026 Channel* const _channel; 00027 }; 00028 } 00029 00030 #endif // EQ_CHANNELSTATISTICS_H
0.6 by
1.5.5