Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
alarm-handler
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs
ds
alarm-handler
Commits
82edfd22
Commit
82edfd22
authored
9 months ago
by
Thomas Juerges
Browse files
Options
Downloads
Patches
Plain Diff
Add using namespace std because there are too many places to fix
parent
c883cfea
No related branches found
No related tags found
2 merge requests
!4
Resolve "Update for cppTango 9.5.x"
,
!3
Resolve "Add macOS compatibility"
Pipeline
#2014
failed with stages
Stage:
Stage:
in 1 minute and 53 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
test/testdevice/src/TestDevice.h
+1
-1
1 addition, 1 deletion
test/testdevice/src/TestDevice.h
test/testdevice/src/TestDeviceClass.h
+1
-1
1 addition, 1 deletion
test/testdevice/src/TestDeviceClass.h
test/testdevice/src/main.cpp
+1
-0
1 addition, 0 deletions
test/testdevice/src/main.cpp
with
3 additions
and
2 deletions
test/testdevice/src/TestDevice.h
+
1
−
1
View file @
82edfd22
...
...
@@ -34,6 +34,7 @@
namespace
TestDevice_ns
{
/*----- PROTECTED REGION ID(TestDevice::Additional Class Declarations) ENABLED START -----*/
using
namespace
std
;
// Additional Class Declarations
typedef
struct
{
...
...
@@ -53,7 +54,6 @@ enum { typeDouble, typeLong, typeBool, typeString, typeUchar};
class
TestDevice
:
public
TANGO_BASE_CLASS
{
friend
class
CmdClass
;
/*----- PROTECTED REGION ID(TestDevice::Data Members) ENABLED START -----*/
...
...
This diff is collapsed.
Click to expand it.
test/testdevice/src/TestDeviceClass.h
+
1
−
1
View file @
82edfd22
...
...
@@ -30,7 +30,7 @@
namespace
TestDevice_ns
{
/*----- PROTECTED REGION ID(TestDevice::classes for dynamic creation) ENABLED START -----*/
using
namespace
std
;
/*----- PROTECTED REGION END -----*/
// TestDevice::classes for dynamic creation
...
...
This diff is collapsed.
Click to expand it.
test/testdevice/src/main.cpp
+
1
−
0
View file @
82edfd22
...
...
@@ -23,6 +23,7 @@
int
main
(
int
argc
,
char
*
argv
[])
{
using
namespace
std
;
Tango
::
Util
*
tg
=
NULL
;
try
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment