/*
* Copyright 1995, 2000 Perforce Software. All rights reserved.
*
* This file is part of Perforce - the FAST SCM System.
*/
/*
* msgos.h - definitions of operating system specific errors
*/
class MsgOs {
public:
static ErrorId Sys;
static ErrorId Sys2;
static ErrorId SysUn;
static ErrorId SysUn2;
static ErrorId Net;
static ErrorId NetUn;
static ErrorId TooMany;
static ErrorId Deleted;
static ErrorId NoSuch;
static ErrorId ChmodBetrayal;
static ErrorId EmptyFork;
static ErrorId NameTooLong;
static ErrorId ZipExists;
static ErrorId ZipOpenEntryFailed;
static ErrorId ZipCloseEntryFailed;
static ErrorId ZipWriteFailed;
static ErrorId ZipMissing;
static ErrorId ZipNoEntry;
static ErrorId ZipOpenEntry;
static ErrorId ZipReadFailed;
static ErrorId ZlibInflateInit;
static ErrorId ZlibInflateEOF;
static ErrorId ZlibInflate;
static ErrorId ZlibDeflateInit;
static ErrorId ZlibInflateInitSeek;
// Retired ErrorIds. We need to keep these so that clients
// built with newer apis can commnunicate with older servers
// still sending these.
} ;
# |
Change |
User |
Description |
Committed |
|
#1
|
22562 |
rlranft |
Populate -o //guest/perforce_software/p4/2017-1/...
//guest/rlranft/p4/2017-1/.... |
|
|
//guest/perforce_software/p4/2017-1/msgs/msgos.h |
#1
|
22288 |
mark_mears |
import 2017.1 code drop |
|
|