summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Destroy_Callback.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Destroy_Callback.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Destroy_Callback.h38
1 files changed, 0 insertions, 38 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Destroy_Callback.h b/TAO/orbsvcs/orbsvcs/Notify/Destroy_Callback.h
deleted file mode 100644
index 8be318d3227..00000000000
--- a/TAO/orbsvcs/orbsvcs/Notify/Destroy_Callback.h
+++ /dev/null
@@ -1,38 +0,0 @@
-/* -*- C++ -*- */
-/**
- * @file Destroy_Callback.h
- *
- * $Id$
- *
- * @author Pradeep Gore <pradeep@oomworks.com>
- *
- *
- */
-
-#ifndef TAO_NS_DESTROY_CALLBACK_H
-#define TAO_NS_DESTROY_CALLBACK_H
-#include "ace/pre.h"
-
-#include "notify_export.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-/**
- * @class TAO_NS_Destroy_Callback
- *
- * @brief Interface to be implemented by users of TAO_NS_Refcountable
- *
- */
-class TAO_Notify_Export TAO_NS_Destroy_Callback
-{
-public:
-
- /// Called when Refcountable count drops to 0
- virtual void release (void) = 0;
-};
-
-
-#include "ace/post.h"
-#endif /* TAO_NS_DESTROY_CALLBACK_H */