Merge pull request #961 from csoler/v0.6.3

V0.6.3
This commit is contained in:
csoler 2017-07-26 14:01:28 +02:00 committed by GitHub
commit 286e7e0b1a
38 changed files with 680 additions and 739 deletions

View file

@ -23,6 +23,7 @@ public:
};
BWGraphSource() ;
virtual ~BWGraphSource() {}
enum { SELECTOR_TYPE_FRIEND=0x00, SELECTOR_TYPE_SERVICE=0x01 };
enum { GRAPH_TYPE_SINGLE=0x00, GRAPH_TYPE_ALL=0x01, GRAPH_TYPE_SUM=0x02 };