From 11c9e32f28371b46e5434b00119cf5e18a5e7c1f Mon Sep 17 00:00:00 2001 From: fgerlits Date: Mon, 27 Nov 2006 14:12:49 +0000 Subject: [PATCH] fixing a typo in the previous commit --- campcaster/src/products/scheduler/src/DisplayScheduleMethod.h | 2 +- .../src/products/scheduler/src/GeneratePlayReportMethod.h | 2 +- campcaster/src/products/scheduler/src/UploadPlaylistMethod.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/campcaster/src/products/scheduler/src/DisplayScheduleMethod.h b/campcaster/src/products/scheduler/src/DisplayScheduleMethod.h index 2aadf719e..31a35134e 100644 --- a/campcaster/src/products/scheduler/src/DisplayScheduleMethod.h +++ b/campcaster/src/products/scheduler/src/DisplayScheduleMethod.h @@ -98,7 +98,7 @@ using namespace LiveSupport::Core; * * The playlistId parameter is a string containing the hexadecimal value of * the playlist ID. - * It is up to 32 characters long, representing a value between 0 and 2^31-1, + * It is up to 8 characters long, representing a value between 0 and 2^31-1, * inclusive. * * In case of an error, a standard XML-RPC fault response is generated, diff --git a/campcaster/src/products/scheduler/src/GeneratePlayReportMethod.h b/campcaster/src/products/scheduler/src/GeneratePlayReportMethod.h index 1a17558d2..3f9e66784 100644 --- a/campcaster/src/products/scheduler/src/GeneratePlayReportMethod.h +++ b/campcaster/src/products/scheduler/src/GeneratePlayReportMethod.h @@ -95,7 +95,7 @@ using namespace LiveSupport::Core; * * The audioClipId parameter is a string containing the hexadecimal value of * the audio clip ID. - * It is up to 32 characters long, representing a value between 0 and 2^31-1, + * It is up to 8 characters long, representing a value between 0 and 2^31-1, * inclusive. * * In case of an error, a standard XML-RPC fault response is generated, diff --git a/campcaster/src/products/scheduler/src/UploadPlaylistMethod.h b/campcaster/src/products/scheduler/src/UploadPlaylistMethod.h index d1067ad14..d6d0fc732 100644 --- a/campcaster/src/products/scheduler/src/UploadPlaylistMethod.h +++ b/campcaster/src/products/scheduler/src/UploadPlaylistMethod.h @@ -83,7 +83,7 @@ using namespace LiveSupport::Core; * * The playlistId parameter is a string containing the hexadecimal value of * the playlist ID. - * It is up to 32 characters long, representing a value between 0 and 2^31-1, + * It is up to 8 characters long, representing a value between 0 and 2^31-1, * inclusive. * * If the upload is successful, the method returns an XML-RPC structure with