summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Topology_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Topology_Factory.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Topology_Factory.h14
1 files changed, 3 insertions, 11 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Topology_Factory.h b/TAO/orbsvcs/orbsvcs/Notify/Topology_Factory.h
index 33f313825a6..30ffaadba58 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Topology_Factory.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Topology_Factory.h
@@ -1,18 +1,17 @@
-// -*- C++ -*-
-
/**
* @file Topology_Factory.h
*
* $Id$
*
* @author Dale Wilson <wilson_d@ociweb.com>
+ *
+ *
*/
-
#ifndef TAO_NOTIFY_TOPOLOGY_FACTORY_H
#define TAO_NOTIFY_TOPOLOGY_FACTORY_H
#include /**/ "ace/pre.h"
-#include "orbsvcs/Notify/notify_serv_export.h"
+#include "notify_serv_export.h"
#include "ace/Service_Object.h"
@@ -20,10 +19,6 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "tao/Versioned_Namespace.h"
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
namespace TAO_Notify
{
class Topology_Saver;
@@ -44,11 +39,8 @@ namespace TAO_Notify
/// \return a pointer to a Topology_Loader which must be deleted
/// by the caller.
virtual Topology_Loader* create_loader () = 0;
- virtual ~Topology_Factory ();
};
}
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
#endif