Skip to content

Commit

Permalink
[9325] Restore linking in case DatabasePostgre use.
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirMangos committed Feb 8, 2010
1 parent f17929c commit 82282b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions src/shared/Database/DatabasePostgre.h
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9324"
#define REVISION_NR "9325"
#endif // __REVISION_NR_H__

0 comments on commit 82282b3

Please sign in to comment.