summaryrefslogtreecommitdiff
path: root/ACE/ace/Shared_Memory_SV.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Shared_Memory_SV.cpp')
-rw-r--r--ACE/ace/Shared_Memory_SV.cpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/ACE/ace/Shared_Memory_SV.cpp b/ACE/ace/Shared_Memory_SV.cpp
index aec9559e2f4..03e3069b92f 100644
--- a/ACE/ace/Shared_Memory_SV.cpp
+++ b/ACE/ace/Shared_Memory_SV.cpp
@@ -31,8 +31,7 @@ ACE_Shared_Memory_SV::ACE_Shared_Memory_SV (key_t id,
ACE_TRACE ("ACE_Shared_Memory_SV::ACE_Shared_Memory_SV");
}
-// The overall size of the segment.
-
+/// The overall size of the segment.
size_t
ACE_Shared_Memory_SV::get_segment_size () const
{
@@ -42,8 +41,7 @@ ACE_Shared_Memory_SV::get_segment_size () const
return this->shared_memory_.get_segment_size ();
}
-// Removes the shared memory segment.
-
+/// Removes the shared memory segment.
int
ACE_Shared_Memory_SV::remove ()
{
@@ -51,8 +49,7 @@ ACE_Shared_Memory_SV::remove ()
return shared_memory_.remove ();
}
-// Closes (detaches) the shared memory segment.
-
+/// Closes (detaches) the shared memory segment.
int
ACE_Shared_Memory_SV::close ()
{