summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-13 21:30:35 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-13 21:30:35 +0000
commit080182f4fb926f101157a14299f71f119486d853 (patch)
treefc034964131a226d4125d1d88838afc16eab71ce
parent1b62236945b0a69c4a1ac7e2210f6ddf19f0063d (diff)
downloadATCD-080182f4fb926f101157a14299f71f119486d853.tar.gz
ChangeLogTag:Sun Sep 13 16:29:27 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
-rw-r--r--ChangeLog-98b6
-rw-r--r--ace/Select_Reactor_T.h5
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 05e7090e42a..d4eac9d97b1 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,3 +1,9 @@
+Sun Sep 13 16:29:27 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
+
+ * ace/Select_Reactor_T.h:
+ Use the ACE_UNIMPLETED_FUNC to make the code work on older
+ versions of IRIX
+
Sat Sep 12 22:39:47 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
* ace/ACE.i: There was a bug with strecpy() -- it should return a
diff --git a/ace/Select_Reactor_T.h b/ace/Select_Reactor_T.h
index ade717531ab..c5465446b10 100644
--- a/ace/Select_Reactor_T.h
+++ b/ace/Select_Reactor_T.h
@@ -585,9 +585,8 @@ protected:
private:
- ACE_Select_Reactor_T (const ACE_Select_Reactor_T<ACE_SELECT_REACTOR_TOKEN> &);
- ACE_Select_Reactor_T<ACE_SELECT_REACTOR_TOKEN> &operator=
- (const ACE_Select_Reactor_T<ACE_SELECT_REACTOR_TOKEN> &);
+ ACE_UNIMPLEMENTED_FUNC (ACE_Select_Reactor_T (const ACE_Select_Reactor_T<ACE_SELECT_REACTOR_TOKEN> &))
+ ACE_UNIMPLEMENTED_FUNC (ACE_Select_Reactor_T<ACE_SELECT_REACTOR_TOKEN> &operator= (const ACE_Select_Reactor_T<ACE_SELECT_REACTOR_TOKEN> &) )
// Deny access since member-wise won't work...
};