mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
lcd4l: introduce getInstance()
Origin commit data
------------------
Branch: ni/coolstream
Commit: a1bb64a4d2
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-06-13 (Sun, 13 Jun 2021)
Origin message was:
------------------
- lcd4l: introduce getInstance()
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -131,6 +131,14 @@ CLCD4l::~CLCD4l()
|
||||
thrLCD4l = NULL;
|
||||
}
|
||||
|
||||
CLCD4l *CLCD4l::getInstance()
|
||||
{
|
||||
static CLCD4l *me = NULL;
|
||||
if (!me)
|
||||
me = new CLCD4l();
|
||||
return me;
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------- */
|
||||
|
||||
void CLCD4l::InitLCD4l()
|
||||
|
Reference in New Issue
Block a user