Skip to content

Commit

Permalink
make ByteArraySegment public for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
somdoron committed Nov 6, 2014
1 parent 68f6742 commit 28b18d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/NetMQ.Tests/ByteArraySegmentTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NetMQ.zmq.Transports;
using NUnit.Framework;
using NetMQ.zmq;

Expand Down
2 changes: 1 addition & 1 deletion src/NetMQ/zmq/Transports/ByteArraySegment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace NetMQ.zmq.Transports
{
class ByteArraySegment
public class ByteArraySegment
{
private readonly byte[] m_innerBuffer;

Expand Down

0 comments on commit 28b18d4

Please sign in to comment.