summaryrefslogtreecommitdiffstats
path: root/skeleton-subsystem/SkeletonSubsystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'skeleton-subsystem/SkeletonSubsystem.h')
-rw-r--r--skeleton-subsystem/SkeletonSubsystem.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/skeleton-subsystem/SkeletonSubsystem.h b/skeleton-subsystem/SkeletonSubsystem.h
index 26cd659..276562e 100644
--- a/skeleton-subsystem/SkeletonSubsystem.h
+++ b/skeleton-subsystem/SkeletonSubsystem.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011-2014, Intel Corporation
+ * Copyright (c) 2011-2015, Intel Corporation
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
@@ -34,7 +34,5 @@
class CSkeletonSubsystem : public CSubsystem
{
public:
- CSkeletonSubsystem(const std::string& strName);
-
+ CSkeletonSubsystem(const std::string &strName, core::log::Logger &logger);
};
-