summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-07-23 08:28:22 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-07-23 08:28:22 +0200
commit7e1493ffc1bfd2ec200a620827ae00bf899cc11b (patch)
tree64563bb8f8d9120c85a9a89f5f4cf086fe6177cf /TAO
parentca284c2597f205e1c71044f62fe85ca517f2ed88 (diff)
downloadATCD-7e1493ffc1bfd2ec200a620827ae00bf899cc11b.tar.gz
Updated comment
* TAO/tao/Compression/Compressor_Factory.h: * TAO/tao/DynamicInterface/DII_Reply_Handler.h: * TAO/tao/TransportCurrent/Current_ORBInitializer_Base.h:
Diffstat (limited to 'TAO')
-rw-r--r--TAO/tao/Compression/Compressor_Factory.h2
-rw-r--r--TAO/tao/DynamicInterface/DII_Reply_Handler.h2
-rw-r--r--TAO/tao/TransportCurrent/Current_ORBInitializer_Base.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Compression/Compressor_Factory.h b/TAO/tao/Compression/Compressor_Factory.h
index 1e07730551e..95481ddaeab 100644
--- a/TAO/tao/Compression/Compressor_Factory.h
+++ b/TAO/tao/Compression/Compressor_Factory.h
@@ -42,7 +42,7 @@ namespace TAO
::Compression::CompressorId const compressor_id_;
#if defined (ACE_WIN32_VC14)
- // Workaround for connect issue 801202
+ // Workaround for connect issue 1577211
ACE_UNIMPLEMENTED_FUNC (CompressorFactory (const CompressorFactory &))
ACE_UNIMPLEMENTED_FUNC (CompressorFactory &operator = (const CompressorFactory &))
#endif
diff --git a/TAO/tao/DynamicInterface/DII_Reply_Handler.h b/TAO/tao/DynamicInterface/DII_Reply_Handler.h
index 62b8a67caa6..866b9d67c8f 100644
--- a/TAO/tao/DynamicInterface/DII_Reply_Handler.h
+++ b/TAO/tao/DynamicInterface/DII_Reply_Handler.h
@@ -99,7 +99,7 @@ public:
typedef TAO_DII_Reply_Handler_var _var_type;
#if defined (ACE_WIN32_VC14)
- // Workaround for connect issue 801202
+ // Workaround for connect issue 1577211
ACE_UNIMPLEMENTED_FUNC (TAO_DII_Reply_Handler (const TAO_DII_Reply_Handler &))
ACE_UNIMPLEMENTED_FUNC (TAO_DII_Reply_Handler &operator = (const TAO_DII_Reply_Handler &))
#endif
diff --git a/TAO/tao/TransportCurrent/Current_ORBInitializer_Base.h b/TAO/tao/TransportCurrent/Current_ORBInitializer_Base.h
index 8c9f8f2bec4..a47d4dea15b 100644
--- a/TAO/tao/TransportCurrent/Current_ORBInitializer_Base.h
+++ b/TAO/tao/TransportCurrent/Current_ORBInitializer_Base.h
@@ -50,7 +50,7 @@ namespace TAO
protected:
const ACE_TString id_;
#if defined (ACE_WIN32_VC14)
- // Workaround for connect issue 801202
+ // Workaround for connect issue 1577211
ACE_UNIMPLEMENTED_FUNC (Current_ORBInitializer_Base (const Current_ORBInitializer_Base &))
ACE_UNIMPLEMENTED_FUNC (Current_ORBInitializer_Base &operator = (const Current_ORBInitializer_Base &))
#endif