update20140630
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
// -*- C++ -*-
|
||||
/*
|
||||
* File: InvitationTimerQueue.h
|
||||
* Author: jgaebler
|
||||
*
|
||||
* Created on March 3, 2011, 2:26 PM
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#ifndef INVITATIONTIMERQUEUE_H
|
||||
#define INVITATIONTIMERQUEUE_H
|
||||
|
||||
#include "common/timer/ReferenceTimerQueue.h"
|
||||
#include "InvitationTimer.h"
|
||||
|
||||
namespace ubeeme {
|
||||
namespace moversight {
|
||||
|
||||
/**
|
||||
* @brief Provides a queue to store invitation timer.
|
||||
* @class InvitationTimerQueue
|
||||
* @author Jan Gäbler
|
||||
* @ingroup Moversight
|
||||
*/
|
||||
class InvitationTimerQueue : public ReferenceTimerQueue<Invitation, InvitationTimer * > {
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#endif /* INVITATIONTIMERQUEUE_H */
|
||||
|
||||
Reference in New Issue
Block a user