summaryrefslogtreecommitdiff
path: root/TAO/tao/Valuetype/Value_CORBA_methods.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Valuetype/Value_CORBA_methods.h')
-rw-r--r--TAO/tao/Valuetype/Value_CORBA_methods.h51
1 files changed, 0 insertions, 51 deletions
diff --git a/TAO/tao/Valuetype/Value_CORBA_methods.h b/TAO/tao/Valuetype/Value_CORBA_methods.h
deleted file mode 100644
index e54e1262de7..00000000000
--- a/TAO/tao/Valuetype/Value_CORBA_methods.h
+++ /dev/null
@@ -1,51 +0,0 @@
-// -*- C++ -*-
-
-//=============================================================================
-/**
- * @file Value_CORBA_methods.h
- *
- * $Id$
- *
- * Declarations of common ValueType methods in the CORBA namespace.
- *
- * @author Ossama Othman <ossama@dre.vanderbilt.edu>
- */
-//=============================================================================
-
-#ifndef TAO_VALUETYPE_CORBA_METHODS_H
-#define TAO_VALUETYPE_CORBA_METHODS_H
-
-#include /**/ "ace/pre.h"
-
-#include "valuetype_export.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-#include "tao/Basic_Types.h"
-
-#if defined (TAO_EXPORT_MACRO)
-#undef TAO_EXPORT_MACRO
-#endif
-#define TAO_EXPORT_MACRO TAO_Valuetype_Export
-
-namespace CORBA
-{
- class ValueBase;
-
- extern TAO_Valuetype_Export void add_ref (ValueBase *);
- extern TAO_Valuetype_Export void remove_ref (ValueBase *);
-
- class AbstractBase;
- typedef AbstractBase *AbstractBase_ptr;
-
- extern TAO_Valuetype_Export Boolean is_nil (AbstractBase_ptr);
- extern TAO_Valuetype_Export void release (AbstractBase_ptr);
-
-
-}
-
-#include /**/ "ace/post.h"
-
-#endif /* TAO_VALUETYPE_CORBA_METHODS_H */