X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=conditionvariable.cc;h=1d049f1893c4bd66fb799ef0caba1eedd814f933;hb=5ae0e0f1ddfb52b9c3ecef6e8fcc19ba00597545;hp=75af879ff63cf53e2c5675e6bc6a120f67d06782;hpb=fa090011ae03d98eff628e835ede5562c2d4c2c7;p=c11tester.git diff --git a/conditionvariable.cc b/conditionvariable.cc index 75af879f..1d049f18 100644 --- a/conditionvariable.cc +++ b/conditionvariable.cc @@ -1,16 +1,16 @@ -#include +#include "mutex.h" #include "model.h" #include #include "action.h" -namespace std { +namespace cdsc { condition_variable::condition_variable() { - + } condition_variable::~condition_variable() { - + } void condition_variable::notify_one() {