Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

Qualify gazebo::util in using namespace directives. #2979

Merged
merged 2 commits into from
Jun 29, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gazebo/util/Diagnostics.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include "gazebo/util/Diagnostics.hh"

using namespace gazebo;
using namespace util;
using namespace gazebo::util;

//////////////////////////////////////////////////
DiagnosticManager::DiagnosticManager()
Expand Down
2 changes: 1 addition & 1 deletion gazebo/util/IntrospectionClient.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include "gazebo/util/IntrospectionClientPrivate.hh"

using namespace gazebo;
using namespace util;
using namespace gazebo::util;

//////////////////////////////////////////////////
IntrospectionClient::IntrospectionClient()
Expand Down
2 changes: 1 addition & 1 deletion gazebo/util/IntrospectionManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include "gazebo/util/IntrospectionManagerPrivate.hh"

using namespace gazebo;
using namespace util;
using namespace gazebo::util;

//////////////////////////////////////////////////
IntrospectionManager::IntrospectionManager()
Expand Down
2 changes: 1 addition & 1 deletion gazebo/util/LogPlay.cc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#include "gazebo/util/LogPlay.hh"

using namespace gazebo;
using namespace util;
using namespace gazebo::util;

/////////////////////////////////////////////////
LogPlay::LogPlay()
Expand Down
2 changes: 1 addition & 1 deletion gazebo/util/LogRecord.cc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
#include "gazebo/util/LogRecord.hh"

using namespace gazebo;
using namespace util;
using namespace gazebo::util;

//////////////////////////////////////////////////
LogRecord::LogRecord()
Expand Down
2 changes: 1 addition & 1 deletion gazebo/util/OpenAL.cc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#include "gazebo/util/OpenAL.hh"

using namespace gazebo;
using namespace util;
using namespace gazebo::util;

#ifdef HAVE_OPENAL
/////////////////////////////////////////////////
Expand Down