no need for protected variables

This commit is contained in:
Mathieu Lacage
2008-07-02 13:22:46 -07:00
parent f7c6438560
commit ab3a728ba5

View File

@@ -501,7 +501,7 @@ protected:
void NotifyDataSent (uint32_t size);
void NotifySend (uint32_t spaceAvailable);
void NotifyDataRecv (void);
private:
Callback<void, Ptr<Socket> > m_connectionSucceeded;
Callback<void, Ptr<Socket> > m_connectionFailed;
Callback<bool, Ptr<Socket>, const Address &> m_connectionRequest;