/*
* Copyright 1995, 2000 Perforce Software. All rights reserved.
*
* This file is part of Perforce - the FAST SCM System.
*/
/*
* clienterror.h - definitions of errors for client subsystem.
*/
class ErrClient {
public:
static ErrorId Connect;
static ErrorId BadFlag;
static ErrorId Fatal;
static ErrorId ClobberFile;
static ErrorId MkDir;
static ErrorId Eof;
static ErrorId CantEdit;
static ErrorId NoMerger;
static ErrorId MacError;
static ErrorId ToolServer2;
static ErrorId ToolServer;
static ErrorId ToolCmdCreate;
static ErrorId ToolCmdSend;
static ErrorId Memory;
static ErrorId CantFindApp;
static ErrorId BadSignature;
} ;
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #1 | 7292 | Andrew McDonald | initial submittal | ||
| //guest/sam_stafford/p4hl/src/dlls/clienterror.h | |||||
| #1 | 937 | Sam Stafford |
Renaming my guest directory to the more conventional sam_stafford. |
||
| //guest/samwise/p4hl/src/dlls/clienterror.h | |||||
| #1 | 936 | Sam Stafford |
Adding P4HL to the public depot. See relnotes.txt for installation instructions; all relevant files are under p4hl/dist. Source code is under p4hl/src in the form of a VC++ project. |
||