summaryrefslogtreecommitdiff
path: root/ACE/examples/Smart_Pointers/Gadget_Part_Impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Smart_Pointers/Gadget_Part_Impl.h')
-rw-r--r--ACE/examples/Smart_Pointers/Gadget_Part_Impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/examples/Smart_Pointers/Gadget_Part_Impl.h b/ACE/examples/Smart_Pointers/Gadget_Part_Impl.h
index bcacb84f0c9..964c0705d49 100644
--- a/ACE/examples/Smart_Pointers/Gadget_Part_Impl.h
+++ b/ACE/examples/Smart_Pointers/Gadget_Part_Impl.h
@@ -25,7 +25,7 @@ class Gadget_Part_Impl : public Gadget_Part
public:
/// Constructor.
Gadget_Part_Impl (Gadget_ptr owner, const char* name, int size);
-
+
/// Destructor.
virtual ~Gadget_Part_Impl (void);
@@ -37,7 +37,7 @@ public:
private:
/// The gadget that contains this part.
- ///
+ ///
/// Some things to note about the choice of ACE_Weak_Bound_Ptr (from the
/// typedef for Gadget_ptr):
/// - We cannot use an ACE_Strong_Bound_Ptr (Gadget_var) since that would