msgos.h #1

  • //
  • guest/
  • alan_petersen/
  • piper/
  • mac/
  • R2.0/
  • Perforce/
  • p4api/
  • Headers/
  • msgos.h
  • View
  • Commits
  • Open Download .zip Download (930 B)
/*
 * 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;

	// 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 15071 alan_petersen Populate -o //guest/perforce_software/piper/...
//guest/alan_petersen/piper/....
//guest/perforce_software/piper/mac/R2.0/Perforce/p4api/Headers/msgos.h
#1 13626 alan_petersen Copying using piper_mac_main2r2.0
//guest/perforce_software/piper/mac/main/Perforce/p4api/Headers/msgos.h
#1 13625 alan_petersen UPDATE:
- updated p4api to p4api-2015.1.1054991
- included in OpenSSL 1.0.2a ssl and crypto libraries

The benefit of these are that Piper now supports connecting to 15.1 servers, and also supports ssl: connections. Woo hoo!