Update the display code for P25.

This commit is contained in:
Jonathan Naylor
2016-09-12 18:12:32 +01:00
parent 3079c9faf2
commit e2ec5292b5
12 changed files with 241 additions and 0 deletions

View File

@@ -68,6 +68,14 @@ void CNullDisplay::clearFusionInt()
{
}
void CNullDisplay::writeP25Int(const char* source, bool group, const char* dest, const char* type)
{
}
void CNullDisplay::clearP25Int()
{
}
void CNullDisplay::close()
{
}