mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[9325] Restore linking in case DatabasePostgre use.
This commit is contained in:
parent
4338c9105d
commit
c37564798d
2 changed files with 1 additions and 6 deletions
|
|
@ -55,11 +55,6 @@ class DatabasePostgre : public Database
|
||||||
|
|
||||||
unsigned long escape_string(char *to, const char *from, unsigned long length);
|
unsigned long escape_string(char *to, const char *from, unsigned long length);
|
||||||
using Database::escape_string;
|
using Database::escape_string;
|
||||||
|
|
||||||
// must be call before first query in thread
|
|
||||||
void ThreadStart();
|
|
||||||
// must be call before finish thread run
|
|
||||||
void ThreadEnd();
|
|
||||||
private:
|
private:
|
||||||
ACE_Thread_Mutex mMutex;
|
ACE_Thread_Mutex mMutex;
|
||||||
ACE_Based::Thread * tranThread;
|
ACE_Based::Thread * tranThread;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9324"
|
#define REVISION_NR "9325"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue