
/*************************************************
 *  mybar.cpp                                    *
 *                                               *
 *  Copyright (C) 1995-1999 Microsoft Inc.       *
 *                                               *
 *************************************************/

#include "stdafx.h"
#include "cblocks.h"
#include "mybar.h"

void CMyToolBar::DestroyToolTip(BOOL bIdleStatus,BOOL bResetTimer)
{
//	CToolBar::DestroyToolTip( bIdleStatus, bResetTimer);
}


							  
