diff options
author | Kevin Rocard <kevinx.rocard@intel.com> | 2013-09-06 11:50:27 +0200 |
---|---|---|
committer | David Wagner <david.wagner@intel.com> | 2014-02-12 17:04:08 +0100 |
commit | 2c2b20a1d95a1990d37d8bda7fa85b091d845d41 (patch) | |
tree | 4ef93bddbd0b4f7aed6b83cc6c69b7e1f3635353 /test/test-platform/main.cpp | |
parent | 6718ffe225cdba1bee76203e64786fa0175f4e87 (diff) | |
download | external_parameter-framework-2c2b20a1d95a1990d37d8bda7fa85b091d845d41.zip external_parameter-framework-2c2b20a1d95a1990d37d8bda7fa85b091d845d41.tar.gz external_parameter-framework-2c2b20a1d95a1990d37d8bda7fa85b091d845d41.tar.bz2 |
Clean useless extern "C" and wrong documentation
BZ: 122982
Doxygen documentation was wrongly formated.
An extern "C" was useless.
Fix it.
Change-Id: I1c144af30c692dc124bda90058f8caff1090ae3d
Signed-off-by: Kevin Rocard <kevinx.rocard@intel.com>
Reviewed-on: http://android.intel.com:8080/130520
Reviewed-by: Centelles, Sylvain <sylvain.centelles@intel.com>
Tested-by: Barthes, FabienX <fabienx.barthes@intel.com>
Reviewed-by: cactus <cactus@intel.com>
Tested-by: cactus <cactus@intel.com>
Diffstat (limited to 'test/test-platform/main.cpp')
-rw-r--r-- | test/test-platform/main.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/test-platform/main.cpp b/test/test-platform/main.cpp index 8a2a07a..953d649 100644 --- a/test/test-platform/main.cpp +++ b/test/test-platform/main.cpp @@ -27,20 +27,10 @@ #include <iostream> #include <cstdlib> -extern "C" { #include <semaphore.h> -} using namespace std; -/*#ifdef SIMULATION -//const char* gpcParameterFrameworkConfigurationFolderPath = "/home/pat/projects/qt/parameter-framework/XML"; -const char* gpcParameterFrameworkConfigurationFolderPath = "/home/pat/Documents/gingerbread/hardware/intel/PRIVATE/parameter-framework/XML"; -#else -const char* gpcParameterFrameworkConfigurationFolderPath = "/etc/parameter-framework"; -#endif -*/ - const int iDefaultPortNumber = 5001; int main(int argc, char *argv[]) |