now checked into HEAD.
--greg.
Eric Hyche wrote:
> Weird that the class decl was there in the
> first place, but looks good to remove it.
>
> Eric
>
>> -----Original Message-----
>> From: protocol-dev-bounces helixcommunity.org
>> [mailto:protocol-dev-bounces helixcommunity.org] On
Behalf Of
>> Greg Wright
>> Sent: Monday, June 12, 2006 2:44 PM
>> To: protocol-dev helixcommunity.org
>> Subject: [Protocol-dev] CR: Fix linux builds.
>>
>> Remove duplicated class decl warning.
>>
>> HEAD only.
>> --greg.
>>
>>
>>
>> Index: pub/rtspclnt.h
>>
============================================================
=======
>> RCS file: /cvsroot/protocol/rtsp/pub/rtspclnt.h,v
>> retrieving revision 1.83
>> diff -u -w -r1.83 rtspclnt.h
>> --- pub/rtspclnt.h 16 May 2006 20:07:33 -0000 1.83
>> +++ pub/rtspclnt.h 12 Jun 2006 18:39:58 -0000
>>  -1113,7 +1113,7 
>> REF(UINT32)
ulNumStream);
>>
>> HX_RESULT CreateUDPSockets(UINT32 ulStream,
UINT16 ulPort);
>> - RTSPTransport*
RTSPClientProtocol::GetTransport(UINT16
>> idxStream);
>> + RTSPTransport* GetTransport(UINT16 idxStream);
>>
>> HXBOOL IsRealDataType(void);
>> virtual HXBOOL IsRealServer(void);
>>
>> _______________________________________________
>> Protocol-dev mailing list
>> Protocol-dev helixcommunity.org
>> http://lists.helixcommunity.org/mailman/listinfo/pr
otocol-dev
>>
>
>
_______________________________________________
Protocol-dev mailing list
Protocol-dev helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/pr
otocol-dev
|