mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 07:10:11 +01:00
2018-03-21 Fred Gleason <fredg@paravelsystems.com>
* Added support for notifications to rdlibrary(1).
This commit is contained in:
@@ -30,6 +30,7 @@ class RDNotification
|
||||
enum Type {NullType=0,CartType=1,LastType=2};
|
||||
enum Action {NoAction=0,AddAction=1,DeleteAction=2,ModifyAction=3,
|
||||
LastAction=4};
|
||||
RDNotification(Type type,Action action,unsigned cartnum);
|
||||
RDNotification();
|
||||
Type type() const;
|
||||
void setType(Type type);
|
||||
|
||||
Reference in New Issue
Block a user