summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/grid/Grid_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/grid/Grid_i.h')
-rw-r--r--TAO/examples/Simple/grid/Grid_i.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/TAO/examples/Simple/grid/Grid_i.h b/TAO/examples/Simple/grid/Grid_i.h
index b0a187d4c7e..90ef2640729 100644
--- a/TAO/examples/Simple/grid/Grid_i.h
+++ b/TAO/examples/Simple/grid/Grid_i.h
@@ -77,7 +77,7 @@ public:
virtual void destroy (CORBA::Environment &)
ACE_THROW_SPEC ((CORBA::SystemException));
-
+
// Destroy the grid.
private:
@@ -122,9 +122,6 @@ public:
private:
CORBA::ORB_var orb_;
// ORB pointer.
-
- ACE_UNIMPLEMENTED_FUNC (void operator= (const Grid_Factory_i &))
- // Keeping g++2.7.2
};
#endif /* GRID_I_H */