diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2021-03-09 13:31:46 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2021-03-09 13:31:46 +0100 |
commit | 317dd62b7112b590efe99283ceb4b2e5e5649884 (patch) | |
tree | 4df9cfc065c67e616010437b483dd97d2aba717b /TAO/tests/ORB_Local_Config/Two_DLL_ORB | |
parent | 60d97734bef3939bb7ed54170fbcf9a1b459b496 (diff) | |
download | ATCD-317dd62b7112b590efe99283ceb4b2e5e5649884.tar.gz |
Documentation, layout, C++11 changes
Diffstat (limited to 'TAO/tests/ORB_Local_Config/Two_DLL_ORB')
-rw-r--r-- | TAO/tests/ORB_Local_Config/Two_DLL_ORB/ORB_DLL.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/ORB_Local_Config/Two_DLL_ORB/ORB_DLL.h b/TAO/tests/ORB_Local_Config/Two_DLL_ORB/ORB_DLL.h index bb952ea1fca..4adee3cc6d7 100644 --- a/TAO/tests/ORB_Local_Config/Two_DLL_ORB/ORB_DLL.h +++ b/TAO/tests/ORB_Local_Config/Two_DLL_ORB/ORB_DLL.h @@ -91,7 +91,7 @@ public: * Each thread will invoke the Service Configurator via this * method unless the object is the "FINAL" object. */ - virtual int svc (void); + virtual int svc (); private: signed char is_server_; |