[9325] Restore linking in case DatabasePostgre use.

This commit is contained in:
VladimirMangos 2010-02-08 05:16:34 +03:00
parent 4338c9105d
commit c37564798d
2 changed files with 1 additions and 6 deletions

View file

@ -55,11 +55,6 @@ class DatabasePostgre : public Database
unsigned long escape_string(char *to, const char *from, unsigned long length);
using Database::escape_string;
// must be call before first query in thread
void ThreadStart();
// must be call before finish thread run
void ThreadEnd();
private:
ACE_Thread_Mutex mMutex;
ACE_Based::Thread * tranThread;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9324"
#define REVISION_NR "9325"
#endif // __REVISION_NR_H__