summaryrefslogtreecommitdiff
path: root/TAO/examples/Persistent_Grid/Simple_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Persistent_Grid/Simple_util.h')
-rw-r--r--TAO/examples/Persistent_Grid/Simple_util.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/examples/Persistent_Grid/Simple_util.h b/TAO/examples/Persistent_Grid/Simple_util.h
index dd10bbfbd3e..4742ba66d37 100644
--- a/TAO/examples/Persistent_Grid/Simple_util.h
+++ b/TAO/examples/Persistent_Grid/Simple_util.h
@@ -32,8 +32,6 @@ template <class Servant>
class Server
{
public:
- // = Initialization and termination methods.
-
/// Constructor.
Server (void);
@@ -97,8 +95,6 @@ template <class InterfaceObj, class Var>
class Client
{
public:
-
- // = Initialization and termination methods.
/// Constructor.
Client (void);