Main Page   Packages   Class Hierarchy   Alphabetical List   Data Structures   File List   Namespace Members   Data Fields   Globals  

Event.h

Go to the documentation of this file.
00001 /*
00002  * $Id: Event.h,v 1.4 2002/07/22 02:23:28 virtualcasino Exp $
00003  */
00004 #ifndef __VCASINO_EVENT_H__
00005 #define __VCASINO_EVENT_H__
00006 #include<clawsoft.h>
00007 
00008 namespace clawsoft{
00013         class Event:public Object{
00014                 protected:
00015                         static Mutex eM;
00016                 public:
00017                         Event();
00018         };
00019 }
00020 #endif

Powered by:

SourceForge Logo