Update inetchannel.h

This commit is contained in:
0TheSpy 2022-11-09 09:40:05 +03:00 committed by GitHub
parent 8d8b1f2135
commit f0380baa19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ public:
virtual void SetDataRate(float rate) = 0;
virtual bool RegisterMessage(INetMessage* msg) = 0;
virtual bool UnregisterMessage(INetMessageBinder* msg) = 0;
//virtual bool UnregisterMessage(INetMessageBinder* msg) = 0;
virtual bool StartStreaming(unsigned int challengeNr) = 0;
virtual void ResetStreaming(void) = 0;
virtual void SetTimeout(float seconds) = 0;
@ -82,4 +82,4 @@ public:
};
#endif
#endif