update20140630
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
/*
|
||||
* File: JoinAbortToInviterTimer.h
|
||||
* Author: jgaebler
|
||||
*
|
||||
* Created on March 3, 2011, 2:59 PM
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#ifndef JOINABORTTOINVITERTIMER_H
|
||||
#define JOINABORTTOINVITERTIMER_H
|
||||
|
||||
#include "InvitationTimer.h"
|
||||
|
||||
namespace ubeeme {
|
||||
namespace moversight {
|
||||
|
||||
class JoinAbortToInviterTimer : public InvitationTimer {
|
||||
public:
|
||||
|
||||
JoinAbortToInviterTimer(MembershipService & ms);
|
||||
virtual ~JoinAbortToInviterTimer();
|
||||
|
||||
virtual void timeout();
|
||||
|
||||
JoinAbortToInviterTimer * dup();
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* JOINABORTTOINVITERTIMER_H */
|
||||
|
||||
Reference in New Issue
Block a user