Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

SIG_GPPVMTask.cpp

00001 #include "SIGEL_GP/SIG_GPPVMTask.h"
00002 
00003 namespace SIGEL_GP
00004 {
00005 
00006   SIG_GPPVMTask::SIG_GPPVMTask( SIG_GPActivePVMHost &host,
00007                                 int internalId,
00008                                 int pvmTaskId,
00009                                 int indPosition,
00010                                 QDateTime spawnTime )
00011     : host( host ),
00012       internalId( internalId ),
00013       pvmTaskId( pvmTaskId ),
00014       indPosition( indPosition ),
00015       spawnTime( spawnTime )
00016   { };
00017 
00018 }

Generated at Mon Sep 3 01:32:25 2001 for PG 368 - SIGEL by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000