Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

36 lines
711 B

#include "stdafx.h"
#include "Ctrl.h"
#include "OldInterpolation.h"
const IID * OldLinearInterpolation::s_rgpIID[] =
{
&__uuidof(IUnknown),
&__uuidof(IInterpolation),
&__uuidof(ILinearInterpolation),
NULL
};
const IID * OldLogInterpolation::s_rgpIID[] =
{
&__uuidof(IUnknown),
&__uuidof(IInterpolation),
&__uuidof(ILogInterpolation),
NULL
};
const IID * OldExpInterpolation::s_rgpIID[] =
{
&__uuidof(IUnknown),
&__uuidof(IInterpolation),
&__uuidof(IExpInterpolation),
NULL
};
const IID * OldSInterpolation::s_rgpIID[] =
{
&__uuidof(IUnknown),
&__uuidof(IInterpolation),
&__uuidof(ISInterpolation),
NULL
};