--- projects/cms/source/host/c++/SysMon.h 2001/02/26 15:00:52 1.1 +++ projects/cms/source/host/c++/SysMon.h 2001/03/06 00:38:32 1.2 @@ -1,7 +1,7 @@ #include #include #include // used for system("XXSX") calls -#include "socket++-1.10/pipestream.h" // used to get calls to statgrab +#include "SubPipe.h" #include "Config.h" #ifndef XMLFORMATTER_H /* Has the file been INCLUDE'd already? */ #define XMLFORMATTER_H yes @@ -22,6 +22,7 @@ class SysMon { int getSequence(){ return sequence; }; // inline private: + SubPipe * p; int sequence; // sequence number for the packets int debug; // print debug info? string titles[60]; // names for the packet info