Commit fe13da4e authored by unknown's avatar unknown

Added some explicit templates

parent 370523ef
......@@ -280,3 +280,5 @@ LocalConfig::readConnectString(const char * connectString){
}
return return_value;
}
template class Vector<MgmtSrvrId>;
......@@ -2883,3 +2883,6 @@ MgmtSrvr::setDbParameter(int node, int param, const char * value,
msg.assign("Success");
return 0;
}
template class Vector<SigMatch>;
template bool SignalQueue::waitFor<SigMatch>(Vector<SigMatch>&, SigMatch*&, NdbApiSignal*&, unsigned);
......@@ -1271,3 +1271,7 @@ MgmApiSession::setParameter(Parser_t::Context &,
m_output->println("result: %d", ret);
m_output->println("");
}
template class MutexVector<int>;
template class Vector<ParserRow<MgmApiSession> const*>;
template class Vector<unsigned short>;
......@@ -316,6 +316,7 @@ TransporterFacade::getIsNodeSendable(NodeId n) const {
"%d of node: %d",
node.m_info.m_type, n);
abort();
return false; // to remove compiler warning
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment