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

SIG_GPActivePVMHost.h

00001 #ifndef SIGEL_GP_SIG_GPACTIVEPVMHOST_H
00002 #define SIGEL_GP_SIG_GPACTIVEPVMHOST_H
00003 
00004 #include "SIGEL_GP/SIG_GPPVMHost.h"
00005 
00006 namespace SIGEL_GP
00007 {
00008 
00009   class SIG_GPActivePVMHost : public SIG_GPPVMHost
00010     {
00011 
00012     public:
00013 
00014       SIG_GPActivePVMHost( SIG_GPPVMHost const &origin );
00015 
00016       int noOfSlaves;
00017 
00018     private:
00019 
00020       SIG_GPActivePVMHost();
00021 
00022       QString print() const;
00023 
00024     };
00025 
00026 }
00027 
00028 #endif // SIGEL_GP_SIG_GPACTIVEPVMHOST_H

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