mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
compiler warning fixes
Fix a bunch of "warning: type qualifiers ignored on function return type" (you see them with -Wall -Wextra). Still lots to fix. git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@103 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $Header: /cvs/tuxbox/apps/misc/libs/libconnection/basicclient.h,v 1.7 2004/04/08 07:19:00 thegoodguy Exp $
|
||||
* $Header: /cvs/tuxbox/apps/misc/libs/libconnection/basicclient.h,v 1.8 2009/02/24 19:09:06 seife Exp $
|
||||
*
|
||||
* Basic Client Class - The Tuxbox Project
|
||||
*
|
||||
@@ -35,8 +35,8 @@ class CBasicClient
|
||||
int sock_fd;
|
||||
|
||||
protected:
|
||||
virtual const unsigned char getVersion () const = 0;
|
||||
virtual const char * getSocketName() const = 0;
|
||||
virtual unsigned char getVersion () const = 0;
|
||||
virtual const char * getSocketName() const = 0;
|
||||
|
||||
bool open_connection();
|
||||
bool send_data(const char * data, const size_t size);
|
||||
|
Reference in New Issue
Block a user