mirror of
https://github.com/mangosfour/server.git
synced 2025-12-23 07:37:01 +00:00
[11111] Missing end lines in 2 files.
This commit is contained in:
parent
9f733f80eb
commit
b120464db7
3 changed files with 3 additions and 3 deletions
|
|
@ -74,4 +74,4 @@ void SqlDelayThread::ProcessRequests()
|
|||
s->Execute(m_dbConnection);
|
||||
delete s;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -51,4 +51,4 @@ class SqlDelayThread : public ACE_Based::Runnable
|
|||
virtual void Stop(); ///< Stop event
|
||||
virtual void run(); ///< Main Thread loop
|
||||
};
|
||||
#endif //__SQLDELAYTHREAD_H
|
||||
#endif //__SQLDELAYTHREAD_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue