summaryrefslogtreecommitdiff
path: root/TAO/tao/PI/PICurrent_Copy_Callback.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PI/PICurrent_Copy_Callback.h')
-rw-r--r--TAO/tao/PI/PICurrent_Copy_Callback.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/TAO/tao/PI/PICurrent_Copy_Callback.h b/TAO/tao/PI/PICurrent_Copy_Callback.h
index 76f550e652f..5b5f17d4505 100644
--- a/TAO/tao/PI/PICurrent_Copy_Callback.h
+++ b/TAO/tao/PI/PICurrent_Copy_Callback.h
@@ -15,7 +15,7 @@
#include /**/ "ace/pre.h"
-#include "tao/PI/pi_export.h"
+#include "pi_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -25,9 +25,6 @@
#if TAO_HAS_INTERCEPTORS == 1
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
namespace TAO
{
class PICurrent_Impl;
@@ -52,15 +49,12 @@ namespace TAO
~PICurrent_Copy_Callback (void);
/// Perform the copy.
- void execute (void);
+ int execute (void);
/// Set the source and destination PICurrent_Impl objects.
void src_and_dst (PICurrent_Impl * src, PICurrent_Impl * dst);
private:
- /// Disallow copying and assignment.
- PICurrent_Copy_Callback (const PICurrent_Copy_Callback &);
- PICurrent_Copy_Callback &operator= (const PICurrent_Copy_Callback &);
/// Source PICurrent from which copies will be made.
PICurrent_Impl * src_;
@@ -71,8 +65,6 @@ namespace TAO
};
}
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#endif /* TAO_HAS_INTERCEPTORS == 1 */
#include /**/ "ace/post.h"