Machinery for blocking http requests in place, except actual networking
This commit is contained in:
@@ -142,6 +142,9 @@ namespace eng {
|
||||
|
||||
// eng::nevernew. A class containing private operator new and
|
||||
// operator delete, making it impossible to 'new' the class.
|
||||
// This means the class must be embedded as a field in some other
|
||||
// class, and it gets allocated when its enclosing object gets
|
||||
// allocated.
|
||||
namespace eng {
|
||||
class nevernew {
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user