www.pudn.com > Genecircus20070919.rar > InterActionMPI.h


// InterActionMPI.h: interface for the InterActionMPI class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_INTERACTIONMPI_H__0030B6C2_66FF_4E9C_ACAC_DB063874569B__INCLUDED_) 
#define AFX_INTERACTIONMPI_H__0030B6C2_66FF_4E9C_ACAC_DB063874569B__INCLUDED_ 
#include "Network.h" 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
class InterActionMPI   
{ 
public: 
	InterActionMPI(); 
	virtual ~InterActionMPI(); 
	void Rebuild_network(Network * net, 
		                 int myid); 
 
}; 
 
#endif // !defined(AFX_INTERACTIONMPI_H__0030B6C2_66FF_4E9C_ACAC_DB063874569B__INCLUDED_)