Keep the EKEzvOutgoingFileTransfer.m around so long as it is sending, regardless...
[adiumx.git] / Source / ESAwayStatusWindowPlugin.h
blobfbe54a489e5e3c5d72f8cbcd6ad88083e73c1b84
1 //
2 // ESAwayStatusWindowPlugin.h
3 // Adium
4 //
5 // Created by Evan Schoenberg on 4/12/05.
6 // Copyright 2006 The Adium Team. All rights reserved.
7 //
9 #import <Adium/AIPlugin.h>
10 #import <Adium/AIContactControllerProtocol.h>
13 @interface ESAwayStatusWindowPlugin : AIPlugin<AIListObjectObserver> {
14 BOOL showStatusWindow;
15 NSMutableSet *awayAccounts;
18 @end