mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
21 lines
No EOL
655 B
C++
21 lines
No EOL
655 B
C++
// AUTOGENERATED file, created by the tool generate_stub.py, don't edit!
|
|
// If you want to add your own functionality, instead edit the stubConnectableRouter_custom.h file.
|
|
|
|
#include "server/ConnectableRouter.h"
|
|
#include "stubConnectableRouter_custom.h"
|
|
|
|
#ifndef STUB_SERVER_CONNECTABLEROUTER_H
|
|
#define STUB_SERVER_CONNECTABLEROUTER_H
|
|
|
|
#ifndef STUB_ConnectableRouter_ConnectableRouter
|
|
//#define STUB_ConnectableRouter_ConnectableRouter
|
|
ConnectableRouter::ConnectableRouter(const std::string & id, long intId, Connection * c )
|
|
: Router(id, intId, c)
|
|
, m_connection(nullptr)
|
|
{
|
|
|
|
}
|
|
#endif //STUB_ConnectableRouter_ConnectableRouter
|
|
|
|
|
|
#endif |