summaryrefslogtreecommitdiff
path: root/TAO/examples/Persistent_Grid
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-28 00:17:29 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-28 00:17:29 +0000
commit1eea5de3d0954317925313400992277419d75733 (patch)
tree5ca5673def02d141db1be355553ab88f8865ba8b /TAO/examples/Persistent_Grid
parent4009c4a74377cdc382f988cd244e75737efd093f (diff)
downloadATCD-1eea5de3d0954317925313400992277419d75733.tar.gz
ChangeLogTag: Sun Jul 27 19:11:41 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/examples/Persistent_Grid')
-rw-r--r--TAO/examples/Persistent_Grid/Grid_i.cpp9
-rw-r--r--TAO/examples/Persistent_Grid/Grid_i.h4
2 files changed, 0 insertions, 13 deletions
diff --git a/TAO/examples/Persistent_Grid/Grid_i.cpp b/TAO/examples/Persistent_Grid/Grid_i.cpp
index 0502f60e8df..67dd2d72c8d 100644
--- a/TAO/examples/Persistent_Grid/Grid_i.cpp
+++ b/TAO/examples/Persistent_Grid/Grid_i.cpp
@@ -158,15 +158,6 @@ Grid_Factory_i::Grid_Factory_i (void)
// no-op
}
-// Copy Constructor
-
-Grid_Factory_i::Grid_Factory_i (Grid_Factory_i &grid)
- : POA_Grid_Factory (grid),
- pool_t_ (0)
-{
- // no-op
-}
-
// Destructor
Grid_Factory_i::~Grid_Factory_i (void)
diff --git a/TAO/examples/Persistent_Grid/Grid_i.h b/TAO/examples/Persistent_Grid/Grid_i.h
index 50bf997a2c5..f7c281c25bc 100644
--- a/TAO/examples/Persistent_Grid/Grid_i.h
+++ b/TAO/examples/Persistent_Grid/Grid_i.h
@@ -34,13 +34,9 @@ public:
Grid_Factory_i (void);
// Constructor.
- Grid_Factory_i (Grid_Factory_i &);
- // Copy constructor to fool g++
-
~Grid_Factory_i (void);
// Destructor.
-
virtual Grid_ptr make_grid (CORBA::Short,
CORBA::Short
ACE_ENV_ARG_DECL)