[Common-cvs] include hxsmbw.h,1.4,1.5
acolwell at helixcommunity.org acolwell at helixcommunity.orgUpdate of /cvsroot/common/include
In directory cvs-new:/tmp/cvs-serv19877
Modified Files:
hxsmbw.h
Log Message:
Added GetUpshiftBW() method
Index: hxsmbw.h
===================================================================
RCS file: /cvsroot/common/include/hxsmbw.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- hxsmbw.h 9 Jul 2004 18:20:48 -0000 1.4
+++ hxsmbw.h 25 Jan 2005 18:01:33 -0000 1.5
@@ -123,8 +123,10 @@
STDMETHOD(ChangeBW) (THIS_
UINT32 newBW,
HXSource* pSource) PURE;
-};
+ /* Returns the amount of bandwidth available for upshifting */
+ STDMETHOD(GetUpshiftBW) (THIS_ REF(UINT32) uUpshiftBW) PURE;
+};
/****************************************************************************
*