Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

C:/temp/src/j2k/QNX4/Group5/Dispatch.hpp

Go to the documentation of this file.
00001 #ifndef __J2K__Train__DisplayThread_HPP__
00002 #define __J2K__Train__DisplayThread_HPP__
00003 
00004 #include "thread.hh"
00005 
00006 class DisplayThread : public Basic_thread
00007 {
00008 private:
00009     char buffer_[256];           // message buffer
00010 public:
00011     virtual void run();
00012 };
00013 
00014 #endif

Generated on Sun Oct 14 18:46:42 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001