Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

PClient.h

Go to the documentation of this file.
00001 // PClient.h: interface for the PClient class.
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_)

Generated on Mon Mar 25 06:29:59 2002 for Window Dressing by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001