Subversion Repositories tpanel

Rev

Rev 298 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 298 Rev 300
Line 335... Line 335...
335
    }
335
    }
336
 
336
 
337
    return false;
337
    return false;
338
}
338
}
339
 
339
 
340
void TQManageQueue::addVideo(ulong handle, ulong parent, ulong left, ulong top, ulong width, ulong height, std::string url, std::string user, std::string pw)
340
void TQManageQueue::addVideo(ulong handle, ulong parent, int left, int top, int width, int height, std::string url, std::string user, std::string pw)
341
{
341
{
342
    DECL_TRACER("TQManageQueue::addVideo(ulong handle, ulong parent, ulong left, ulong top, ulong width, ulong height, std::string url, std::string user, std::string pw)");
342
    DECL_TRACER("TQManageQueue::addVideo(ulong handle, ulong parent, int left, int top, int width, int height, std::string url, std::string user, std::string pw)");
343
 
343
 
344
    TQEmitQueue *eq = addEntity(ET_VIDEO);
344
    TQEmitQueue *eq = addEntity(ET_VIDEO);
345
 
345
 
346
    if (!eq)
346
    if (!eq)
347
        return;
347
        return;