diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-11 15:59:13 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-11 15:59:13 +0000 |
commit | bf5f51c8e9752cfdcd8e65098acd97fd63e516f4 (patch) | |
tree | a74244e4dcb3e0652e7dd037369e1b291282b30e /TAO/examples/Persistent_Grid | |
parent | cbc698068925490b7000034be02ab25eff862e57 (diff) | |
download | ATCD-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.h | 7 |
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.. }; |