beremiz
Clone
Summary
Browse
Changes
Graph
fix pylint error '(no-self-argument) Method should have "self" as first argument'
2017-10-11, Andrey Skvortsov
616c3f4bcbcb
fix pylint error '(no-self-argument) Method should have "self" as first argument'
int CheckRetainBuffer(void)
{
return 1;
}
void ValidateRetainBuffer(void)
{
}
void InValidateRetainBuffer(void)
{
}
void Retain(unsigned int offset, unsigned int count, void *p)
{
}
void Remind(unsigned int offset, unsigned int count, void *p)
{
}
void CleanupRetain(void)
{
}
void InitRetain(void)
{
}