diff options
author | randomdan <randomdan@localhost> | 2010-12-18 02:04:56 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2010-12-18 02:04:56 +0000 |
commit | d043e9e80db2140bdea05b54bdd35ad7cddb13a0 (patch) | |
tree | 230e4e2665f9cc72d48860338038dc9ac7a281fa /project2/commonObjects.cpp | |
parent | Remove the stupid _ naming convention (diff) | |
download | project2-d043e9e80db2140bdea05b54bdd35ad7cddb13a0.tar.bz2 project2-d043e9e80db2140bdea05b54bdd35ad7cddb13a0.tar.xz project2-d043e9e80db2140bdea05b54bdd35ad7cddb13a0.zip |
Do some renaming and reorganising at last
Diffstat (limited to 'project2/commonObjects.cpp')
-rw-r--r-- | project2/commonObjects.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/commonObjects.cpp b/project2/commonObjects.cpp index f39eb60..90c8bdc 100644 --- a/project2/commonObjects.cpp +++ b/project2/commonObjects.cpp @@ -1,6 +1,6 @@ #include "commonObjects.h" -PerRowValuesPtr +RowSetPtr CommonObjects::getSource(const std::string & name) const { RowSets::const_iterator i = rowSets.find(name); |