Skip to content

Commit

Permalink
Adapt according to pli changes in E2 (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
betacentauri committed Feb 26, 2017
1 parent 19661ef commit 440c457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions partnerbox/src/servicewebts/servicewebts.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ DECLARE_REF(eServiceWebTS);

// not implemented
RESULT setTarget(int target) { return -1; };
RESULT setTarget(int target, bool noaudio = false) { return -1; };
RESULT setSlowMotion(int ratio) { return -1; };
RESULT setFastForward(int ratio) { return -1; };
RESULT audioChannel(ePtr<iAudioChannelSelection> &ptr) { ptr = this; return 0; };
Expand Down
1 change: 1 addition & 0 deletions vlcplayer/src/servicets/servicets.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ DECLARE_REF(eServiceTS);

// not implemented
RESULT setTarget(int target) { return -1; };
RESULT setTarget(int target, bool noaudio = false) { return -1; };
RESULT setSlowMotion(int ratio) { return -1; };
RESULT setFastForward(int ratio) { return -1; };
RESULT audioChannel(ePtr<iAudioChannelSelection> &ptr) { ptr = this; return 0; };
Expand Down

0 comments on commit 440c457

Please sign in to comment.