EShotMode
ISingleShotBridge::
getShotMode() const
{
    return  getImp()->getShotMode();
}
char const*
ISingleShotBridge::
getCamShotName() const
{
    return  getImp()->getCamShotName();
}
EPipeID
IPostProcPipeBridge::
getPipeId() const
{
    return  getImp()->getPipeId();
}
char const*
IPostProcPipeBridge::
getPipeName() const
{
    return  getImp()->getPipeName();
}
EPipeID
ICdpPipeBridge::
getPipeId() const
{
    return  getImp()->getPipeId();
}
char const*
ICdpPipeBridge::
getPipeName() const
{
    return  getImp()->getPipeName();
}