#if !defined(AFX_SERVER_H__838657B2_8584_11D3_8674_00105A07EA32__INCLUDED_) #define AFX_SERVER_H__838657B2_8584_11D3_8674_00105A07EA32__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // Server.h : header file // ///////////////////////////////////////////////////////////////////////////// // CNetServer class CNetServer : public LDicomNet { // Construction public: CNetServer(); ~CNetServer(); virtual L_VOID OnSecureLinkReady(L_UINT32 nError); virtual L_VOID CNetServer::OnReceivedISCLPacket(L_INT nError, L_CHAR *pBuffer, L_UINT32 nBytes); // Events private: L_VOID OnAccept (L_INT nError); L_VOID OnClose (L_INT nError, LDicomNet *pClient); }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SERVER_H__838657B2_8584_11D3_8674_00105A07EA32__INCLUDED_)