From 774e09eef2d7761814e6f19fb462eb0fdc74f2d7 Mon Sep 17 00:00:00 2001 From: geronimo Date: Wed, 25 Jul 2012 06:38:28 +0200 Subject: worked out different file class and improved media handling --- libs/fsScan/include/FileSystem.h | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'libs/fsScan/include/FileSystem.h') diff --git a/libs/fsScan/include/FileSystem.h b/libs/fsScan/include/FileSystem.h index eb0264e..0cf4a2f 100644 --- a/libs/fsScan/include/FileSystem.h +++ b/libs/fsScan/include/FileSystem.h @@ -1,25 +1,25 @@ /** * ======================== legal notice ====================== - * + * * File: FileSystem.h - * Created: 21. Juli 2012, 12:44 + * Created: 21. Juli 2012, 12 * Author: Geronimo * Project: libfsScan: mediatypes and filesystem scanning - * + * * 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 FILESYSTEM_H @@ -30,8 +30,7 @@ class cFile; class cFileRepresentation; -class cFileSystem -{ +class cFileSystem { public: cFileSystem(); virtual ~cFileSystem(); @@ -45,7 +44,7 @@ private: static char PathSeparator; static char RootPath[4]; friend class cFileRepresentation; -}; + }; #endif /* FILESYSTEM_H */ -- cgit v1.2.3