blob: d794339c1fb055639afcdf41d4a12b9beabcc608 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 - 2015 ACIN, Profactor GmbH, fortiss GmbH
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Alois Zoitl, Gerhard Ebenhofer - initial API and implementation and/or initial documentation
*******************************************************************************/
#ifndef SOCKHAND_H_
#define SOCKHAND_H_
#include <winsock2.h>
#include <windows.h>
#include <ws2tcpip.h>
#define FORTE_SOCKET_TYPE SOCKET
#define FORTE_INVALID_SOCKET INVALID_SOCKET
//these include needs to be last
#include "../gensockhand.h"
#include "../fdselecthand.h"
#include "win32socketinterf.h"
typedef CGenericIPComSocketHandler<CFDSelectHandler, CWin32SocketInterface> CIPComSocketHandler;
#endif /* SOCKHAND_H_ */