7 lines
86 B
C++
7 lines
86 B
C++
#include "rust_cond_lock.h"
|
|
|
|
rust_cond_lock::rust_cond_lock()
|
|
: waiting(NULL)
|
|
{
|
|
}
|