added dbl include guard
This commit is contained in:
@@ -1,4 +1,15 @@
|
||||
|
||||
/*
|
||||
* $Id$
|
||||
*
|
||||
*
|
||||
* Author: Jeff Hill
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef osiEventh
|
||||
#define osiEventh
|
||||
|
||||
#include "osiSem.h"
|
||||
#include "shareLib.h"
|
||||
|
||||
@@ -98,3 +109,6 @@ inline void osiEvent::show (unsigned level)
|
||||
semBinaryShow (this->id, level);
|
||||
}
|
||||
|
||||
#endif /* osiEventh */
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,15 @@
|
||||
|
||||
/*
|
||||
* $Id$
|
||||
*
|
||||
*
|
||||
* Author: Jeff Hill
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef osiMutexh
|
||||
#define osiMutexh
|
||||
|
||||
#include "osiSem.h"
|
||||
#include "shareLib.h"
|
||||
|
||||
@@ -98,3 +109,4 @@ inline void osiMutex::show (unsigned level) const
|
||||
semMutexShow (this->id, level);
|
||||
}
|
||||
|
||||
#endif /* osiMutexh */
|
||||
|
||||
Reference in New Issue
Block a user