[rygel] test: Update for new ClientHacks
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] test: Update for new ClientHacks
- Date: Wed, 19 Oct 2011 07:53:34 +0000 (UTC)
commit c728e59796b743eee5385a4c7bde317d84690437
Author: Jens Georg <mail jensge org>
Date: Wed Oct 19 09:53:12 2011 +0200
test: Update for new ClientHacks
tests/rygel-http-get-test.vala | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/tests/rygel-http-get-test.vala b/tests/rygel-http-get-test.vala
index ea4ff63..3332305 100644
--- a/tests/rygel-http-get-test.vala
+++ b/tests/rygel-http-get-test.vala
@@ -29,13 +29,13 @@ public errordomain Rygel.TestError {
TIMEOUT
}
-public errordomain Rygel.XBoxHacksError {
+public errordomain Rygel.ClientHacksError {
NA
}
-public class Rygel.XBoxHacks {
- public XBoxHacks.for_headers (MessageHeaders headers) throws Error {
- throw new XBoxHacksError.NA ("");
+public class Rygel.ClientHacks {
+ public static ClientHacks create_for_headers (MessageHeaders headers) throws Error {
+ throw new ClientHacksError.NA ("");
}
public bool is_album_art_request (Message message) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]