diff --git a/parameter/ParameterAccessContext.cpp b/parameter/ParameterAccessContext.cpp index 5bb12640e..8895821b5 100644 --- a/parameter/ParameterAccessContext.cpp +++ b/parameter/ParameterAccessContext.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2014, Intel Corporation + * Copyright (c) 2011-2016, Intel Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/parameter/ParameterAccessContext.h b/parameter/ParameterAccessContext.h index 5ded19c5c..f3e013fe8 100644 --- a/parameter/ParameterAccessContext.h +++ b/parameter/ParameterAccessContext.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2014, Intel Corporation + * Copyright (c) 2011-2016, Intel Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -44,6 +44,7 @@ class CParameterAccessContext : public utility::ErrorContext CParameterAccessContext(std::string &strError, CParameterBlackboard *pParameterBlackboard, size_t offsetBase = 0); CParameterAccessContext(std::string &strError); + virtual ~CParameterAccessContext() = default; // ParameterBlackboard CParameterBlackboard *getParameterBlackboard();