diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-12 18:42:54 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-12 18:42:54 +0000 |
commit | c1af574f2b72aa9dd3c1a8758b68eb6131a166e5 (patch) | |
tree | 7e04d43b1fee09a8b012932d9f5c86945b434062 /TAO/examples/Persistent_Grid | |
parent | 0ae4e00de38e250ded4832379e5b43157694d36c (diff) | |
download | ATCD-c1af574f2b72aa9dd3c1a8758b68eb6131a166e5.tar.gz |
ChangeLogTag: Mon Mar 12 12:39:37 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/examples/Persistent_Grid')
-rw-r--r-- | TAO/examples/Persistent_Grid/Grid_i.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Persistent_Grid/Grid_i.h b/TAO/examples/Persistent_Grid/Grid_i.h index 713ba847c26..ea6e06cc8de 100644 --- a/TAO/examples/Persistent_Grid/Grid_i.h +++ b/TAO/examples/Persistent_Grid/Grid_i.h @@ -71,7 +71,7 @@ private: pool_t *pool_t_; // Hold the pool of name pool_name_ - ACE_UNIMPLEMENTED_FUNC (void operator= (const Grid_Factory_i &)); + ACE_UNIMPLEMENTED_FUNC (void operator= (const Grid_Factory_i &)) // Keeping g++2.7.2 }; |