00001
00004
00005
00006 #if !defined(AFX_PCLIENT_H__79CA940F_37CD_4F2C_A274_B3A35595A849__INCLUDED_)
00007 #define AFX_PCLIENT_H__79CA940F_37CD_4F2C_A274_B3A35595A849__INCLUDED_
00008
00009 #if _MSC_VER > 1000
00010 #pragma once
00011 #endif // _MSC_VER > 1000
00012
00013 #include "Pipe.h"
00014
00023 class PClient : public Pipe
00024 {
00025 public:
00026 bool isConnected();
00027
00028 virtual DWORD connect();
00029 virtual void disconnect();
00030
00031 PClient(const TString&, const bool);
00032 virtual ~PClient();
00033 };
00034
00035 #endif // !defined(AFX_PCLIENT_H__79CA940F_37CD_4F2C_A274_B3A35595A849__INCLUDED_)