Skip to content
Snippets Groups Projects
Commit 98de9ebd authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 4f157b3c
No related branches found
No related tags found
No related merge requests found
/**************************************************************************/
/* File: parthreads.cpp */
/* Author: Joachim Schoeberl */
/* Date: 01. Jun. 95 */
/**************************************************************************/
#include <mystdlib.h>
#include <myadt.hpp>
/*
namespace netgen
{
using namespace netgen;
#ifdef WIN32
NgLock :: NgLock (NgMutex & mut)
: sl(&mut.cs)
{
;
}
void NgLock :: Lock ()
{
sl.Lock();
}
void NgLock :: UnLock ()
{
sl.Unlock();
}
#else
#endif
}
*/
/**************************************************************************/
/* File: parthreads.cpp */
/* Author: Joachim Schoeberl */
/* Date: 01. Jun. 95 */
/**************************************************************************/
#include <mystdlib.h>
#include <myadt.hpp>
/*
namespace netgen
{
using namespace netgen;
#ifdef WIN32
NgLock :: NgLock (NgMutex & mut)
: sl(&mut.cs)
{
;
}
void NgLock :: Lock ()
{
sl.Lock();
}
void NgLock :: UnLock ()
{
sl.Unlock();
}
#else
#endif
}
*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment