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

C:/temp/src/j2k/nto/bak2/MsgThread.hpp

Go to the documentation of this file.
00001 #ifndef __J2K__MsgThread_HPP__
00002 #define __J2K__MsgThread_HPP__
00003 
00004 #include <j2k/Fred/Standard.hpp>
00005 #include <j2k/nto/Basic_PThread.hpp>
00006 #include <j2k/nto/Message.hpp>
00007 
00008 
00009 #include <stdio.h>
00010 #include <errno.h>
00011 #include <stdlib.h>
00012 #include <sys/dispatch.h>
00013 
00014 class MsgThread : public Basic_PThread 
00015 { 
00016 private:
00017   char*   name;      // Attach Point!
00018   size_t  name_len;
00019   Message m;
00020   name_attach_t *attach;
00021 
00022 public:
00023   MsgThread( const char* name0 = "MsgThreadSample" );
00024   Message receive( int who );
00025   virtual ~MsgThread();
00026   void send( const char* dest0, Message msg );
00027 
00028 };
00029 
00030 #endif

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