Fixed Linux compilation.
This commit is contained in:
parent
557adf3be9
commit
1f3d11de32
@ -468,7 +468,7 @@ cLuaTCPLink::cLinkSslContext::cLinkSslContext(cLuaTCPLink & a_Link):
|
||||
|
||||
|
||||
|
||||
void cLuaTCPLink::cLinkSslContext::SetSelf(cLinkSslContextWPtr & a_Self)
|
||||
void cLuaTCPLink::cLinkSslContext::SetSelf(cLinkSslContextWPtr a_Self)
|
||||
{
|
||||
m_Self = a_Self;
|
||||
}
|
||||
|
@ -114,7 +114,7 @@ protected:
|
||||
cLinkSslContext(cLuaTCPLink & a_Link);
|
||||
|
||||
/** Shares ownership of self, so that this object can keep itself alive for as long as it needs. */
|
||||
void SetSelf(cLinkSslContextWPtr & a_Self);
|
||||
void SetSelf(cLinkSslContextWPtr a_Self);
|
||||
|
||||
/** Removes the self ownership so that we can detect the SSL closure. */
|
||||
void ResetSelf(void);
|
||||
|
Loading…
Reference in New Issue
Block a user