| author | Mathieu Lacage <mathieu.lacage@sophia.inria.fr> |
| Wed Jul 02 13:22:46 2008 -0700 (19 months ago) | |
| changeset 3375 | 86a8eceb023e |
| parent 3374 | c7c4fa162069 |
| child 3376 | e91d3f7a2dae |
1.1 --- a/src/node/socket.h Wed Jul 02 13:22:32 2008 -0700 1.2 +++ b/src/node/socket.h Wed Jul 02 13:22:46 2008 -0700 1.3 @@ -501,7 +501,7 @@ 1.4 void NotifyDataSent (uint32_t size); 1.5 void NotifySend (uint32_t spaceAvailable); 1.6 void NotifyDataRecv (void); 1.7 - 1.8 +private: 1.9 Callback<void, Ptr<Socket> > m_connectionSucceeded; 1.10 Callback<void, Ptr<Socket> > m_connectionFailed; 1.11 Callback<bool, Ptr<Socket>, const Address &> m_connectionRequest;