rm unused file.
This commit is contained in:
parent
915dfd2338
commit
0e8ecc75d4
|
@ -1,14 +0,0 @@
|
|||
#ifndef IPC_CONFIG_MAKE_PTR_H
|
||||
#define IPC_CONFIG_MAKE_PTR_H
|
||||
#include "IIpcConfig.h"
|
||||
#include "StatusCode.h"
|
||||
#include <memory>
|
||||
class IpcConfigMakePtr
|
||||
{
|
||||
public:
|
||||
IpcConfigMakePtr() = default;
|
||||
virtual ~IpcConfigMakePtr() = default;
|
||||
static std::shared_ptr<IpcConfigMakePtr> &GetInstance(std::shared_ptr<IpcConfigMakePtr> *impl = nullptr);
|
||||
virtual const StatusCode CreateIpcConfig(std::shared_ptr<IIpcConfig> &impl);
|
||||
};
|
||||
#endif // !IPC_CONFIG_MAKE_PTR_H
|
Loading…
Reference in New Issue
Block a user