diff --git a/examples/helloworld/helloworld.lvproj b/examples/helloworld/helloworld.lvproj index 235f0502b..11c97d5ad 100644 --- a/examples/helloworld/helloworld.lvproj +++ b/examples/helloworld/helloworld.lvproj @@ -1,5 +1,5 @@  - + true true @@ -21,10 +21,11 @@ + - + diff --git a/examples/helloworld/helloworld_client/RPC Messages/helloworld_HelloReply.ctl b/examples/helloworld/helloworld_client/RPC Messages/helloworld_HelloReply.ctl index 554fc3d55..be57a454b 100644 Binary files a/examples/helloworld/helloworld_client/RPC Messages/helloworld_HelloReply.ctl and b/examples/helloworld/helloworld_client/RPC Messages/helloworld_HelloReply.ctl differ diff --git a/examples/helloworld/helloworld_client/RPC Messages/helloworld_HelloRequest.ctl b/examples/helloworld/helloworld_client/RPC Messages/helloworld_HelloRequest.ctl index 0f773a74c..8d162f6f0 100644 Binary files a/examples/helloworld/helloworld_client/RPC Messages/helloworld_HelloRequest.ctl and b/examples/helloworld/helloworld_client/RPC Messages/helloworld_HelloRequest.ctl differ diff --git a/examples/helloworld/helloworld_server/RPC Messages/helloworld_HelloReply.ctl b/examples/helloworld/helloworld_server/RPC Messages/helloworld_HelloReply.ctl index 78caff47f..1679c2073 100644 Binary files a/examples/helloworld/helloworld_server/RPC Messages/helloworld_HelloReply.ctl and b/examples/helloworld/helloworld_server/RPC Messages/helloworld_HelloReply.ctl differ diff --git a/examples/helloworld/helloworld_server/RPC Messages/helloworld_HelloRequest.ctl b/examples/helloworld/helloworld_server/RPC Messages/helloworld_HelloRequest.ctl index 9c2d6a695..0df1e015d 100644 Binary files a/examples/helloworld/helloworld_server/RPC Messages/helloworld_HelloRequest.ctl and b/examples/helloworld/helloworld_server/RPC Messages/helloworld_HelloRequest.ctl differ diff --git a/examples/helloworld/helloworld_server/RPC Service/Greeter/Server API/Destroy.vi b/examples/helloworld/helloworld_server/RPC Service/Greeter/Server API/Destroy.vi index 1ad8716db..969354041 100644 Binary files a/examples/helloworld/helloworld_server/RPC Service/Greeter/Server API/Destroy.vi and b/examples/helloworld/helloworld_server/RPC Service/Greeter/Server API/Destroy.vi differ diff --git a/examples/helloworld/helloworld_server/RPC Service/Greeter/Server API/Register gRPC Methods.vi b/examples/helloworld/helloworld_server/RPC Service/Greeter/Server API/Register gRPC Methods.vi index aec779656..4b2c7d305 100644 Binary files a/examples/helloworld/helloworld_server/RPC Service/Greeter/Server API/Register gRPC Methods.vi and b/examples/helloworld/helloworld_server/RPC Service/Greeter/Server API/Register gRPC Methods.vi differ