/*
* 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
|
22561 |
rlranft |
Populate -o //guest/perforce_software/p4/2016-2/...
//guest/rlranft/p4/2016-2/.... |
|
|
//guest/perforce_software/p4/2016-2/msgs/msgos.h |
#1
|
22283 |
mark_mears |
Initial add of the 2016.2 p4/p4api source code. |
|
|