Rudiments
/home/dmuse/src/rudiments/include/rudiments/messagequeue.h
00001 // Copyright (c) 2004 David Muse
00002 // See the COPYING file for more information.
00003 
00004 #ifndef RUDIMENTS_MESSAGEQUEUE_H
00005 #define RUDIMENTS_MESSAGEQUEUE_H
00006 
00007 #include <rudiments/private/messagequeue.h>
00008 
00009 #ifdef RUDIMENTS_NAMESPACE
00010 namespace rudiments {
00011 #endif
00012 
00013 // @cond
00014 
00015 class messagequeueprivate;
00016 
00017 // wrap:
00018 //      sys/msg.h - msgctl(),msgget(),msgrcv(),msgsnd()
00019 class RUDIMENTS_DLLSPEC messagequeue {
00020         public:
00021 
00022         #include <rudiments/private/messagequeue.h>
00023 };
00024 
00025 // @endcond
00026 
00027 #ifdef RUDIMENTS_NAMESPACE
00028 }
00029 #endif
00030 
00031 #endif