diff options
author | Sebastien Gonzalve <oznog@zarb.org> | 2014-02-21 22:37:07 +0100 |
---|---|---|
committer | David Wagner <david.wagner@intel.com> | 2014-09-11 14:25:02 +0200 |
commit | ffbf43b383bb8693741430b02c24dbc9b127f7f7 (patch) | |
tree | 7b4d9d72d456adeb5f5bf470ed78e3c5045ecd25 /parameter/Rule.cpp | |
parent | f811b7b53c0c2f0d4320c70230e609619c5087c1 (diff) | |
download | external_parameter-framework-ffbf43b383bb8693741430b02c24dbc9b127f7f7.zip external_parameter-framework-ffbf43b383bb8693741430b02c24dbc9b127f7f7.tar.gz external_parameter-framework-ffbf43b383bb8693741430b02c24dbc9b127f7f7.tar.bz2 |
Remove useless cpp's
Those files are empty or almost empty, put remaining stuff in header if
necessary.
Diffstat (limited to 'parameter/Rule.cpp')
-rw-r--r-- | parameter/Rule.cpp | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/parameter/Rule.cpp b/parameter/Rule.cpp deleted file mode 100644 index 9a53d50..0000000 --- a/parameter/Rule.cpp +++ /dev/null @@ -1,37 +0,0 @@ -/* - * Copyright (c) 2011-2014, Intel Corporation - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without modification, - * are permitted provided that the following conditions are met: - * - * 1. Redistributions of source code must retain the above copyright notice, this - * list of conditions and the following disclaimer. - * - * 2. Redistributions in binary form must reproduce the above copyright notice, - * this list of conditions and the following disclaimer in the documentation and/or - * other materials provided with the distribution. - * - * 3. Neither the name of the copyright holder nor the names of its contributors - * may be used to endorse or promote products derived from this software without - * specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE - * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR - * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES - * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; - * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON - * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ -#include "Rule.h" - -#define base CElement - -CRule::CRule() -{ -} - |