summaryrefslogtreecommitdiff
path: root/TAO/examples/Persistent_Grid
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-11 15:59:13 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-11 15:59:13 +0000
commitbf5f51c8e9752cfdcd8e65098acd97fd63e516f4 (patch)
treea74244e4dcb3e0652e7dd037369e1b291282b30e /TAO/examples/Persistent_Grid
parentcbc698068925490b7000034be02ab25eff862e57 (diff)
downloadATCD-bf5f51c8e9752cfdcd8e65098acd97fd63e516f4.tar.gz
ChangeLogTag: Sun Mar 11 09:53:13 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/examples/Persistent_Grid')
-rw-r--r--TAO/examples/Persistent_Grid/Grid_i.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/examples/Persistent_Grid/Grid_i.h b/TAO/examples/Persistent_Grid/Grid_i.h
index a3e2dbb135d..713ba847c26 100644
--- a/TAO/examples/Persistent_Grid/Grid_i.h
+++ b/TAO/examples/Persistent_Grid/Grid_i.h
@@ -53,7 +53,7 @@ public:
virtual void cleanup (CORBA::Environment & )
ACE_THROW_SPEC ((CORBA::SystemException));
- // Do a clean up of the memory map
+ // Do a clean up of the memory map
void orb (CORBA::ORB_ptr o);
// Set the ORB pointer.
@@ -70,6 +70,9 @@ private:
pool_t *pool_t_;
// Hold the pool of name pool_name_
+
+ ACE_UNIMPLEMENTED_FUNC (void operator= (const Grid_Factory_i &));
+ // Keeping g++2.7.2
};
@@ -144,7 +147,7 @@ private:
CORBA::Long **array_;
// Pointer to the matrix. This is organized as an "array of arrays."
-
+
pool_t *pool_t_;
//Pointer to the memory pool..
};