Main Page   Class Hierarchy   Compound List   File List   Compound 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 Tue Jul 8 20:27:56 2003 for RIPC by doxygen1.2.15