git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1320 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
17 lines
239 B
C++
17 lines
239 B
C++
|
|
// Author: Adrian Böckenkamp
|
|
// Date: 15.06.2011
|
|
|
|
// FIXME: This is deprecated stuff. Delete it.
|
|
|
|
#include "Signal.hpp"
|
|
|
|
namespace fi
|
|
{
|
|
|
|
std::auto_ptr<Signal> Signal::m_This;
|
|
Mutex Signal::m_InstanceMutex;
|
|
|
|
|
|
} // end-of-namespace: fi
|