Main Page | Class Hierarchy | Class List | File List | Class Members

RIPCBarrier.h

00001 #ifndef __RIPC_BARRIER_H__
00002 #define __RIPC_BARRIER_H__
00003 
00004 #include "RIPCPrimitive.h"
00005 
00020 class RIPC_DLL_ENTRY RIPCBarrier : public virtual RIPCPrimitive { 
00021     RIPCPrimitiveType getType() { 
00022         return RIPC_BARRIER;
00023     }
00024 };
00025 
00026 #endif

Generated on Wed Nov 26 14:58:18 2003 for RIPC by doxygen 1.3.5