diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-09-13 01:28:48 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-09-13 01:28:48 +0000 |
commit | 1c64c2ce66a8845ba5be3938ad91af10d36c4843 (patch) | |
tree | 7e39566aee1b9842c68c944b6de6a1029c71a968 /TAO/tao/Collocation_Resolver.h | |
parent | bb581ca34145d9f88c8d95ee2a1a885d2572f1f6 (diff) | |
download | ATCD-1c64c2ce66a8845ba5be3938ad91af10d36c4843.tar.gz |
CVS mistake. This file should have gone to the Thread_Pool_stage_3 branch.
Diffstat (limited to 'TAO/tao/Collocation_Resolver.h')
-rw-r--r-- | TAO/tao/Collocation_Resolver.h | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/TAO/tao/Collocation_Resolver.h b/TAO/tao/Collocation_Resolver.h deleted file mode 100644 index 1388d4c9238..00000000000 --- a/TAO/tao/Collocation_Resolver.h +++ /dev/null @@ -1,51 +0,0 @@ -//============================================================================= -/** - * @file Collocation_Resolver.h - * - * $Id$ - * - * @author Irfan Pyarali - */ -// =================================================================== - -#ifndef TAO_COLLOCATION_RESOLVER_H -#define TAO_COLLOCATION_RESOLVER_H - -#include "ace/pre.h" -#include "tao/orbconf.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/corbafwd.h" -#include "ace/Service_Object.h" - -/** - * @class TAO_Collocation_Resolver - * - * @brief This class helps in resolving if a CORBA:Object is collocated. - * - * \nosubgrouping - * - **/ -class TAO_Export TAO_Collocation_Resolver - : public ACE_Service_Object -{ -public: - - /// Destructor. - virtual ~TAO_Collocation_Resolver (void); - - /// Is <object> collocated? - virtual CORBA::Boolean is_collocated (CORBA::Object_ptr object, - CORBA::Environment &ACE_TRY_ENV) const = 0; -}; - -#if defined (__ACE_INLINE__) -# include "tao/Collocation_Resolver.i" -#endif /* __ACE_INLINE__ */ - -#include "ace/post.h" - -#endif /* TAO_COLLOCATION_RESOLVER_H */ |