Thanks, checked into HEAD.
--christina
At 10:23 AM 8/22/2006, Greg Wright wrote:
>Looks good.
>--greg.
>
>
>Christina Dunn wrote:
>>Synopsis: Add a Flash Guest Player log system define
>>Files: common/include/ihxtlogsystem.h
>>Branches: HEAD
>>Diff:
>>Index: ihxtlogsystem.h
>>====================================================
===============
>>RCS file: /cvsroot/common/include/ihxtlogsystem.h,v
>>retrieving revision 1.31
>>diff -w -u -5 -r1.31 ihxtlogsystem.h
>>--- ihxtlogsystem.h 17 Aug 2006 04:35:30 -0000
1.31
>>+++ ihxtlogsystem.h 22 Aug 2006 03:17:11 -0000
>> -192,10 +192,11 
>> ,HXLOG_HOST =
HX_MAKE4CC('H','O','S','T') // Base Hosted Renderer
>> ,HXLOG_WMPR =
HX_MAKE4CC('W','M','P','R') // Windows Media Player
>> hosted renderer
>> ,HXLOG_TONE =
HX_MAKE4CC('T','O','N','E') // TONE Sequence Plugin
>> ,HXLOG_RTSF =
HX_MAKE4CC('R','T','S','F') // RTSP File Format
Plugin
>> ,HXLOG_NGTF =
HX_MAKE4CC('N','G','T','F') // Media Nugget File
>> Format Plugin
>>+ ,HXLOG_FPHR =
HX_MAKE4CC('F','P','H','R') // Flash player hosted
>>renderer
>> };
>> static const struct _ClientLogging4CC
>> {
>> UINT32 ul4CC;
>> -253,10 +254,11 
>> {HXLOG_HOST, "Base Hosted
Renderer"},
>> {HXLOG_WMPR, "Windows Media Player
Hosted Renderer"},
>> {HXLOG_TONE, "Tone generator
plugin"},
>> {HXLOG_RTSF, "RTSP File Format"},
>> {HXLOG_NGTF, "Media Nugget File
Format"},
>>+ {HXLOG_FPHR, "Flash Player Hosted
Renderer"},
>> {0, NULL} // This entry should
ALWAYS remain the last entry
>> };
>>
>>/***************************************************
*************************
>> *
>>
>>_______________________________________________
>>Common-dev mailing list
>>Common-dev helixcommunity.org
>>http://lists.helixcommunity.org/mailman/listinfo/comm
on-dev
_______________________________________________
Common-dev mailing list
Common-dev helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/comm
on-dev
|