diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-02-23 18:36:50 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-02-23 18:36:50 +0000 |
commit | 4225ae5b48136d94d08ee3aa6407b762ad47c790 (patch) | |
tree | 99b5e01244981de8a9e21d016020035fb85a80ab /TAO/examples/Persistent_Grid/Grid_i.cpp | |
parent | 4e9fb74906233f861b2853971ef0fe4f294cc102 (diff) | |
download | ATCD-4225ae5b48136d94d08ee3aa6407b762ad47c790.tar.gz |
ChangeLogTag: Wed Feb 23 12:31:18 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/examples/Persistent_Grid/Grid_i.cpp')
-rw-r--r-- | TAO/examples/Persistent_Grid/Grid_i.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/examples/Persistent_Grid/Grid_i.cpp b/TAO/examples/Persistent_Grid/Grid_i.cpp index a192b8a4d8a..7febdaa2940 100644 --- a/TAO/examples/Persistent_Grid/Grid_i.cpp +++ b/TAO/examples/Persistent_Grid/Grid_i.cpp @@ -160,8 +160,9 @@ Grid_Factory_i::Grid_Factory_i (void) // Copy Constructor -Grid_Factory_i::Grid_Factory_i (Grid_Factory_i &) - :pool_t_ (0) +Grid_Factory_i::Grid_Factory_i (Grid_Factory_i &grid) + :pool_t_ (0), + POA_Grid_Factory (grid) { // no-op } |