summaryrefslogtreecommitdiff
path: root/ACE/tests/Bound_Ptr_Test.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Bound_Ptr_Test.h')
-rw-r--r--ACE/tests/Bound_Ptr_Test.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/tests/Bound_Ptr_Test.h b/ACE/tests/Bound_Ptr_Test.h
index 07ecda8e9cf..c8e559b5ba0 100644
--- a/ACE/tests/Bound_Ptr_Test.h
+++ b/ACE/tests/Bound_Ptr_Test.h
@@ -45,11 +45,9 @@ typedef ACE_Strong_Bound_Ptr<Printer, ACE_Thread_Mutex> Printer_var;
*/
class Scheduler : public ACE_Task<ACE_SYNCH>
{
-
friend class Method_Request_print;
friend class Method_Request_end;
public:
- // = Initialization and termination methods.
/// Constructor.
Scheduler (Scheduler * = 0);