mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11110"
|
||||
#define REVISION_NR "11111"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue