mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
A great purge of obsolete macros.
--HG-- branch : trunk
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
//the reason this things are here is that i want to make
|
||||
//the netcode patch and the multithreaded maps independant
|
||||
//once they are merged 1 class should be used
|
||||
class WDBThreadStartReq1 : public ACE_Method_Request
|
||||
class WDBThreadStartReq1 : public ACE_Method_Request
|
||||
{
|
||||
public:
|
||||
WDBThreadStartReq1(){}
|
||||
@@ -24,7 +24,7 @@ class WDBThreadStartReq1 : public ACE_Method_Request
|
||||
}
|
||||
};
|
||||
|
||||
class WDBThreadEndReq1 : public ACE_Method_Request
|
||||
class WDBThreadEndReq1 : public ACE_Method_Request
|
||||
{
|
||||
public:
|
||||
WDBThreadEndReq1(){}
|
||||
|
||||
Reference in New Issue
Block a user