SignalSender.cpp:

fixed compile error
This commit is contained in:
tulin@dl145c.mysql.com 2005-09-08 19:27:37 +02:00
parent 98a52fa9a4
commit 0f4bb8e6ff

View File

@ -266,5 +266,5 @@ SignalSender::execNodeStatus(void* signalSender,
template SimpleSignal* SignalSender::waitFor<WaitForNode>(unsigned, WaitForNode&);
template SimpleSignal* SignalSender::waitFor<WaitForAny>(unsigned, WaitForAny&);
template Vector<SimpleSignal*>;
template class Vector<SimpleSignal*>;