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 usage = ErrorOf(ErrorSubsystem.ES_OS, 0, ErrorSeverity.E_FAILED, ErrorGeneric.EV_NONE, 0); //"p4 -h for usage."
}
}