update20140630

This commit is contained in:
stubbfel
2014-06-30 13:58:10 +02:00
parent 565970632e
commit 1e6cf42df3
877 changed files with 1146249 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
/*
* File: JoinAbortToInviteeTimer.h
* Author: jgaebler
*
* Created on March 3, 2011, 2:59 PM
*/
#pragma once
#ifndef JOINABORTTOINVITEETIMER_H
#define JOINABORTTOINVITEETIMER_H
#include "InvitationTimer.h"
namespace ubeeme {
namespace moversight {
class JoinAbortToInviteeTimer : public InvitationTimer {
public:
JoinAbortToInviteeTimer(MembershipService & ms);
virtual ~JoinAbortToInviteeTimer();
virtual void timeout();
JoinAbortToInviteeTimer * dup();
};
}
}
#endif /* JOINABORTTOINVITEETIMER_H */