style cleanup: more nodes

This commit is contained in:
2012-06-15 17:57:39 +00:00
parent 687b6e5447
commit cde4d72848
110 changed files with 593 additions and 474 deletions

View File

@@ -69,6 +69,7 @@ void NodeOperation::setResolutionInputSocketIndex(unsigned int index)
}
void NodeOperation::initExecution()
{
/* pass */
}
void NodeOperation::initMutex()
@@ -93,6 +94,7 @@ void NodeOperation::deinitMutex()
void NodeOperation::deinitExecution()
{
/* pass */
}
SocketReader *NodeOperation::getInputSocketReader(unsigned int inputSocketIndex)
{