SockIt

NetworkObject.cpp

Go to the documentation of this file.
00001 /*
00002  * NetworkObject.cpp
00003  *
00004  *  Created on: Jun 10, 2011
00005  *      Author: jtedesco
00006  */
00007 
00008 #include "NetworkObject.h"
00009 
00010 NetworkObject::NetworkObject()
00011 {
00012     registerMethod("close", make_method(this, &NetworkObject::shutdown));
00013 }
 All Classes Files Functions Variables Typedefs Friends Defines