From b6c0a89090d61a57d3d95dcbe2be5a05a6cf0e1e Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Thu, 7 Jul 2011 06:52:07 -0700 Subject: [PATCH] clarify CreateSocket() doxygen --- src/network/model/socket.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/network/model/socket.h b/src/network/model/socket.h index 0ef0b64c9..30ea808b0 100644 --- a/src/network/model/socket.h +++ b/src/network/model/socket.h @@ -94,12 +94,12 @@ public: /** * This method wraps the creation of sockets that is performed - * by a socket factory on a given node based on a TypeId. + * on a given node by a SocketFactory specified by TypeId. * * \return A smart pointer to a newly created socket. * * \param node The node on which to create the socket - * \param tid The TypeId of the socket to create + * \param tid The TypeId of a SocketFactory class to use */ static Ptr CreateSocket (Ptr node, TypeId tid); /**