代码搜索:ClientSocket
找到约 1,840 项符合「ClientSocket」的源代码
代码结果 1,840
www.eeworm.com/read/492632/6417058
cpp clientsocket.cpp
// WorkSocket.cpp : implementation file
//
#include "stdafx.h"
#include "Convert.h"
#include "ClientSocket.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] =
www.eeworm.com/read/492632/6417059
h clientsocket.h
#if !defined(AFX_ClientSocket_H__E8C1E518_A4A2_4F3C_B420_BFA361991E61__INCLUDED_)
#define AFX_ClientSocket_H__E8C1E518_A4A2_4F3C_B420_BFA361991E61__INCLUDED_
#include "DataAdmin.h"
#include "264P
www.eeworm.com/read/487827/6500814
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "NetMeeting.h"
#include "ClientSocket.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FIL
www.eeworm.com/read/487827/6500854
h clientsocket.h
#if !defined(AFX_CLIENTSOCKET_H__7B16DC47_5DA9_4C11_BBD2_30621EBD8D36__INCLUDED_)
#define AFX_CLIENTSOCKET_H__7B16DC47_5DA9_4C11_BBD2_30621EBD8D36__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
www.eeworm.com/read/487827/6500870
sbr clientsocket.sbr
www.eeworm.com/read/487827/6500890
obj clientsocket.obj
www.eeworm.com/read/485607/6554736
cpp clientsocket.cpp
#include
#include "clientsocket.h"
ClientSocket::ClientSocket(QObject *parent)
: QTcpSocket(parent)
{
connect(this, SIGNAL(readyRead()), this, SLOT(readClient()));
connect(th
www.eeworm.com/read/485607/6554740
h clientsocket.h
#ifndef CLIENTSOCKET_H
#define CLIENTSOCKET_H
#include
class QDate;
class QTime;
class ClientSocket : public QTcpSocket
{
Q_OBJECT
public:
ClientSocket(QObject *parent = 0);
www.eeworm.com/read/481431/6641050
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "CTelnet.h"
#include "ClientSocket.h"
#include "CTelnetView.h"
#include "CTelnetDoc.h"
#ifdef _DEBUG
#define new
www.eeworm.com/read/481431/6641062
h clientsocket.h
#if !defined(AFX_CLIENTSOCKET_H__42C5C9C7_3102_11D2_9A30_00C04FB78B23__INCLUDED_)
#define AFX_CLIENTSOCKET_H__42C5C9C7_3102_11D2_9A30_00C04FB78B23__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#e