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
1003cc9b
Commit
1003cc9b
authored
Dec 03, 2013
by
Denis Krjuchkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PollGroupWinSelect: uninline constructor and destructor
parent
2b717997
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
PollGroupWinSelect.cxx
src/event/PollGroupWinSelect.cxx
+3
-0
PollGroupWinSelect.hxx
src/event/PollGroupWinSelect.hxx
+2
-2
No files found.
src/event/PollGroupWinSelect.cxx
View file @
1003cc9b
...
@@ -31,6 +31,9 @@ static inline bool HasEvent(unsigned events, int event_id)
...
@@ -31,6 +31,9 @@ static inline bool HasEvent(unsigned events, int event_id)
return
(
events
&
(
1
<<
event_id
))
!=
0
;
return
(
events
&
(
1
<<
event_id
))
!=
0
;
}
}
PollGroupWinSelect
::
PollGroupWinSelect
()
{
}
PollGroupWinSelect
::~
PollGroupWinSelect
()
{
}
bool
PollGroupWinSelect
::
CanModify
(
PollGroupWinSelect
::
Item
&
item
,
bool
PollGroupWinSelect
::
CanModify
(
PollGroupWinSelect
::
Item
&
item
,
unsigned
events
,
int
event_id
)
unsigned
events
,
int
event_id
)
{
{
...
...
src/event/PollGroupWinSelect.hxx
View file @
1003cc9b
...
@@ -96,8 +96,8 @@ public:
...
@@ -96,8 +96,8 @@ public:
static
constexpr
unsigned
ERROR
=
0
;
static
constexpr
unsigned
ERROR
=
0
;
static
constexpr
unsigned
HANGUP
=
0
;
static
constexpr
unsigned
HANGUP
=
0
;
PollGroupWinSelect
()
{
}
PollGroupWinSelect
()
;
~
PollGroupWinSelect
()
{
}
~
PollGroupWinSelect
()
;
void
ReadEvents
(
PollResultGeneric
&
result
,
int
timeout_ms
);
void
ReadEvents
(
PollResultGeneric
&
result
,
int
timeout_ms
);
bool
Add
(
int
fd
,
unsigned
events
,
void
*
obj
);
bool
Add
(
int
fd
,
unsigned
events
,
void
*
obj
);
...
...
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