00001 /* 00002 * synergy -- mouse and keyboard sharing utility 00003 * Copyright (C) 2003 Chris Schoeneman 00004 * 00005 * This package is free software; you can redistribute it and/or 00006 * modify it under the terms of the GNU General Public License 00007 * found in the file COPYING that should have accompanied this file. 00008 * 00009 * This package is distributed in the hope that it will be useful, 00010 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00012 * GNU General Public License for more details. 00013 */ 00014 00015 #include "CArchTaskBarXWindows.h" 00016 00017 // 00018 // CArchTaskBarXWindows 00019 // 00020 00021 CArchTaskBarXWindows::CArchTaskBarXWindows(void*) 00022 { 00023 // do nothing 00024 } 00025 00026 CArchTaskBarXWindows::~CArchTaskBarXWindows() 00027 { 00028 // do nothing 00029 } 00030 00031 void 00032 CArchTaskBarXWindows::addReceiver(IArchTaskBarReceiver* /*receiver*/) 00033 { 00034 // do nothing 00035 } 00036 00037 void 00038 CArchTaskBarXWindows::removeReceiver(IArchTaskBarReceiver* /*receiver*/) 00039 { 00040 // do nothing 00041 } 00042 00043 void 00044 CArchTaskBarXWindows::updateReceiver(IArchTaskBarReceiver* /*receiver*/) 00045 { 00046 // do nothing 00047 }