clientservice.cs #1

  • //
  • main/
  • guest/
  • perforce_software/
  • p4api-net/
  • main/
  • p4api.net/
  • errors/
  • clientservice.cs
  • View
  • Commits
  • Open Download .zip Download (363 B)
using System;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Runtime.CompilerServices;
using System.Text;

namespace Perforce.P4
{
	public partial class P4ClientError
	{
		public static int clientUpdate = ErrorOf(ErrorSubsystem.ES_DM, 6370, ErrorSeverity.E_INFO, ErrorGeneric.EV_NONE, 2); //""
	}
}
# Change User Description Committed
#1 19043 Liz Lam Rename p4api.net to p4api-net
//guest/perforce_software/p4api.net/main/p4api.net/errors/clientservice.cs
#1 19042 Liz Lam Rename/move file(s) to proper main branch.
//guest/perforce_software/p4api.net/p4api.net/errors/clientservice.cs
#1 10191 Matt Attaway Bring Workshop version of p4api.net up-to-date with the 14.2 release.