mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 16:40:31 -04:00
13 lines
376 B
C++
13 lines
376 B
C++
--- lib/pkt/PktClient.h.orig 2013-06-16 10:55:15.000000000 +0900
|
|
+++ lib/pkt/PktClient.h 2013-06-16 10:55:31.000000000 +0900
|
|
@@ -46,8 +46,8 @@
|
|
#define __PktClient_h__ 1
|
|
#include "pktDefine.h"
|
|
#include "PktRecv.h"
|
|
-struct CmDispatch;
|
|
-struct PktClient:public PktReceiver {
|
|
+class CmDispatch;
|
|
+class PktClient:public PktReceiver {
|
|
private:
|
|
CmDispatch* dispatch_;
|
|
public:
|