summaryrefslogtreecommitdiff
path: root/project2/commonObjects.cpp
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2010-12-18 02:04:56 +0000
committerrandomdan <randomdan@localhost>2010-12-18 02:04:56 +0000
commiteb0cccdcbb6d7eba5c29654525d6a228384e2674 (patch)
tree230e4e2665f9cc72d48860338038dc9ac7a281fa /project2/commonObjects.cpp
parentRemove the stupid _ naming convention (diff)
downloadproject2-eb0cccdcbb6d7eba5c29654525d6a228384e2674.tar.bz2
project2-eb0cccdcbb6d7eba5c29654525d6a228384e2674.tar.xz
project2-eb0cccdcbb6d7eba5c29654525d6a228384e2674.zip
Do some renaming and reorganising at last
Diffstat (limited to 'project2/commonObjects.cpp')
-rw-r--r--project2/commonObjects.cpp2
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);