Skip to content

Commit a618f8b

Browse files
committed
Little fix on cpp file
1 parent ba2ef5f commit a618f8b

File tree

1 file changed

+2
-3
lines changed
  • snippets/cpp/VS_Snippets_Remoting/Socket_Socket_Options/CPP

1 file changed

+2
-3
lines changed

snippets/cpp/VS_Snippets_Remoting/Socket_Socket_Options/CPP/source.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#using < System.dll>
1+
#using <System.dll>
22

33
using namespace System;
44
using namespace System::Text;
@@ -7,8 +7,7 @@ using namespace System::Net;
77
using namespace System::Net::Sockets;
88
using namespace System::Threading;
99

10-
public
11-
ref class Sync_Send_Receive
10+
public ref class Sync_Send_Receive
1211
{
1312
public:
1413
static void SetSocketOptions()

0 commit comments

Comments
 (0)