diff options
Diffstat (limited to 'cpp/include/Ice/ObjectAdapterF.h')
-rw-r--r-- | cpp/include/Ice/ObjectAdapterF.h | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/cpp/include/Ice/ObjectAdapterF.h b/cpp/include/Ice/ObjectAdapterF.h deleted file mode 100644 index 00e77505762..00000000000 --- a/cpp/include/Ice/ObjectAdapterF.h +++ /dev/null @@ -1,40 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2001 -// MutableRealms, Inc. -// Huntsville, AL, USA -// -// All Rights Reserved -// -// ********************************************************************** - -// Generated from file `ObjectAdapterF.ice' - -#ifndef __ObjectAdapterF_h__ -#define __ObjectAdapterF_h__ - -#include <Ice/LocalObject.h> - -namespace Ice -{ - -class ObjectAdapter; - -} - -namespace __Ice -{ - -void ICE_API incRef(::Ice::ObjectAdapter*); -void ICE_API decRef(::Ice::ObjectAdapter*); - -} - -namespace Ice -{ - -typedef ::__Ice::Handle< ::Ice::ObjectAdapter> ObjectAdapter_ptr; - -} - -#endif |