When we receive a distributed notification, any objects added to the autorelease...
[adiumx.git] / Source / ESAutoAwayPlugin.h
blobf6def52a1b2794babcf3908efe22cdca1eab191f
1 //
2 // ESAutoAwayPlugin.h
3 // Adium
4 //
5 // Created by Evan Schoenberg on 3/4/05.
6 // Copyright 2006 The Adium Team. All rights reserved.
7 //
9 #import <Adium/AIPlugin.h>
11 @interface ESAutoAwayPlugin : AIPlugin {
12 BOOL automaticAwaySet;
13 NSMutableDictionary *previousStatusStateDict;
14 NSMutableSet *accountsToReconnect;
16 BOOL autoAway;
17 NSNumber *autoAwayID;
18 double autoAwayInterval;
21 @end