代码搜索结果
找到约 85,229 项符合
Sender 的代码
message.java
package org.ansurgen.jchat;
import java.util.*;
public class Message{
private User sender;
private String content;
private Date date;
public Message(User _sender, Strin
sender.h
// Sender.h : main header file for the SENDER application
//
#if !defined(AFX_SENDER_H__2E2D8521_5CBE_4147_851B_D10B89DE7E71__INCLUDED_)
#define AFX_SENDER_H__2E2D8521_5CBE_4147_851B_D10B89DE7E71
sender.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CSenderView
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Sender
stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// Sender.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
sender.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
sender.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
sender.cpp
// Sender.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Sender.h"
#include "MainFrm.h"
#include "SenderDoc.h"
#include "SenderView.h"
#ifdef _DEB