MCPcopy Create free account
hub / github.com/Tencent/phxqueue / ~DefaultHandlerFactory

Method ~DefaultHandlerFactory

phxqueue/comm/handler.h:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 public:
75 DefaultHandlerFactory() {}
76 virtual ~DefaultHandlerFactory() {}
77
78 Handler *New() {
79 return new T();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected