std::string NetInterface::getClientPort (  ) 

Definition at line 174 of file NetInterface.cpp.

00175 {
00176         char  port[7];
00177         sprintf(port, "%d", ntohs(clientAddr.sin_port));
00178         return port;
00179 }


Generated on Wed Jun 25 14:47:11 2008 for keyvil by  doxygen 1.5.1