summaryrefslogtreecommitdiff
path: root/ace/Managed_Object.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-11 01:04:04 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-11 01:04:04 +0000
commitf1ca33521098d86b82f089ef2bc9e109645de1e0 (patch)
tree60da7562b6672a9f3c65bc5996041350d6a9a5bb /ace/Managed_Object.h
parentb48c129ecdd412467b481397dc610167f9b94625 (diff)
downloadATCD-f1ca33521098d86b82f089ef2bc9e109645de1e0.tar.gz
rs
Diffstat (limited to 'ace/Managed_Object.h')
-rw-r--r--ace/Managed_Object.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/ace/Managed_Object.h b/ace/Managed_Object.h
index e872181dd42..f1eb08ffe8c 100644
--- a/ace/Managed_Object.h
+++ b/ace/Managed_Object.h
@@ -40,6 +40,7 @@ public:
TYPE &object (void);
// Accessor for contained object.
+
private:
TYPE object_;
// Contained object.
@@ -89,14 +90,12 @@ class ACE_Managed_Object
// the ACE library.
{
public:
- static
- TYPE *get_preallocated_object (ACE_Object_Manager::Preallocated_Object id);
+ static TYPE *get_preallocated_object (ACE_Object_Manager::Preallocated_Object id);
// Get the preallocated object identified by "id". Returns a
// pointer to the object. Beware: no error indication is provided,
// because it can _only_ be used for accessing preallocated objects.
- static
- TYPE *get_preallocated_array (ACE_Object_Manager::Preallocated_Array id);
+ static TYPE *get_preallocated_array (ACE_Object_Manager::Preallocated_Array id);
// Get the preallocated array identified by "id". Returns a
// pointer to the array. Beware: no error indication is provided,
// because it can _only_ be used for accessing preallocated arrays.