summaryrefslogtreecommitdiff
path: root/TAO/tao/Cache_Entries.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-11-18 18:44:52 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-11-18 18:44:52 +0000
commit2cf7cab3287f9d6b2f9c90af294099f61093ed19 (patch)
treee0419a5a236af8c958b257b9dc85394a17cdc765 /TAO/tao/Cache_Entries.h
parent155f1f69be1bd1eddd866ead20a7d8c05a93b899 (diff)
downloadATCD-2cf7cab3287f9d6b2f9c90af294099f61093ed19.tar.gz
Thu Nov 18 12:31:37 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Cache_Entries.h')
-rw-r--r--TAO/tao/Cache_Entries.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Cache_Entries.h b/TAO/tao/Cache_Entries.h
index 1752b1c040b..4764049b1fe 100644
--- a/TAO/tao/Cache_Entries.h
+++ b/TAO/tao/Cache_Entries.h
@@ -18,7 +18,7 @@
#define TAO_CACHE_ENTRIES_H
#include "ace/pre.h"
-#include "tao/Base_Connection_Property.h"
+#include "tao/Connection_Descriptor_Interface.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -108,7 +108,7 @@ public:
TAO_Cache_ExtId (void);
// Constructor.
- TAO_Cache_ExtId (TAO_Base_Connection_Property *prop);
+ TAO_Cache_ExtId (TAO_Connection_Descriptor_Interface *prop);
// Constructor.
TAO_Cache_ExtId (const TAO_Cache_ExtId & rhs);
@@ -143,13 +143,13 @@ public:
// but for the TAO_Connection_Cache_Manager class.
// = Accessors
- TAO_Base_Connection_Property *property (void) const;
+ TAO_Connection_Descriptor_Interface *property (void) const;
// Get the underlying the property pointer
private:
// = Data members.
- TAO_Base_Connection_Property *connection_property_;
+ TAO_Connection_Descriptor_Interface *connection_property_;
// A property object that we represent.
CORBA::Boolean is_delete_;