first classes
This commit is contained in:
9
src/AbstractRouter_t.h
Normal file
9
src/AbstractRouter_t.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef ABSTRACTROUTER_T_H_INCLUDED
|
||||
#define ABSTRACTROUTER_T_H_INCLUDED
|
||||
|
||||
#include <memory>
|
||||
|
||||
class AbstractRouter;
|
||||
typedef std::shared_ptr<AbstractRouter> SPtrAbstractRouter;
|
||||
|
||||
#endif // ABSTRACTROUTER_T_H_INCLUDED
|
||||
Reference in New Issue
Block a user