Revision: 40851
http://brlcad.svn.sourceforge.net/brlcad/?rev=40851&view=rev
Author: davidloman
Date: 2010-09-29 18:18:32 +0000 (Wed, 29 Sep 2010)
Log Message:
-----------
Stub in FileDataSource class. Will be the data source used for io with file
based repositories
Modified Paths:
--------------
rt^3/trunk/src/GS/CMakeLists.txt
Added Paths:
-----------
rt^3/trunk/include/FileDataSource.h
rt^3/trunk/src/GS/FileDataSource.cxx
Added: rt^3/trunk/include/FileDataSource.h
===================================================================
--- rt^3/trunk/include/FileDataSource.h (rev 0)
+++ rt^3/trunk/include/FileDataSource.h 2010-09-29 18:18:32 UTC (rev 40851)
@@ -0,0 +1,47 @@
+/* F I L E D A T A S O U R C E . H
+ * BRL-CAD
+ *
+ * Copyright (c) 2010 United States Government as represented by
+ * the U.S. Army Research Laboratory.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this file; see the file named COPYING for more
+ * information.
+ */
+/** @file FileDataSource.h
+ *
+ * Brief description
+ *
+ */
+
+#ifndef __FILEDATASOURCE_H__
+#define __FILEDATASOURCE_H__
+
+#include "IDataSource.h"
+
+class FileDataSource: public IDataSource {
+public:
+ FileDataSource();
+ virtual ~FileDataSource();
+};
+
+#endif /* __FILEDATASOURCE_H__ */
+
+/*
+ * Local Variables:
+ * tab-width: 8
+ * mode: C
+ * indent-tabs-mode: t
+ * c-file-style: "stroustrup"
+ * End:
+ * ex: shiftwidth=4 tabstop=8
+ */
Property changes on: rt^3/trunk/include/FileDataSource.h
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:keywords
+ Revision Date Author
Added: svn:eol-style
+ native
Modified: rt^3/trunk/src/GS/CMakeLists.txt
===================================================================
--- rt^3/trunk/src/GS/CMakeLists.txt 2010-09-29 18:17:06 UTC (rev 40850)
+++ rt^3/trunk/src/GS/CMakeLists.txt 2010-09-29 18:18:32 UTC (rev 40851)
@@ -47,6 +47,7 @@
GeometryService.cxx
DataManager.cxx
DbObjectManifest.cxx
+ DbObject.cxx
GeometryProcessor.cxx
Session.cxx
SessionManager.cxx
@@ -60,9 +61,10 @@
SessionManager.h
Account.h
AccountManager.h
+ GeometryService.h
DataManager.h
- GeometryService.h
IDataSource.h
+ DbObject.h
)
#Set NOINST headers
Added: rt^3/trunk/src/GS/FileDataSource.cxx
===================================================================
--- rt^3/trunk/src/GS/FileDataSource.cxx (rev 0)
+++ rt^3/trunk/src/GS/FileDataSource.cxx 2010-09-29 18:18:32 UTC (rev
40851)
@@ -0,0 +1,42 @@
+/* F I L E D A T A S O U R C E . C X X
+ * BRL-CAD
+ *
+ * Copyright (c) 2010 United States Government as represented by
+ * the U.S. Army Research Laboratory.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this file; see the file named COPYING for more
+ * information.
+ */
+/** @file FileDataSource.cxx
+ *
+ * Brief description
+ *
+ */
+
+
+#include "FileDataSource.h"
+
+FileDataSource::FileDataSource() {
+}
+
+FileDataSource::~FileDataSource() {
+}
+
+// Local Variables:
+// tab-width: 8
+// mode: C++
+// c-basic-offset: 4
+// indent-tabs-mode: t
+// c-file-style: "stroustrup"
+// End:
+// ex: shiftwidth=4 tabstop=8
Property changes on: rt^3/trunk/src/GS/FileDataSource.cxx
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:keywords
+ Revision Date Author
Added: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits