[complement-svn] SF.net SVN: complement: [1304] trunk/explore/include/stem/NetTransport.h
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2006-10-06 15:46:29
|
Revision: 1304 http://svn.sourceforge.net/complement/?rev=1304&view=rev Author: complement Date: 2006-10-06 08:46:22 -0700 (Fri, 06 Oct 2006) Log Message: ----------- move make_map from NetTransportMgr to NetTransport_base Modified Paths: -------------- trunk/explore/include/stem/NetTransport.h Modified: trunk/explore/include/stem/NetTransport.h =================================================================== --- trunk/explore/include/stem/NetTransport.h 2006-10-06 09:42:58 UTC (rev 1303) +++ trunk/explore/include/stem/NetTransport.h 2006-10-06 15:46:22 UTC (rev 1304) @@ -1,4 +1,4 @@ -// -*- C++ -*- Time-stamp: <06/09/30 09:44:11 ptr> +// -*- C++ -*- Time-stamp: <06/10/06 19:39:22 ptr> /* * Copyright (c) 1997-1999, 2002, 2003, 2005, 2006 @@ -81,9 +81,9 @@ { return net != 0 && net->is_open(); } virtual __FIT_DECLSPEC void close(); - __FIT_DECLSPEC - bool push( const Event& ); + __FIT_DECLSPEC bool push( const Event& ); + __FIT_DECLSPEC addr_type make_map( addr_type k, const char *name ); EvSessionManager::key_type sid() const { return _sid; } @@ -168,8 +168,6 @@ int join() { return _thr.join().iword; } - __FIT_DECLSPEC addr_type make_map( addr_type k, const char *name ); - protected: static xmt::Thread::ret_code _loop( void * ); xmt::Thread _thr; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |