1
This commit is contained in:
parent
8a6b80fa4e
commit
b5c367d954
@ -1,3 +1,8 @@
|
|||||||
#include "precompile.h"
|
#include "precompile.h"
|
||||||
|
|
||||||
#include "downstream.h"
|
#include "downstream.h"
|
||||||
|
|
||||||
|
void DownStream::ForwardUpStreamMsg(f8::MsgHdr& hdr)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
@ -7,4 +7,5 @@ class DownStream
|
|||||||
int socket_handle = a8::INVALID_SOCKET_HANDLE;
|
int socket_handle = a8::INVALID_SOCKET_HANDLE;
|
||||||
std::weak_ptr<UpStream> conn;
|
std::weak_ptr<UpStream> conn;
|
||||||
|
|
||||||
|
void ForwardUpStreamMsg(f8::MsgHdr& hdr);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user