00001 #ifndef __GEMFIRE_CQ_ATTRIBUTES_MUTATOR_H__
00002 #define __GEMFIRE_CQ_ATTRIBUTES_MUTATOR_H__
00003
00004
00005
00006
00007
00008
00009
00010
00011 #include "gfcpp_globals.hpp"
00012 #include "gf_types.hpp"
00013 #include "VectorT.hpp"
00014
00019 namespace gemfire
00020 {
00021
00030 class CPPCACHE_EXPORT CqAttributesMutator : virtual public SharedBase
00031 {
00032 public:
00033
00039 virtual void addCqListener(const CqListenerPtr& aListener)=0;
00040
00049 virtual void removeCqListener(const CqListenerPtr& aListener)=0;
00050
00059 virtual void setCqListeners(VectorOfCqListener& newListeners)=0;
00060 };
00061
00062 }
00063
00064 #endif //ifndef __GEMFIRE_CQ_ATTRIBUTES_MUTATOR_H__