From 1d4bb88ac1927be040d1900bb2e1b0788e648b44 Mon Sep 17 00:00:00 2001 From: geronimo Date: Tue, 31 Jul 2012 06:55:28 +0200 Subject: fixed error in mediainfo-scanner, removed all code::blocks stuff, as it resulted being not reliable --- libs/IO/.dep.inc | 5 --- libs/IO/IO.cbp | 74 ------------------------------------------ libs/IO/IO.depend | 1 - libs/IO/IO.layout | 54 ------------------------------ libs/IO/include/ConfigReader.h | 12 +++---- libs/IO/src/ConfigReader.cc | 12 +++---- 6 files changed, 12 insertions(+), 146 deletions(-) delete mode 100644 libs/IO/.dep.inc delete mode 100644 libs/IO/IO.cbp delete mode 100644 libs/IO/IO.depend delete mode 100644 libs/IO/IO.layout (limited to 'libs/IO') diff --git a/libs/IO/.dep.inc b/libs/IO/.dep.inc deleted file mode 100644 index 4560e55..0000000 --- a/libs/IO/.dep.inc +++ /dev/null @@ -1,5 +0,0 @@ -# This code depends on make tool being used -DEPFILES=$(wildcard $(addsuffix .d, ${OBJECTFILES})) -ifneq (${DEPFILES},) -include ${DEPFILES} -endif diff --git a/libs/IO/IO.cbp b/libs/IO/IO.cbp deleted file mode 100644 index e1377fc..0000000 --- a/libs/IO/IO.cbp +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - diff --git a/libs/IO/IO.depend b/libs/IO/IO.depend deleted file mode 100644 index c4ac310..0000000 --- a/libs/IO/IO.depend +++ /dev/null @@ -1 +0,0 @@ -# depslib dependency file v1.0 diff --git a/libs/IO/IO.layout b/libs/IO/IO.layout deleted file mode 100644 index 05f76d8..0000000 --- a/libs/IO/IO.layout +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/libs/IO/include/ConfigReader.h b/libs/IO/include/ConfigReader.h index 909d6a8..9906ff1 100644 --- a/libs/IO/include/ConfigReader.h +++ b/libs/IO/include/ConfigReader.h @@ -1,25 +1,25 @@ /** * ======================== legal notice ====================== - * + * * File: ConfigReader.h * Created: 28. Juli 2012, 18:41 * Author: Geronimo * Project: libIO: classes for files, filesystem and input/output - * + * * CMP - compound media player - * + * * is a client/server mediaplayer intended to play any media from any workstation * without the need to export or mount shares. cmps is an easy to use backend * with a (ready to use) HTML-interface. Additionally the backend supports * authentication via HTTP-digest authorization. * cmpc is a client with vdr-like osd-menues. - * + * * Copyright (c) 2012 Reinhard Mantey, some rights reserved! * published under Creative Commons by-sa * For details see http://creativecommons.org/licenses/by-sa/3.0/ - * + * * The cmp project's homepage is at http://projects.vdr-developer.org/projects/cmp - * + * * -------------------------------------------------------------- */ #ifndef CONFIGREADER_H diff --git a/libs/IO/src/ConfigReader.cc b/libs/IO/src/ConfigReader.cc index 2b31343..7fa7b7b 100644 --- a/libs/IO/src/ConfigReader.cc +++ b/libs/IO/src/ConfigReader.cc @@ -1,25 +1,25 @@ /** * ======================== legal notice ====================== - * + * * File: ConfigReader.cc * Created: 28. Juli 2012, 18:41 * Author: Geronimo * Project: libIO: classes for files, filesystem and input/output - * + * * CMP - compound media player - * + * * is a client/server mediaplayer intended to play any media from any workstation * without the need to export or mount shares. cmps is an easy to use backend * with a (ready to use) HTML-interface. Additionally the backend supports * authentication via HTTP-digest authorization. * cmpc is a client with vdr-like osd-menues. - * + * * Copyright (c) 2012 Reinhard Mantey, some rights reserved! * published under Creative Commons by-sa * For details see http://creativecommons.org/licenses/by-sa/3.0/ - * + * * The cmp project's homepage is at http://projects.vdr-developer.org/projects/cmp - * + * * -------------------------------------------------------------- */ #include -- cgit v1.2.3