summaryrefslogtreecommitdiff
path: root/test-client-catchcopy/catchcopy-api-0002/ExtraSocketCatchcopy.h
blob: 623c668d426edaff65461e891c22f589e05874ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/** \file ExtraSocketCatchcopy.h
\brief Define the socket of catchcopy
\author alpha_one_x86
\version 0002
\date 2010 */

#ifndef EXTRASOCKETCATCHCOPY_H
#define EXTRASOCKETCATCHCOPY_H

#include <QString>

#ifdef Q_OS_UNIX
	#include <unistd.h>
	#include <sys/types.h>
#else
	#include <windows.h>
#endif

/// \brief to have extra socket function
class ExtraSocketCatchcopy
{
public:
	/// \brief to get the socket path
	static const QString pathSocket();
};

#endif // EXTRASOCKETCATCHCOPY_H