Skip to content

Commit 775989c

Browse files
committed
Messages cleanup.
1 parent 56a89bb commit 775989c

File tree

1 file changed

+4
-0
lines changed
  • Provider/src/FirebirdSql.Data.FirebirdClient/Client/Native

1 file changed

+4
-0
lines changed

Provider/src/FirebirdSql.Data.FirebirdClient/Client/Native/IFbClient.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ namespace FirebirdSql.Data.Client.Native
3131
/// </summary>
3232
public interface IFbClient
3333
{
34+
#pragma warning disable IDE1006
35+
3436
#region Array Functions
3537

3638
IntPtr isc_array_get_slice(
@@ -268,5 +270,7 @@ IntPtr isc_service_query(
268270
byte[] buffer);
269271

270272
#endregion
273+
274+
#pragma warning restore IDE1006
271275
}
272276
}

0 commit comments

Comments
 (0)