summaryrefslogtreecommitdiff
path: root/TAO/tao/Collocated_Invocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Collocated_Invocation.h')
-rw-r--r--TAO/tao/Collocated_Invocation.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/TAO/tao/Collocated_Invocation.h b/TAO/tao/Collocated_Invocation.h
index a9d2b0950fc..03068bcb8fb 100644
--- a/TAO/tao/Collocated_Invocation.h
+++ b/TAO/tao/Collocated_Invocation.h
@@ -10,7 +10,6 @@
* @author Balachandran Natarajan <bala@dre.vanderbilt.edu>
*/
//=============================================================================
-
#ifndef TAO_COLLOCATED_INVOCATION_H
#define TAO_COLLOCATED_INVOCATION_H
@@ -26,8 +25,6 @@
#include "tao/Invocation_Base.h"
#include "tao/Exception.h"
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
class TAO_Operation_Details;
class TAO_Stub;
@@ -88,14 +85,10 @@ namespace TAO
ACE_ENV_ARG_DECL);
private:
-
- // Disallow default construction.
- Collocated_Invocation (void);
+ ACE_UNIMPLEMENTED_FUNC (Collocated_Invocation (void))
};
}
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
#endif /*TAO_COLLOCATED_INVOCATION_H*/