summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/test/sockethandler/sockethandlerTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'AudioManagerDaemon/test/sockethandler/sockethandlerTest.h')
-rw-r--r--AudioManagerDaemon/test/sockethandler/sockethandlerTest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/AudioManagerDaemon/test/sockethandler/sockethandlerTest.h b/AudioManagerDaemon/test/sockethandler/sockethandlerTest.h
index d2d1bc6..abb8ace 100644
--- a/AudioManagerDaemon/test/sockethandler/sockethandlerTest.h
+++ b/AudioManagerDaemon/test/sockethandler/sockethandlerTest.h
@@ -41,7 +41,7 @@ public:
UNIX, INET
};
SamplePlugin(SocketHandler *mySocketHandler, sockType_e socketType);
- virtual ~SamplePlugin()
+ ~SamplePlugin()
{
}
;
@@ -79,7 +79,7 @@ class sockethandlerTest: public ::testing::Test
{
public:
sockethandlerTest();
- virtual ~sockethandlerTest();
+ ~sockethandlerTest();
void SetUp();
void TearDown();
};