embkernel
 All Classes Functions Variables Typedefs Groups Pages
RtosListIterable.cpp
1 //------------------------------------------------------------------------------
2 //This file is part of embKernel.
3 //See license.txt for the full license governing this code.
4 //------------------------------------------------------------------------------
8 #include "RtosListIterable.hpp"
9 
13 RtosListIterable::RtosListIterable() {
14  mPrev = 0;
15  mNext = 0;
16  mListOwner = 0;
17 }