mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Use LeakChecked throughout Beast
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
@see Thread, BEASTApplication
|
||||
*/
|
||||
class BEAST_API Process
|
||||
class BEAST_API Process : Uncopyable
|
||||
{
|
||||
public:
|
||||
//==============================================================================
|
||||
@@ -138,7 +138,6 @@ public:
|
||||
|
||||
private:
|
||||
Process();
|
||||
BEAST_DECLARE_NON_COPYABLE (Process)
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user