summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/include/CAmGraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'AudioManagerDaemon/include/CAmGraph.h')
-rw-r--r--AudioManagerDaemon/include/CAmGraph.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/AudioManagerDaemon/include/CAmGraph.h b/AudioManagerDaemon/include/CAmGraph.h
index b258d9f..ff4a09c 100644
--- a/AudioManagerDaemon/include/CAmGraph.h
+++ b/AudioManagerDaemon/include/CAmGraph.h
@@ -323,6 +323,11 @@ namespace am
return mStoreNodes;
}
+ const CAmVertexReferenceList & getVertexList() const
+ {
+ return mPointersAdjList;
+ }
+
/**
* Returns pointer to a node which data is equal to the given.
* @return pointer to a node or NULL.