WatchHandler: Add isInspect()

Change-Id: I237f77554a06bf7c139a8ae5cfef79c6fb4c8507
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Aurindam Jana
2012-05-15 09:46:24 +02:00
committed by hjk
parent acd387c37b
commit 9eb539469d
4 changed files with 4 additions and 3 deletions

View File

@@ -92,6 +92,7 @@ public:
bool isLocal() const { return iname.startsWith("local."); }
bool isWatcher() const { return iname.startsWith("watch."); }
bool isInspect() const { return iname.startsWith("inspect."); }
bool isValid() const { return !iname.isEmpty(); }
bool isVTablePointer() const;