Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
f1c71a26
Commit
f1c71a26
authored
Jan 23, 2017
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
db/proxy: drop redundant "virtual"
parent
e78ab767
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
ProxyDatabasePlugin.cxx
src/db/plugins/ProxyDatabasePlugin.cxx
+5
-5
No files found.
src/db/plugins/ProxyDatabasePlugin.cxx
View file @
f1c71a26
...
...
@@ -109,8 +109,8 @@ public:
static
Database
*
Create
(
EventLoop
&
loop
,
DatabaseListener
&
listener
,
const
ConfigBlock
&
block
);
v
irtual
v
oid
Open
()
override
;
v
irtual
v
oid
Close
()
override
;
void
Open
()
override
;
void
Close
()
override
;
const
LightSong
*
GetSong
(
const
char
*
uri_utf8
)
const
override
;
void
ReturnSong
(
const
LightSong
*
song
)
const
override
;
...
...
@@ -127,7 +127,7 @@ public:
unsigned
Update
(
const
char
*
uri_utf8
,
bool
discard
)
override
;
virtual
time_t
GetUpdateStamp
()
const
override
{
time_t
GetUpdateStamp
()
const
override
{
return
update_stamp
;
}
...
...
@@ -139,10 +139,10 @@ private:
void
Disconnect
();
/* virtual methods from SocketMonitor */
virtual
bool
OnSocketReady
(
unsigned
flags
)
override
;
bool
OnSocketReady
(
unsigned
flags
)
override
;
/* virtual methods from IdleMonitor */
v
irtual
v
oid
OnIdle
()
override
;
void
OnIdle
()
override
;
};
static
constexpr
struct
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment